happy-claude-skills  by iamzhihuix

AI-powered skill plugins for automated workflows

Created 1 month ago
254 stars

Top 99.1% on SourcePulse

GitHubView on GitHub
Project Summary

A collection of practical skill plugins for Claude Code, happy-claude-skills aims to automate complex tasks, enhancing the AI's utility. It targets Claude Code users seeking efficient workflows for document generation, video processing, content creation, and web automation, offering significant productivity gains.

How It Works

This project functions as a plugin marketplace for Claude Code. Users integrate the repository and then install individual skills. Claude Code interprets natural language prompts to automatically invoke the relevant skill, such as replicating Word document formats, downloading and transcribing videos, drafting WeChat articles, or performing browser automation via the Chrome DevTools Protocol.

Quick Start & Requirements

  • Installation: Add as a plugin marketplace (/plugin marketplace add iamzhihuix/happy-claude-skills) then install specific skills (e.g., /plugin install docx-format-replicator@happy-claude-skills). Local development requires cloning the repository and using the --plugin-dir flag with the Claude executable.
  • Dependencies:
    • docx-format-replicator: Python 3.7+, python-docx.
    • video-processor: Python 3.7+, yt-dlp, ffmpeg, openai-whisper.
    • wechat-article-writer: No specific external dependencies listed beyond Claude Code.
    • browser: Node.js 18+, puppeteer-core, Google Chrome. Install via npm install --prefix skills/browser.
  • Prerequisites: A functional Claude Code environment, Python 3.7+, Node.js 18+, ffmpeg, and Google Chrome are required. OS-specific setup may be necessary for ffmpeg.

Highlighted Details

  • docx-format-replicator: Automates the replication of formatting from existing Word documents for consistent batch generation.
  • video-processor: Offers comprehensive video handling, including YouTube downloads, audio extraction, format conversion, and Whisper-based transcription.
  • wechat-article-writer: Provides a four-step automated workflow for WeChat article creation, encompassing research, writing, title generation, and optimization.
  • browser: Enables advanced web automation using the Chrome DevTools Protocol for tasks like scraping, handling authenticated sessions, and visual regression testing.

Maintenance & Community

The project welcomes contributions via issues and pull requests. Some skills are noted as adaptations from existing projects. The README does not provide specific community channels (e.g., Discord/Slack) or a public roadmap.

Licensing & Compatibility

Licensed under the MIT License, which is generally permissive for commercial use and integration into closed-source projects.

Limitations & Caveats

Setup complexity arises from managing multiple external dependencies (Python, Node.js, ffmpeg, Chrome) and potential OS-specific configurations. The functionality is inherently tied to the Claude Code platform and its plugin architecture.

Health Check
Last Commit

1 month ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
22 stars in the last 30 days

Explore Similar Projects

Starred by Dan Abramov Dan Abramov(Core Contributor to React; Coauthor of Redux, Create React App), John Philip Morgan John Philip Morgan(Cofounder of Jasper), and
2 more.

pi-skills by badlogic

15.5%
524
Agent skills for coding and productivity
Created 2 months ago
Updated 2 weeks ago
Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), Abubakar Abid Abubakar Abid(Cofounder of Gradio), and
3 more.

owl by camel-ai

0.1%
19k
Multi-agent framework for real-world task automation
Created 11 months ago
Updated 6 days ago
Feedback? Help us improve.