用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/istarwyh/agent-plugins --skill xhs-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-search |
| argument-hint | [搜索关键词] |
| description | 搜索小红书笔记,支持关键词搜索和多维度筛选。 当用户想在小红书上搜索、查找内容时使用。 |
CLI 路径:python3 {baseDir}/../../xiaohongshu-skills/scripts/cli.py
keyword(必填)— 搜索关键词sort_by(可选)— 综合 | 最新 | 最多点赞 | 最多评论 | 最多收藏note_type(可选)— 不限 | 视频 | 图文publish_time(可选)— 不限 | 一天内 | 一周内 | 半年内search_scope(可选)— 不限 | 已看过 | 未看过 | 已关注location(可选)— 不限 | 同城 | 附近python3 {baseDir}/../../xiaohongshu-skills/scripts/cli.py search-feeds \
--keyword "关键词" \
--sort-by "最多点赞" \
--note-type "图文" \
--publish-time "一周内"
返回 JSON 中 feeds 数组,每条包含标题、作者、互动数据、feed_id 和 xsec_token。
整理为列表展示,提示用户可查看详情(/xhs-explore)或互动(/xhs-interact)。
CLI 失败时:
bash {baseDir}/../../scripts/ensure-chrome-debug.sh
navigate_page → https://www.xiaohongshu.com/exploretake_snapshot → 找到搜索框 → fill 关键词 → press_key Entertake_snapshot → 获取搜索结果