Reusable Claude Code skills — solutions I built while solving real problems with AI agents.
Fetch, transcribe, and summarize any YouTube or Bilibili video.
4-level fallback: Subtitle API → ElevenLabs STT → local Whisper → description.
clawhub install video-fetchAuto-generate institutional-grade macro research weekly reports from Research OS model outputs (Liquidity v3.0 + Macro v4.0 + Equity v1.0), then publish to Lark (飞书) group chat.
Fetches model data via API → Claude generates report with full analysis → sends to Lark webhook.
Parse WeChat Official Account (mp.weixin.qq.com) articles — extract title, author, publish time, body text, and images.
Bypasses desktop CAPTCHA using mobile User-Agent (MicroMessenger), with automatic UA rotation on failure.
python3 scripts/wechat_reader.py "https://mp.weixin.qq.com/s/xxxxx" --fullDaily investment research agent for jdbinvesting.com (美投) — the leading Chinese-language US stock research platform.
Reverse-engineered the platform's GraphQL API (43 queries, 68 mutations, 78 fragments) to auto-fetch stock quotes, video analyses with full-text content, 71 investment topic categories, and community activity. Generates structured daily research reports and pushes to Lark or Telegram.
Requires: A jdbinvesting.com account, boto3, warrant-lite
/meitou-daily