skills/_template/SKILL.md
npx skillsauth add apify/awesome-skills awesome-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
REPLACE: One-line summary of what this skill helps the agent accomplish.
apify login (OAuth, if using the Apify CLI)APIFY_TOKEN environment variableFor a worked 4-step workflow, see apify/agent-skills ultimate-scraper.
| User need | Actor ID | Tier | Best for |
|-----------|----------|------|----------|
| REPLACE | apify/REPLACE-actor | apify | REPLACE |
| REPLACE | community/REPLACE-actor | community | REPLACE |
Tier = apify (Apify-maintained, prefer) or community (third-party).
Skills in this repo can call Actors via any of these interfaces. Pick the one that fits your runtime; cross-tool compatibility is your responsibility.
Works in any shell-capable agent. Three flags on every call:
apify actors call "ACTOR_ID" -i 'JSON_INPUT' \
--json \
--user-agent apify-awesome-skills/REPLACE-skill-name \
2>/dev/null
| Flag | Why |
|------|-----|
| --json | Stable machine-readable output |
| --user-agent | Apify telemetry attribution |
| 2>/dev/null | Suppress progress messages that break JSON |
Other useful commands:
# Search Actors
apify actors search "KEYWORDS" --json --limit 10 2>/dev/null
# Fetch Actor schema
apify actors info "ACTOR_ID" --input --json \
--user-agent apify-awesome-skills/REPLACE-skill-name 2>/dev/null
# Fetch results
apify datasets get-items DATASET_ID --format json \
--user-agent apify-awesome-skills/REPLACE-skill-name 2>/dev/null
For the canonical command set with all flags, see apify/agent-skills ultimate-scraper.
Hosted MCP server at https://mcp.apify.com. Documented at https://docs.apify.com/platform/integrations/mcp.
mcpc)Standalone CLI client. See https://github.com/apify/mcpc.
development
Builds a list of verified business emails from Google Maps, Google SERPs, or a user-supplied URL list. Verification happens inside the same Apify run — no third-party verifier needed. Use when user asks to find verified emails, build a leads list, scrape emails from Maps or SERP, verify emails for a URL list, or find an Apollo / Hunter alternative.
development
Find sites ranking for target keywords, score every prospect with Ahrefs domain authority and page-level traffic, identify the strongest pitch angle per row ("links to competitor", "mentions brand without linking", "top-3 SERP", "resource page", "outdated content"), generate brand-voice-matched outreach emails using an outreach-type-aware template (unlinked-mention claim, competitor-link replacement, resource-page inclusion, outdated-content replacement, topical niche-edit), and propose a concrete in-article link placement as three artifacts — the verbatim source sentence, the same sentence rewritten with the link spliced in, or a fully-drafted new insertion if no natural fit exists. Use when user asks to find link building opportunities, prospect link partners, recover unlinked brand mentions, replace competitor links, build a tiered outreach list, or run cold email outreach for SEO link building.
tools
Discover Instagram brand–creator partnerships by chaining Apify Actors. Use when the user asks who collabs with a brand, which brands a creator has done paid posts for, wants to audit an influencer's branded-content history, or wants to scope a brand's sponsorship roster. **Triggers:** - "who collabs with [brand] on Instagram?" - "what brands has [creator] done sponsored posts for?" - "find paid partnerships / branded content for [handle]" - "audit [influencer]'s brand deals" - "show me [brand]'s influencer roster" Works in either direction — brand → creators or creator → brands — and detects direction from the data, so don't ask the user to declare it. Requires Apify MCP tools.
development
Look up official company data from European public registries across 11 countries/regions (CZ, SK, PL, DE, UK, NL, RO, HR, SE + EU-level + ESG). Covers company registration, ownership, financial filings, VAT status, ESG data. Use when the user asks to "look up a company", "check registry", "find company info", "look up IČO/KRS/LEI/CRN", "company due diligence", "check VAT status", "find ownership structure", or needs official data from European registries. Reads tracked companies from data/companies.json. Some lookups use Python scripts (stdlib), some fall back to Apify actors for scraping-based registries.