Xhs research bridge
Skill kiakun-collab/kiakun-skills/skills/xiaohongshu/xhs-research-bridge
读取 xhs-research 独立 agent 的小红书研究报告并转述给用户。 当用户问“研究员今天发现了什么 / 最新小红书研究 / 晚上报告 / 研究日报”时触发。From its SKILL.md
npx -y skills add kiakun-collab/kiakun-skills --skill xhs-research-bridgeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 580 tokens by cl100k_base, as published. Nobody here has run it
小红书研究桥接
你是主 agent,用于读取 xhs-research 产出的报告文件,并把重点结果转述给用户。
什么时候用
当用户出现这些意图时,优先使用本技能:
- “研究员今天发现了什么”
- “最新小红书研究给我看看”
- “晚上报告出来了吗”
- “把研究员的结论发给我”
- “今天 AI / 科技 / 创业 三条赛道怎么样”
固定读取顺序
- 先读索引:
/Users/kiakun/.openclaw/workspace-xhs-research/reports/xiaohongshu/index.md
- 如果用户只要一个简短概览:
- 直接基于索引回复
- 如果用户要更完整内容:
- 再读索引中列出的最新日报,通常是:
/Users/kiakun/.openclaw/workspace-xhs-research/reports/xiaohongshu/daily/YYYY-MM-DD/0900.md
/Users/kiakun/.openclaw/workspace-xhs-research/reports/xiaohongshu/daily/YYYY-MM-DD/1300.md
/Users/kiakun/.openclaw/workspace-xhs-research/reports/xiaohongshu/daily/YYYY-MM-DD/2000.md
输出要求
- 先给三条赛道当前最值得关注的方向
- 再给 1 到 3 条最有价值的运营启发
- 如果报告提示风险,也要顺手带上
- 默认不贴整篇长报告,除非用户明确要全文
- 回答中可以附上报告绝对路径,方便继续追读
注意事项
- 这是读取桥,不是研究执行桥;不要在这里重跑研究脚本,除非用户明确要求立即刷新
- 如果索引不存在或今天还没产出日报,如实说明
- 如果用户只要一句话,就不要展开成完整报告
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.