Happy Claude Skills banner
iamzhihuix iamzhihuix

Happy Claude Skills

Development community intermediate

Description

A collection of practical skill plugins designed for Claude Code.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

[English](README.md) | [中文](README.zh-CN.md)

Happy Claude Skills

A collection of practical skill plugins designed for Claude Code.

Included Skills

docx-format-replicator

Extract formatting from existing Word documents and generate new documents with the same format.

**Use Cases:**

  • Corporate document template replication
  • Batch generation of consistently formatted documents
  • Technical specification document series
  • Standardized documentation like development task sheets

video-processor

Download and process videos from YouTube and other platforms. Supports video download, audio extraction, format conversion, and Whisper transcription.

**Use Cases:**

  • Download videos from YouTube and other platforms
  • Extract audio from video files
  • Convert videos to MP4/WebM formats
  • Transcribe audio/video to text using Whisper

wechat-article-writer

Automated WeChat article writing workflow with 4 steps: research, writing, title generation, and formatting optimization.

**Use Cases:**

  • Write WeChat official account articles
  • Generate viral headlines
  • Content creation for self-media
  • Article formatting and optimization

browser

Browser automation using Chrome DevTools Protocol. Start Chrome, navigate pages, execute JavaScript, take screenshots, and interactively pick DOM elements.

**Use Cases:**

  • Web scraping with authenticated sessions
  • Visual regression testing
  • DOM inspection and data extraction
  • Screenshot capture for documentation

Installation

Install from GitHub

First, add this repository as a plugin marketplace in Claude Code:

/plugin marketplace add iamzhihuix/happy-claude-skills

Then install the skills you need:

/plugin install docx-format-replicator@happy-claude-skills
/plugin install video-processor@happy-claude-skills
/plugin install wechat-article-writer@happy-claude-skills
/plugin install browser@happy-claude-skills

Local Development Installation

...