← ClaudeAtlas

apifylisted

Social media scraping, business data, e-commerce via Apify actors. USE WHEN Twitter, Instagram, LinkedIn, TikTok, YouTube, Facebook, Google Maps, Amazon scraping.
Sheshiyer/skill-clusters · ★ 0 · API & Backend · score 72
Install: claude install-skill Sheshiyer/skill-clusters
## Customization **Before executing, check for user customizations at:** `~/.Codex/skills/PAI/USER/SKILLCUSTOMIZATIONS/Apify/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. ## 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) **You MUST send this notification BEFORE doing anything else when this skill is invoked.** 1. **Send voice notification**: ```bash curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow in the Apify skill to ACTION"}' \ > /dev/null 2>&1 & ``` 2. **Output text notification**: ``` Running the **WorkflowName** workflow in the **Apify** skill to ACTION... ``` **This is not optional. Execute this curl command immediately upon skill invocation.** # Apify - Social Media & Web Scraping Direct TypeScript access to 9 popular Apify actors with 99% token savings. ## 🔌 File-Based MCP This skill is a **file-based MCP** - a code-first API wrapper that replaces token-heavy MCP protocol calls. **Why file-based?** Filter data in code BEFORE returning to model context = 97.5% token savings. **Architecture:** See `~/.Codex/skills/PAI/DOCUMENTATION/FileBasedMCPs.md` ## 🎯 Overview Direct TypeScript access to the 9 most popular Apify actors without MCP overhead. Filter and transform dat