redbook-skills
将图文/视频内容发布到小红书(XHS),并支持登录检查、二维码登录辅助、搜索笔记、获取详情、评论/回复、读取内容数据和多账号/多端口运行。使用 Python/CDP 控制面。
适合你,如果需要批量管理小红书账号和内容发布
/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/redbook-skills/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/redbook-skills/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/redbook-skills安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~371最小装载
~6.7K含声明引用
~55.6K文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 f27e175 · 表述以原文为准它做什么
装上后,Claude 可以帮你登录、搜索、发布图文/视频、评论和回复小红书内容,并管理多个账号。
什么时候触发
当你要求操作小红书(如搜索笔记、发布内容、评论)时触发。
装好后可以这样说
Claude 会执行搜索并返回结果。
Claude 会要求确认后发布。
Claude 会检测当前是否登录。
技能原文 SKILL.md
Redbook Skills
Use this as the main Xiaohongshu publishing and retrieval skill.
Use this skill for
- 登录检查、二维码登录辅助、切账号
- 搜索笔记、看详情、看通知和内容数据
- 图文发布、视频发布、评论与回复
- 多账号、多端口、保守人类化交互
Default execution model
- Python/CDP control plane through
scripts/*.py
Mandatory workflow
- Distinguish login, read, comment, and publish flows first.
- Require final user confirmation before any real publish.
- Treat comment and publish as high-risk actions; use safer interaction mode by default.
- Keep image-only and video-only publish paths separate.
Working rules
- Use absolute file paths.
- Do not publish if the user only asked to test or open the browser.
- Prefer
safeinteraction mode for publish and comment tasks. - Stop on risk signals; do not brute-force repeated actions.
Read references as needed
references/python-legacy.mdFor command flows and compatibility notes.references/risk-guard.mdFor throttling, cooldown, and risk handling.references/multi-account.mdFor profile, port, and launcher conventions.references/README.mdFor broader background and historical notes.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…