agentsclimarketplace

Anycrawl social extractor

Skill citedy/skills/skills/anycrawl-social-extractor

Route a public social-media URL to the correct AnyCrawl skill and extractor automatically. Use when a user provides a TikTok, Instagram, or YouTube link and wants one skill that detects the platform, runs the right AnyCrawl-backed extractor, and returns the saved artifact path plus a compact execution summary.From its SKILL.md

Install
npx -y skills add citedy/skills --skill anycrawl-social-extractor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 1 command, including `node .claude/skills/anycrawl-social-extractor/scripts/run.js "<social-url>"`.

SKILL.md

1.5 KB, 279 tokens by cl100k_base, as published. Nobody here has run it

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.

What ships with it: 3 files

2.8 KB alongside SKILL.md, 1 of them executable

agents/

references/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.