Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/apify/apify-cursor-plugin/apify-ultimate-scrapernpx skills add apify/apify-cursor-plugin --skill apify-ultimate-scrapergit clone --depth 1 https://github.com/apify/apify-cursor-pluginWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00097 | $0.01918 |
| Opus 5 | $0.00048 | $0.00959 |
| Sonnet 5 | $0.00019 | $0.00384 |
| Haiku 4.5 | $0.00010 | $0.00192 |
Grade A, and why
apify-ultimate-scraper scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- apify-ultimate-scraper — 97% identical, 9 lines differ
How it starts
The opening of the file, as written. The whole thing — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Universal web scraper
AI-driven data extraction from ~100 Actors across 15+ platforms via the Apify CLI.
Rule: Pass --json and redirect stderr with 2>/dev/null on data-returning commands (actors call, actors start, actors info, actors search, datasets get-items, runs info). JSON output is stable across CLI versions. stderr contains progress messages and version warnings that break JSON parsers if not redirected.
This rule does not apply to status/auth commands (apify info, apify --version, apify login). For those, use 2>&1 so authentication and version errors are visible.
Exception: if --input returns no data, re-run with 2>&1 to confirm whether the cause is a missing schema vs. a network/auth error.
Prerequisites
- Apify CLI v1.4.0+ (
npm install -g apify-cli) - Authenticated session (see below)
Authentication
If a CLI command fails with an auth error, authenticate using one of these methods:
- OAuth (interactive):
apify login(opens browser) - Environment variable:
export APIFY_TOKEN=your_token_here - From .env file:
source .env(if the file containsAPIFY_TOKEN=...)
Generate token: https://console.apify.com/settings/integrations
Workflow
Step 0: Verify CLI readiness before doing anything else
Before using the Apify CLI, always verify the local environment:
- Check that the CLI is installed:
apify --help
If this fails, install the CLI first:
npm install -g apify-cli
- Check that the CLI is authenticated:
# Auth check — do NOT pipe to /dev/null, you need to see errors
apify info 2>&1
If this shows the user is not logged in, instruct them to authenticate with a token:
apify login --token TOKEN
-
Run Apify CLI commands with
allpermissions when needed by the agent sandbox. -
Assume many Apify commands block with zero output until completion. For blocking runs, set
block_until_msto at least60000.
What ships with it
16 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/actor-index.md 9.4 KB
- references/gotchas.md 7.1 KB
- references/workflows/brand-monitoring.md 3.7 KB
- references/workflows/company-research.md 4.6 KB
- references/workflows/competitive-intel.md 3.5 KB
- references/workflows/contact-enrichment.md 3.6 KB
- references/workflows/content-and-seo.md 5.1 KB
- references/workflows/ecommerce-price-monitoring.md 4.4 KB
- references/workflows/influencer-vetting.md 3.9 KB
- references/workflows/job-market-and-recruitment.md 3.5 KB
- references/workflows/knowledge-base-and-rag.md 3.7 KB
- references/workflows/lead-generation.md 5.2 KB
- references/workflows/real-estate-and-hospitality.md 3.6 KB
- references/workflows/review-analysis.md 4.1 KB
- references/workflows/social-media-analytics.md 3.3 KB
- references/workflows/trend-research.md 3.3 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 176 lines · 97 tokens per session scan A 25db652fea4b
apify-ultimate-scraper is a skill published in the GitHub repository apify/apify-cursor-plugin (3 stars, last pushed 8d ago), licensed Apache-2.0. It adds 97 tokens to every session and 1,918 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
electron
Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include…
use-agent-browser-for-airi
Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
playwright
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.