A collection of practical skill plugins for AI coding agents. Works with Claude Code, Codex, Factory Droid, OpenClaw, Cursor, and 40+ agents.
> /plugin marketplace add iamzhihuix/happy-claude-skills
Repo: iamzhihuix/happy-claude-skills
What's inside
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-fileUniversal AI image generation โ one CLI across 8 providers: OpenAI DALL-E / gpt-image, Google Gemini / Imagen, Replicate (Flux / SDXL / any), Stability AI, FAL, Ark Seedream, Bailian (qwen-image / wanx), SiliconFlow (Kolors).
Use Cases:
--provider flagUniversal AI video generation โ one CLI across 10 providers: OpenAI Sora, Google Veo, Runway, Pika, Luma, FAL (Kling / Wan / wrappers), Ark Seedance, Bailian Wanx, MiniMax Hailuo, Vidu. Handles the submit โ poll โ download pipeline uniformly.
Use Cases:
Universal AI TTS / voice generation โ one CLI across 6 providers: OpenAI TTS, ElevenLabs, Bailian (qwen-tts / qwen3-tts-vd with auto-chunking for long Chinese text), MiniMax speech-02-hd, SiliconFlow CosyVoice, PlayHT 2.0.
Use Cases:
ByteDance Jimeng (Dreamina) image and video generation via the official dreamina CLI. Browser-based login (no API key needed), covers text2image / image2image / text2video / image2video plus task history via list_task.
Use Cases:
Prepare a private project for open-source release. Scans for leaked secrets in code and git history, recommends a license based on project context, and generates all required open-source scaffolding.
Use Cases:
.env files).gitignore, bundle identifiers, and package.json for trademark / ownership issuesWorks 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 happy-image-gen --skill happy-video-gen
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
/plugin install happy-image-gen@happy-claude-skills
/plugin install happy-video-gen@happy-claude-skills
/plugin install happy-audio-gen@happy-claude-skills
/plugin install happy-dreamina@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
curl -fsSL https://bun.sh/install | bash, or run via npx -y bun)1password skill). See each skill's references/providers.md for the full list.dreamina CLI: curl -fsSL https://jimeng.jianying.com/cli | bashdreamina login opens the browser for OAuth โ no API key)happy-claude-skills/
โโโ AGENTS.md # Agent instructions (Codex, etc.)
โโโ .claude-plugin/
โ โโโ marketplace.json # Claude Code marketplace config
โโโ skills/
โ โโโ docx-format-replicator/
โ โ โโโ SKILL.md # Skill definition
โ โ โโโ scripts/ # Python scripts
โ โ โโโ assets/ # Example files
โ โ โโโ references/ # Reference docs
โ โโโ video-processor/
โ โ โโโ SKILL.md # Skill definition
โ โ โโโ scripts/ # Python scripts
โ โโโ wechat-article-writer/
โ โ โโโ SKILL.md # Skill definition
โ โโโ trends-bulletin/
โ โ โโโ SKILL.md # Skill definition
โ โ โโโ scripts/ # Python script
โ โโโ browser/
โ โ โโโ SKILL.md # Skill definition
โ โ โโโ package.json # Node.js dependencies
โ โ โโโ scripts/ # Node.js scripts
โ โโโ happy-image-gen/ # 8-provider image CLI (Bun)
โ โโโ happy-video-gen/ # 10-provider video CLI (Bun, async)
โ โโโ happy-audio-gen/ # 6-provider TTS CLI (Bun)
โ โโโ happy-dreamina/ # Pure instruction skill wrapping dreamina CLI
โโโ README.md
โโโ LICENSE
Issues and Pull Requests are welcome!
MIT License
.claude-plugin/
marketplace.json
.gitignore
AGENTS.md
CLAUDE.md
LICENSE
README.md
README.zh-CN.md
skills/
1password/
SKILL.md
browser/
package.json
scripts/
eval.js
nav.js
pick.js
screenshot.js
start.js
SKILL.md
docx-format-replicator/
assets/
example_content.json
hy_template_format.json
references/
content_data_schema.md
format_config_schema.md
scripts/
extract_format.py
generate_document.py
SKILL.md
happy-app-audit/
lib/
card.ts
shell.ts
references/
data_locations.md
known_endpoints.md
methodology_examples.md
safe_commands.md
sdk_fingerprints.md
scripts/
classify_strings.ts
inventory_data.ts
match_fingerprints.ts
render_report.ts
run.ts
snapshot_app.ts
SKILL.md
templates/
card_prompt.md.tmpl
report.md.tmpl
happy-audio-gen/
assets/
EXTEND.template.md
package.json
references/
config/
extend-schema.md
first-time-setup.md
error_codes.md
providers.md
voices.md
scripts/
main.ts
providers/
bailian.ts
elevenlabs.ts
minimax.ts
openai.ts
playht.ts
siliconflow.ts
types.ts
utils/
output.ts
text_chunk.ts
SKILL.md
happy-dreamina/
references/
cli-commands.md
install-and-login.md
ratio-resolution-map.md
troubleshooting.md
SKILL.md
happy-image-gen/
assets/
EXTEND.template.md
package.json
references/
aspect_ratio_map.md
config/
extend-schema.md
first-time-setup.md
error_codes.md
providers.md
scripts/
main.ts
providers/
ark.ts
bailian.ts
fal.ts
google.ts
openai.ts
replicate.ts
siliconflow.ts
stability.ts
types.ts
utils/
aspect_ratio.ts
output.ts
SKILL.md
happy-video-gen/
assets/
EXTEND.template.md
package.json
references/
aspect_ratio_map.md
async-protocol.md
config/
extend-schema.md
first-time-setup.md
error_codes.md
providers.md
scripts/
main.ts
providers/
ark.ts
bailian.ts
fal.ts
google.ts
luma.ts
minimax.ts
openai.ts
pika.ts
runway.ts
vidu.ts
types.ts
utils/
aspect_ratio.ts
async.ts
output.ts
SKILL.md
mkfast-deploy/
references/
cn-access.md
components.md
tailoring.md
troubleshoot.md
SKILL.md
templates/
deploy-checklist.md
stub-no-d1-r2.md
open-source-prep/
references/
disclaimer-templates.md
secrets-patterns.md
SKILL.md
templates/
CONTRIBUTING.md
LICENSE-Apache-2.0.txt
LICENSE-MIT.txt
SECURITY.md
trends-bulletin/
scripts/
main.ts
package.json
SKILL.md
video-processor/
scripts/
video_processor.py
SKILL.md
wechat-article-writer/
SKILL.mdFAQ
happy-claude-skills is a Claude Code plugin with 13 hand-picked skills for ai & agents work, indexed on Flowy. Install it with the command on its page. It includes 1password, browser, docx-format-replicator. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.