Skip to content

LambertAlpha/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

Reusable Claude Code skills — solutions I built while solving real problems with AI agents.

Available Skills

Fetch, transcribe, and summarize any YouTube or Bilibili video.

4-level fallback: Subtitle API → ElevenLabs STT → local Whisper → description.

clawhub install video-fetch

View on ClawHub

Auto-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" --full

Daily 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

About

Claude Code Skills — reusable solutions for AI agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages