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 skills add citedy/skills --skill anycrawl-social-extractorgit clone --depth 1 https://github.com/citedy/skillsWrote 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.
[](https://agentmods.dev/skills/citedy/skills/anycrawl-social-extractor)<a href="https://agentmods.dev/skills/citedy/skills/anycrawl-social-extractor"><img src="https://agentmods.dev/badge/skills/citedy/skills/anycrawl-social-extractor/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.
<a href="https://agentmods.dev/skills/citedy/skills/anycrawl-social-extractor"><img src="https://agentmods.dev/badge/skills/citedy/skills/anycrawl-social-extractor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00068 | $0.00355 |
| Opus 5 | $0.00034 | $0.00178 |
| Sonnet 5 | $0.00014 | $0.00071 |
| Haiku 4.5 | $0.00007 | $0.00036 |
Grade A, and why
anycrawl-social-extractor 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 11d 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.
What it actually says
AnyCrawl Social Extractor
Use this skill when the user gives a social URL and does not want to choose between the TikTok, Instagram, or YouTube skills manually.
Workflow
- Accept a single public URL.
- Run the router:
node .claude/skills/anycrawl-social-extractor/scripts/run.js "<social-url>"
- Read the compact JSON summary from stdout.
- Open the saved artifact file if the user needs the full extraction.
- Summarize the meaningful fields for the user instead of dumping raw HTML into the chat.
Routing Rules
- TikTok URLs route to
anycrawl-tiktok-scraper - Instagram URLs route to
anycrawl-instagram-scraper - YouTube watch or
youtu.beURLs route toanycrawl-youtube-video-extractor
If the URL is not one of those platforms, fail fast and tell the user it is unsupported.
Output Handling
The router does not scrape directly. It delegates to the platform-specific canonical extractor and returns:
platformroutedSkillrunnerScriptoutputPath- the delegated script's summary fields
Read references/router-notes.md if you need the exact platform mappings.
What ships with it
3 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.
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.
- 11d ago First seen · 42 lines · 68 tokens per session scan A 4792505a2130
anycrawl-social-extractor is a skill published in the GitHub repository citedy/skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 68 tokens to every session and 355 once invoked, about $0.0003 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
prime-the-agent
Use when starting a session on an existing WordPress site, or when the user says 'prime yourself', 'what builder does this site use', or 'give me a site briefing'. Loads the active site, detects the builder, loads inline schemas, reads the stored per-site brief, and sets the do-not-write-raw-HTML rule.
ui-test
Runs UI tests described in plain English by driving real Chrome via the Claude-in-Chrome extension. Covers end-to-end flows (clicks, forms, assertions), visual checks (screenshot + optional baseline diff), accessibility (axe-core), performance (Web Vitals + light Lighthouse-style metrics), and an interactive --debug…
audit-ui-e2e
Runs a beginner-mind end-to-end UI audit of any running app — local dev server, staging, production, or a specific URL. Drives Chrome through every interactive element on the target surface, collects structured findings (severity, category, where, symptom, impact, repro, triage), and hands the result off to…
capture-screens
Automatically navigates a web app using Playwright MCP and captures context-aware named screenshots at each product feature state. Names each file semantically based on context (e.g., checkout-payment-form-filled.png). Outputs a manifest.json mapping filenames to descriptions and a summary report. Use when documenting…
chrome-ext-ui-react
This skill should be used when building React UI for Chrome extensions or when the user asks about UI patterns in extensions. Trigger when: "React in extension", "extension popup React", "side panel React", "Shadow DOM React", "content script UI", "createShadowRootUi", "extension accessibility", "rem to px extension"…
chrome-ext-messaging
This skill should be used when implementing messaging between Chrome extension components or when the user asks about inter-process communication in extensions. Trigger when: "extension messaging", "chrome.runtime.sendMessage", "chrome.tabs.sendMessage", "content script messaging", "port.postMessage"…