npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@baichuan-skill/media-creator-skills

v1.0.4

Published

CLI tool for installing and managing media creator AI skills

Readme

Media Creator Skills

媒体创作者技能管理工具,用于管理 WebJeffery/media-creator-skills 仓库中的技能包。

概述

Media Creator Skills 是一个命令行工具,帮助新媒体创作者快速安装和管理面向 公众号、小红书、抖音 的 AI 技能包。

核心特性

  • 技能包管理 - 自动从 GitHub 同步最新技能包
  • 智能筛选 - 按平台、创作阶段快速筛选所需技能
  • 交互式安装 - 友好的命令行交互界面
  • 离线支持 - 支持离线模式使用本地缓存
  • npx 支持 - 无需安装即可快速使用

快速开始

使用 npx(推荐)

# 列出所有可用技能
npx @baichuan-skill/media-creator-skills list

# 交互式安装技能
npx @baichuan-skill/media-creator-skills install

# 安装所有技能
npx @baichuan-skill/media-creator-skills install --all

# 查看帮助
npx @baichuan-skill/media-creator-skills --help

注意: 首次运行会自动从 GitHub 仓库同步技能包,后续使用本地缓存。

从 npm 安装

# 全局安装
npm install -g @baichuan-skill/media-creator-skills

# 查看所有命令
media-creator-skills --help

工作原理:

  • npm/npx 使用:自动从 https://github.com/WebJeffery/media-creator-skills.git 同步技能包
  • 本地开发:如果检测到本地 skills 目录,则直接使用本地版本

命令详解

list - 列出所有可用技能

# 列出所有技能(在线模式)
media-creator-skills list

# 离线模式,使用本地缓存
media-creator-skills list --offline

install - 安装技能

# 交互式安装
media-creator-skills install

# 按平台安装
media-creator-skills install -p wechat

# 按平台和阶段安装
media-creator-skills install -p wechat -s 02-creation

# 安装所有技能
media-creator-skills install --all

# 离线模式安装
media-creator-skills install --offline

参数说明:

| 参数 | 简写 | 说明 | |------|------|------| | --platform | -p | 指定媒体平台(wechat/xiaohongshu/douyin) | | --stage | -s | 指定创作阶段(01-planning/02-creation/03-optimization/04-analytics) | | --all | -a | 安装所有技能 | | --offline | | 离线模式,使用本地缓存 |

info - 查看技能详情

media-creator-skills info wechat-article-writer

search - 搜索技能

media-creator-skills search 标题
media-creator-skills search 优化

sync - 同步技能包

从 GitHub 仓库同步最新的技能包到本地缓存。

# 同步最新版本
media-creator-skills sync

# 强制重新下载
media-creator-skills sync --force

说明: 技能包缓存位置为 ~/.media-creator-skills/cache/

安装目标

技能默认安装到 ~/.claude/skills/ 目录,可在 Claude Desktop 和 Claude.ai 中使用。

Claude Desktop 使用

安装后,在 Claude Desktop 对话中直接使用触发词即可激活对应技能,例如:

  • "帮我写一篇公众号文章"
  • "生成小红书爆款标题"

Claude.ai 使用

进入 claude.ai 创建新项目,技能自动集成,无需额外配置。

当前可用技能

微信公众号

| 阶段 | 技能名称 | 描述 | |------|----------|------| | 策划 | wechat-topic-planner | 选题规划助手 | | 创作 | wechat-article-writer | 长文写作助手 | | 创作 | wechat-content-rewriter | 内容改写助手 | | 优化 | wechat-title-generator | 标题生成器 | | 优化 | wechat-layout-optimizer | 排版优化 |

小红书

| 阶段 | 技能名称 | 描述 | |------|----------|------| | 创作 | xiaohongshu-note-writer | 笔记写作助手 | | 创作 | xiaohongshu-hook-writer | 开头金句生成器 | | 优化 | xiaohongshu-title-generator | 标题生成 | | 优化 | xiaohongshu-tag-optimizer | 话题标签优化 | | 优化 | xiaohongshu-cover-advisor | 封面设计建议 |

抖音

| 阶段 | 技能名称 | 描述 | |------|----------|------| | 策划 | douyin-topic-finder | 热门选题发现 | | 创作 | douyin-script-writer | 短视频脚本撰写 | | 创作 | douyin-hook-generator | 黄金3秒开头生成器 | | 优化 | douyin-title-generator | 标题和文案生成 | | 优化 | douyin-seo-optimizer | SEO 优化 |

通用工具

| 技能名称 | 描述 | |----------|------| | common-audience-analyzer | 目标受众分析 | | common-content-calendar | 多平台内容日历规划 | | common-copywriting-formulas | 经典文案公式 | | common-hot-topic-tracker | 全网热点追踪 |

常见问题

技能未生效怎么办?

  1. 确认技能已正确安装到 ~/.claude/skills/
  2. 重启 Claude Desktop 或重新打开 Claude.ai
  3. 检查 SKILL.md 文件格式是否正确

如何卸载技能?

rm -rf ~/.claude/skills/{skill-name}

如何更新已安装的技能?

# 同步最新技能包
media-creator-skills sync --force

# 重新安装技能
media-creator-skills install