Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@citedy/skills) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Citedy Skills
Curated collection of Claude Code skills by Citedy — AI-powered SEO content automation.
Quick Install
npx @citedy/skills installThis installs all skills + slash commands into your project's .claude/ directory.
Install specific skills
npx @citedy/skills install youtube tiktokUpdate existing skills
npx @citedy/skills updateAvailable Skills
| Name | Skill | Slash Command | Description |
|---|---|---|---|
youtube |
anycrawl-youtube-video-extractor | /any-youtube |
Extract structured metadata from any public YouTube video |
instagram |
anycrawl-instagram-scraper | /any-instagram |
Extract public Instagram profile, post, and reel data |
tiktok |
anycrawl-tiktok-scraper | /any-tiktok |
Extract public TikTok video, profile, and hashtag data |
social |
anycrawl-social-extractor | /any-social |
Auto-detect platform and route to the correct extractor |
All skills use the AnyCrawl Scrape API for LLM-powered structured data extraction.
Setup
1. Get an AnyCrawl API key
Sign up at anycrawl.dev and get your API key.
2. Add to your environment
# .env.local (or .env)
ANYCRAWL_API_KEY_DEV=ac-your-key-here3. Install
npx @citedy/skills installOr manually — clone and copy:
git clone https://github.com/Citedy/skills.git citedy-skills
cp -R citedy-skills/skills/anycrawl-youtube-video-extractor .claude/skills/
cp -R citedy-skills/commands/any-youtube.md .claude/commands/Usage
Once installed, Claude Code automatically uses skills when you provide a social media URL. Or invoke directly:
/any-youtube https://www.youtube.com/watch?v=VIDEO_ID
/any-instagram https://www.instagram.com/username/
/any-tiktok https://www.tiktok.com/@user/video/VIDEO_ID
/any-social <any-supported-url>What gets extracted
Each skill returns a structured JSON artifact saved to /tmp/ with:
normalized— Platform-specific structured data (title, stats, channel/author, description, etc.)anycrawl— Raw AnyCrawl response with markdown contentrequest— The exact API payload used
Requirements
- Node.js 18+
- AnyCrawl API key
- Claude Code or Codex
License
MIT — Citedy