Practical Claude Code skill plugins for document format replication, video processing, and content creation
npx claudepluginhub iamzhihuix/happy-claude-skillsPrepare a private project for open-source release: scan for leaked secrets/tokens in code and git history, recommend a license via decision tree (MIT / Apache 2.0 / GPL), generate LICENSE / CONTRIBUTING.md / SECURITY.md, and audit .gitignore and bundle identifiers for trademark issues.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
A collection of practical skill plugins for AI coding agents.
Works with Claude Code, Codex, Factory Droid, OpenClaw, Cursor, and 40+ agents.
Extract formatting from existing Word documents and generate new documents with the same format.
Use Cases:
Download and process videos from YouTube and other platforms. Supports video download, audio extraction, format conversion, and Whisper transcription.
Use Cases:
Automated WeChat article writing workflow with 4 steps: research, writing, title generation, and formatting optimization.
Use Cases:
Multi-platform trending topics bulletin. Fetches trends from HuggingFace, GitHub, Hacker News, Product Hunt, Reddit, and YouTube, then sends a formatted report to Telegram.
Use Cases:
Browser automation using Chrome DevTools Protocol. Start Chrome, navigate pages, execute JavaScript, take screenshots, and interactively pick DOM elements.
Use Cases:
Manage passwords and API credentials using 1Password CLI (op). Save, query, and retrieve API keys/tokens, inject secrets into scripts via environment variables.
Use Cases:
op run --env-fileWorks with Claude Code, Codex, Droid, OpenClaw, Cursor, and 40+ agents:
# Install all skills (interactive — pick agents and skills)
npx skills add iamzhihuix/happy-claude-skills
# Install specific skills
npx skills add iamzhihuix/happy-claude-skills --skill browser --skill 1password
# Install to a specific agent
npx skills add iamzhihuix/happy-claude-skills --agent codex
npx skills add iamzhihuix/happy-claude-skills --agent droid
npx skills add iamzhihuix/happy-claude-skills --agent openclaw
# Install all skills to all agents, no prompts
npx skills add iamzhihuix/happy-claude-skills --all
/plugin marketplace add iamzhihuix/happy-claude-skills
/plugin install browser@happy-claude-skills
git clone https://github.com/iamzhihuix/happy-claude-skills.git
# Claude Code
claude --plugin-dir /path/to/happy-claude-skills
# Or use skills CLI for any agent
npx skills add ./happy-claude-skills --all
After installation, simply describe your needs — your agent will automatically identify and invoke the appropriate skill:
"I have a document template and need to generate 5 new documents with the same format"
"Download this YouTube video and transcribe it to text"
"Help me write a WeChat article about AI programming tips"
"Scrape the product information from this webpage"
"帮我发一下热词速报" / "Send me a trends bulletin"
"Save this API key to 1Password"
pip install python-docx
pip install yt-dlp openai-whisper
brew install ffmpeg # macOS
# 安装 Bun(如未安装)
curl -fsSL https://bun.sh/install | bash
npm install --prefix skills/browser