anycrawl-social-extractor

anycrawl-social-extractor is a skill for Codex from citedy/skills. It costs 68 tokens per session (355 once invoked), scanned A, original, MIT.

A social-media URL router that detects whether a public link is from TikTok, Instagram, or YouTube and sends it to the matching AnyCrawl extractor.

In plain words
What is it for?
Use it with one public TikTok, Instagram, or YouTube URL to extract platform data and locate the resulting artifact.
Why use it?
It removes the need to select the platform-specific extraction tool manually and returns a saved artifact path with a short execution summary.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: reads .claude/ paths.

Good fit Use it with one public TikTok, Instagram, or YouTube URL to extract platform data and locate the resulting artifact.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/citedy/skills/anycrawl-social-extractor
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 citedy/skills --skill anycrawl-social-extractor
Clone the repo
git clone --depth 1 https://github.com/citedy/skills

Made for: Codex.

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 anycrawl-social-extractor

README.md
[![agentmods](https://agentmods.dev/badge/skills/citedy/skills/anycrawl-social-extractor/github.svg)](https://agentmods.dev/skills/citedy/skills/anycrawl-social-extractor)
Your own site
<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.

agentmods 80×15 button for anycrawl-social-extractor

Your own site · 80×15
<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>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 355 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.
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.00068 $0.00355
Opus 5 $0.00034 $0.00178
Sonnet 5 $0.00014 $0.00071
Haiku 4.5 $0.00007 $0.00036

Measured 11d ago against content hash 4792505a2130, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/anycrawl-social-extractor/SKILL.md · 42 lines

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

  1. Accept a single public URL.
  2. Run the router:
node .claude/skills/anycrawl-social-extractor/scripts/run.js "<social-url>"
  1. Read the compact JSON summary from stdout.
  2. Open the saved artifact file if the user needs the full extraction.
  3. 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.be URLs route to anycrawl-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:

  • platform
  • routedSkill
  • runnerScript
  • outputPath
  • the delegated script's summary fields

Read references/router-notes.md if you need the exact platform mappings.

Files

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.

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. 11d ago First seen · 42 lines · 68 tokens per session scan A 4792505a2130

Subscribe to this mod's changes

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.

Related

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.

respira-press/agent-skills-wordpress · 73 tokens

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…

mostafa-drz/claude-skills · 190 tokens

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…

mostafa-drz/claude-skills · 152 tokens

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…

mostafa-drz/claude-skills · 101 tokens

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"…

RadOrigin-LLC/RAD-Claude-Skills · 114 tokens

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"…

RadOrigin-LLC/RAD-Claude-Skills · 106 tokens