npx skills add https://github.com/zc277584121/marketing-skills --skill remove-ai-style使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
A collection of Claude Code skills for marketing automation tasks — browser automation, content workflows, and more.
| Skill | Description |
|---|---|
chrome-automation |
Automate Chrome browser tasks using the agent-browser CLI. Navigate pages, fill forms, click buttons, extract data, and replay recorded workflows. |
browser-screenshot |
Take focused, region-specific screenshots from web pages. Navigates to the right page based on context (URL, search query, social media post) and crops to the target region. |
| Skill | Description |
|---|---|
raw-video-processing |
Post-process raw screen recordings by removing silent segments and applying speed adjustments. |
video-enhancement |
Enhance screen recordings with zoom, highlight, and pan effects. Uses ASR + visual analysis + Claude subagent for intelligent enhancement planning with human review. |
video-to-gif |
Convert a video to multiple GIF variants with different quality/size tradeoffs for visual comparison. |
| Skill | Description |
|---|---|
screenshot-compression |
Compress PNG/JPEG screenshots in place using pngquant and jpegoptim, keeping original format for maximum compatibility. |
mermaid-to-image |
Convert Mermaid code blocks in Markdown files to PNG images using the mermaid.ink API. |
mermaid-to-gif |
Convert Mermaid diagrams to animated GIFs with customizable animation styles (progressive reveal, highlight walk, pulse flow). |
image-generation |
Generate illustration images for articles and documentation using Gemini Nano Banana 2 API. Produces clean, minimal-style diagrams and concept illustrations. |
| Skill | Description |
|---|---|
github-traffic |
Fetch, store, and visualize GitHub repository traffic data (views, clones, referrers, stars) with trend charts. Requires repo push access. |
| Skill | Description |
|---|---|
jupyter-notebook-writing |
Write Milvus application-level Jupyter notebook examples using a Markdown-first workflow with jupyter-switch. |
remove-ai-style |
Review and adjust writing style to reduce AI-generated patterns, making text read more naturally. Supports Chinese and English. |
content-rewrite |
Adapt content for different platforms (LinkedIn, X, Reddit, English blog, WeChat) with platform-specific tone, format, and length. |
| Skill | Description |
|---|---|
md-to-feishu |
Convert local Markdown files to Feishu (Lark) documents with automatic image uploading. Uses the feishu-docx CLI via uvx. |
Install all skills globally to all supported AI coding agents with one command:
npx skills add zc277584121/marketing-skills --all -g
Update to the latest version:
npx skills update
Install using npx skills:
# Global — available in all projects, all agents
npx skills add zc277584121/marketing-skills --all -g
# Project-level — current project only, all agents
npx skills add zc277584121/marketing-skills --all
npx skills add zc277584121/marketing-skills -a claude-code -g
npx skills add zc277584121/marketing-skills -a cursor -g
npx skills add zc277584121/marketing-skills -a codex -g
Other supported agents: windsurf, github-copilot, cline, roo, gemini-cli, goose, kilo, augment, opencode, and 40+ more.
Project vs Global: Without
-g, skills are installed into the current project directory (e.g.,.claude/skills/). With-g, they go to your home directory (e.g.,~/.claude/skills/) and are available across all projects.
# Check for updates
npx skills check
# Update all globally installed skills to latest
npx skills update
To update project-level installs, re-run the npx skills add command.