554/youtube-summary/SKILL.md
Summarize YouTube videos by fetching their transcript and generating a structured summary. Use when the user shares a YouTube link and wants a summary, key points, or content overview of the video.
npx skillsauth add starchild-ai-agent/community-skills @554/youtube-summaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Summarize any YouTube video by fetching its transcript via Supadata API and generating a structured, readable summary.
This skill requires a Supadata API key. The free tier is sufficient for personal use.
SUPADATA_API_KEY=sd_your_key_here
Or provide it directly when prompted.Accept any of these formats:
https://youtu.be/VIDEO_IDhttps://www.youtube.com/watch?v=VIDEO_IDcurl -s "https://api.supadata.ai/v1/youtube/transcript?url=VIDEO_URL" \
-H "x-api-key: $SUPADATA_API_KEY"
Response format:
{
"content": [
{"text": "...", "offset": 0, "duration": 5000, "lang": "en"},
...
],
"lang": "en",
"availableLangs": ["en"]
}
Extract the text fields and concatenate to get the full transcript.
Use the transcript text to produce a structured summary with these sections (adapt based on video content):
Adjust language of summary to match the user's language preference.
| Error | Cause | Resolution |
|-------|-------|------------|
| 401 Unauthorized | Invalid or missing API key | Ask user to check their Supadata API key |
| 404 Not Found | Video has no transcript / is private | Inform user the video has no available transcript |
| 429 Rate Limited | Too many requests | Wait and retry, or upgrade Supadata plan |
| Empty content array | No captions available | Inform user and suggest they check if the video has captions |
User: "帮我总结一下这个视频 https://youtu.be/BU9sIfGVhIQ"
Agent workflow:
youtube-transcript-api Python library or yt-dlp — cloud server IPs are blocked by YouTube. Always use Supadata API.tools
TQX (tqx.trade) HK/US stock quant workflow via tqx-cli: cross-sectional factor analysis, event-driven strategy backtests on the panda_backtest engine, and agent-driven automated paper trading. Use when the user wants to run factor IC/IR analysis, backtest a Python trading strategy on Hong Kong or US stocks, or set up agent-automated trading (e.g. "backtest a moving-average strategy on AAPL", "analyze a momentum factor on HK stocks", "let the agent trade my paper account").
tools
中学物理实验教学参赛方案套件。包含四个完整实验(单摆测g、声悬浮测声速、向心力定量演示仪、电磁阻尼定量研究),每套含固件源码、3D打印图纸、教学PPT、教学文稿、采购清单、调试手册、视频分镜脚本、模拟器。Use when a teacher/student needs a complete, classroom-ready physics experiment package for competition or teaching.
development
End-to-end blog management for AI agents. Write, import, build, preview, and publish articles using the blog template. Covers draft workflow, article import, SEO, OG images, and deployment.
development
ESP8266/ESP32 + 磁簧开关/霍尔传感器 单摆测重力加速度实验套件。 硬件搭建→固件烧录→数据采集→Web仪表盘→g值计算→教学文档,一站式完成。 Use when the user wants to build a pendulum g-measurement experiment, measure gravity with a micro-controller, or needs a complete physics experiment package with hardware + firmware + dashboard + teaching materials.