用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/istarwyh/agent-plugins --skill xhs-explore命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Decompose complex development tasks into a parallel Agent Team, create self-contained teammate tasks, coordinate closed-loop review/test iterations, and summarize delivery. Use whenever the user describes a multi-step development task such as implementing a feature with tests, refactoring multiple modules, researching then implementing, or explicitly asks for team/swarm/parallel/拆分/并行/分工. Do not use for single-step tasks like fixing a typo, reading one file, or answering a simple question.
Send system notifications when Claude Code completes tasks. Use when the user wants to configure task completion notifications, set up alerts for long-running tasks, or customize notification settings.
当用户要求监控极客新闻(漫威/DC/星战/F1/游戏)、生成社交媒体帖子、 发布小红书/XHS/RED 笔记、配置Instagram/Facebook/小红书发布渠道、 做多渠道社媒自动化、或提到热点资讯自动化时触发。用户说“帮我发一批小红书热点”、 “直接发小红书”、“发布漫威/星战/游戏资讯到小红书”时也必须使用本 skill,默认执行找新闻 → 生成小红书中文草稿 → Codex AI 封面 → 预览确认 → 发布的一条龙流程。 也在用户输入 /social-autopilot 时触发。
基于 SOC 职业分类
正在显示 SKILL.md
| name | xhs-explore |
| description | 浏览小红书推荐流、查看笔记详情和评论。 当用户想看推荐内容、刷首页、查看某条笔记的详情/评论、或已有 feed_id 想获取完整内容时使用。 |
CLI 路径:python3 {baseDir}/../../xiaohongshu-skills/scripts/cli.py
python3 {baseDir}/../../xiaohongshu-skills/scripts/cli.py list-feeds
返回 JSON 中 feeds 数组。展示每条笔记的标题、作者、互动数据,附带 feed_id 和 xsec_token。
python3 {baseDir}/../../xiaohongshu-skills/scripts/cli.py get-feed-detail \
--feed-id <feed_id> \
--xsec-token <xsec_token> \
--load-all-comments \
--max-comment-items 50
可选参数:
--load-all-comments — 加载全部评论(默认仅前 10 条)--click-more-replies — 展开子评论--max-replies-threshold 10 — 跳过回复数超过此值的评论--max-comment-items 50 — 限制评论数量--scroll-speed normal — 滚动速度:slow | normal | fast展示:笔记内容、图片、作者信息、互动数据、评论列表。
提示用户可以点赞/收藏/评论(/xhs-interact)或查看作者主页(/xhs-profile)。
CLI 失败时:
bash {baseDir}/../../scripts/ensure-chrome-debug.sh
navigate_page → https://www.xiaohongshu.com/exploretake_snapshot → 获取首页 Feed 卡片列表take_snapshot → 提取详情内容