apify-skill

apify-skill is a skill for Claude Code from zeenie-ai/OpenCompany. It costs 48 tokens per session (1,880 once invoked), scanned A, original, MIT.

A web-scraping tool that runs ready-made Apify programs, called Actors, to collect data from websites and social platforms.

In plain words
What is it for?
Collect profiles, posts, videos, comments, search results, company data, and other information using a selected Apify Actor.
Why use it?
It removes much of the work of building separate scrapers for sites such as Instagram, TikTok, LinkedIn, YouTube, and general web pages.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Good fit Collect profiles, posts, videos, comments, search results, company data, and other information using a selected Apify Actor.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zeenie-ai/opencompany/apify-skill
Install

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.

Any agent
npx skills add zeenie-ai/OpenCompany --skill apify-skill
Clone the repo
git clone --depth 1 https://github.com/zeenie-ai/OpenCompany

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for apify-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/zeenie-ai/opencompany/apify-skill/github.svg)](https://agentmods.dev/skills/zeenie-ai/opencompany/apify-skill)
Your own site
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/apify-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/apify-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for apify-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/apify-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/apify-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,880 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 234
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.01880
Opus 5 $0.00024 $0.00940
Sonnet 5 $0.00010 $0.00376
Haiku 4.5 $0.00005 $0.00188

Measured 7d ago against content hash 8859f0a9fc57, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

apify-skill 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 7d 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.

server/skills/web_agent/apify-skill/SKILL.md · 237 lines

How it starts

The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Apify Web Scraping Skill

Run pre-built web scrapers (Actors) to extract data from websites and social media platforms.

How It Works

This skill provides instructions for the Apify Actor tool node. Connect the Apify Actor node to Zeenie's input-tools handle to enable web scraping capabilities.

apify_run_actor Tool

Run any Apify actor and retrieve scraped results.

Schema Fields

Field Type Required Description
actor_id string Yes Actor ID from Apify Store (e.g., apify/instagram-scraper)
input_json string No Actor input as JSON string (default: {})
max_results integer No Maximum items to return (default: 100)

Popular Actors

Platform Actor ID Use Case
Instagram apify/instagram-scraper Profiles, posts, hashtags, comments
TikTok clockworks/tiktok-scraper Videos, profiles, trends, hashtags
Twitter/X apidojo/tweet-scraper Tweets, profiles, search results
LinkedIn curious_coder/linkedin-profile-scraper Profiles, companies
Facebook apify/facebook-posts-scraper Posts, pages, groups
YouTube apify/youtube-scraper Videos, channels, comments
Google Search apify/google-search-scraper SERP results, organic listings
Google Maps apify/google-maps-scraper Places, reviews, business info
Web Crawler apify/website-content-crawler Any website content
Web Scraper apify/web-scraper Custom scraping with selectors

Response Format

{
  "run_id": "abc123xyz",
  "actor_id": "apify/instagram-scraper",
  "status": "SUCCEEDED",
  "items": [
    { "id": "123", "text": "Post content...", "likes": 500 }
  ],
  "item_count": 50,
  "dataset_id": "dataset-id-here",
  "compute_units": 0.5,
  "started_at": "2026-02-23T10:00:00Z",
  "finished_at": "2026-02-23T10:02:30Z"
}

Examples

Scrape Instagram profile:

{
  "actor_id": "apify/instagram-scraper",
  "input_json": "{\"directUrls\": [\"https://instagram.com/natgeo\"], \"resultsLimit\": 50}",
  "max_results": 50
}

Read the full file on GitHub · 237 lines

Changes

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.

  1. 7d ago First seen · 237 lines · 48 tokens per session scan A 8859f0a9fc57

Subscribe to this mod's changes

apify-skill is a skill published in the GitHub repository zeenie-ai/OpenCompany (880 stars, last pushed yesterday), licensed MIT. It adds 48 tokens to every session and 1,880 once invoked, about $0.0002 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-09-03.