Apify Ultimate Scraper

v1.0.1

Universal AI-powered web scraper for any platform. Scrape data from Instagram, Facebook, TikTok, YouTube, Google Maps, Google Search, Google Trends, Booking.com, and TripAdvisor. Use for lead generation, brand monitoring, competitor analysis, influencer discovery, trend research, content analytics, audience analysis, or any data extraction task.

6· 1.4k·9 current·9 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (universal Apify scraper) match the declared requirements: APIFY_TOKEN (Apify API access), node and mcpc (Apify CLI) are expected and necessary to run Actors.
Instruction Scope
SKILL.md instructs selecting an Actor, fetching schemas via mcpc, validating inputs, starting runs through Apify API, polling status, and downloading datasets. The included script (run_actor.js) implements these actions and does not reference unrelated files, endpoints, or extra environment variables.
Install Mechanism
Install uses a single npm package (@apify/mcpc) to provide the mcpc CLI. This is a standard, traceable install method for a Node-based CLI; it will add the mcpc binary as declared.
Credentials
Only APIFY_TOKEN is required and is appropriate for controlling and reading Apify Actor runs and datasets. Note: that token grants access to your Apify account (start runs, read datasets, etc.), so it is powerful — ensure you provide a token with appropriate scope and trust.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide persistent privileges. It can be invoked autonomously (default), which is typical for skills; there is no indication it alters other skills or system settings.
Assessment
This skill appears to do what it says: it runs Apify Actors and saves the results. Before installing, consider: 1) APIFY_TOKEN is powerful—use a token scoped/minimized for this purpose or a dedicated Apify account to contain risk; 2) the skill will call api.apify.com and write files to the agent's working directory (it validates output paths); 3) it installs an npm CLI (@apify/mcpc) — review your npm policies; 4) the script sets a User-Agent that identifies usage to Apify (analytics). If you are comfortable granting an Apify token and installing the CLI, the skill is coherent and expected. If you cannot or will not provide a token, do not install.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e487sd40r0b59kh06nh4zfd80y9dp

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsnode, mcpc
EnvAPIFY_TOKEN
Primary envAPIFY_TOKEN

Install

Node
Bins: mcpc
npm i -g @apify/mcpc

Comments