💡 摘要
ByHeaven Skills 提供了 Claude Code 插件的单一代码库,包括小红书的自动发布插件。
🎯 适合人群
希望增强 Claude 功能的开发者使用小红书的内容创作者自动化爱好者Claude 的插件开发者精通技术的市场营销人员
🤖 AI 吐槽: “这个代码库就像自助餐;什么都有,但都不够。”
安全分析中风险
该项目可能涉及插件安装的网络访问,如果没有适当的安全措施,可能会暴露敏感数据。确保验证和清理输入以降低风险。
ByHeaven Skills
A monorepo of Claude Code skills/plugins by ByHeaven
English | 中文 README
Plugins
- xhs-publisher (
plugins/xhs-publisher) — Xiaohongshu (RED) auto publisher (browser automation)
Installation
This repo supports multiple installation workflows (similar to JimLiu/baoyu-skills).
1) Quick Install (skills CLI)
npx skills add byheaven/byheaven-skills
Or install by cloning this repo and copying a specific skill into your Claude plugins directory:
git clone https://github.com/byheaven/byheaven-skills.git cd byheaven-skills mkdir -p ~/.claude/plugins rsync -a plugins/xhs-publisher/ ~/.claude/plugins/xhs-publisher/
2) Add as Claude Code Plugin Marketplace
In Claude Code, run:
/plugin marketplace add byheaven/byheaven-skills
3) Install a skill/plugin
After adding the marketplace:
- Browse UI: open
/pluginand install from the marketplace - Direct install:
/plugin install xhs-publisher@byheaven-skills
- Or ask the agent:
- “Please install Skills from github.com/byheaven/byheaven-skills”
4) Update
/plugin marketplace update byheaven-skills
Repo structure
Each plugin lives under plugins/<name>/ and is intended to be self-contained (it includes its own .claude-plugin/plugin.json, commands/, skills/, etc.).
License
MIT License
五维分析
清晰度8/10
创新性6/10
实用性7/10
完整性7/10
可维护性8/10
优缺点分析
优点
- 支持多种安装方式
- 自包含插件便于管理
- 专注于小红书的自动化
缺点
- 仅限于特定插件
- 文档可以更详细
- 小众焦点可能不适合所有用户
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 byheaven.
