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 → 获取搜索结果