بنقرة واحدة
xiaohongshu-note-collector
采集小红书笔记链接并沉淀到 NexTide 爆款广场/我的分类/viral references。适合“采集这个小红书链接”“把这条笔记加入爆款广场”“收集小红书爆款笔记”等请求。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
采集小红书笔记链接并沉淀到 NexTide 爆款广场/我的分类/viral references。适合“采集这个小红书链接”“把这条笔记加入爆款广场”“收集小红书爆款笔记”等请求。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
NexTide 爆款拆解并反推视频提示词。调用小程序「爆款复刻 / 智能复刻」viral_clone 分镜拆解链路,适合“拆解这个爆款视频”“反推 Seedance/Veo 视频提示词”“把参考视频变成复刻分镜”。
插件小红书当前页采集:生成浏览器插件采集当前小红书页面的结构化指令,由用户本地插件执行。;插件小红书发布辅助:生成小红书发布辅助指令,交由浏览器插件在用户本地登录态下半自动执行。;插件账号同步指令:生成浏览器插件账号检测和同步指令,用于把本地平台账号摘要同步到 Web。
淘金任务匹配:按平台、类型、关键词列出当前可接的淘金广场任务,用于 Agent 帮用户挑选任务。;淘金任务接单:为当前用户接取淘金任务,并自动分配可用素材。;淘金任务提交证据:提交任务发布链接、截图或插件采集证据,进入后台审核。
中文用户的 NexTide skill 路由器。适合“我该用哪个 NexTide skill”“帮我把这个任务拆成 NexTide skills 链路”“NexTide 现在有哪些 agent 能力”等请求。
广告文案变体生成:围绕同一产品卖点生成多组广告文案变体,覆盖痛点、利益、证明、限时、场景、对比等角度,并标注适用投放位置。
竞品对标 Brief:把竞品链接、账号、文案或观察记录整理成对标 brief:可学什么、不能抄什么、差异化机会和下一步验证任务。
| name | xiaohongshu-note-collector |
| description | 采集小红书笔记链接并沉淀到 NexTide 爆款广场/我的分类/viral references。适合“采集这个小红书链接”“把这条笔记加入爆款广场”“收集小红书爆款笔记”等请求。 |
| allowed-tools | Read, Write, Bash |
Follow shared NexTide rules in:
nextide-sharedUse this skill when the user wants to:
MVP scope:
Capability id:
xhs.note.collect
CLI contract:
npm run nextide -- capability run xhs.note.collect \
--input .nextide/input/xhs-note-collect.json \
--output .nextide/output/xhs-note-collect-result.json \
--mode wait \
--user-api-key <NEX用户积分API_KEY>
Single URL:
{
"source": "url",
"url": "https://www.xiaohongshu.com/explore/...",
"saveToHotSquare": true
}
Multiple URLs:
{
"source": "url",
"urls": [
"https://www.xiaohongshu.com/explore/...",
"https://xhslink.com/..."
],
"saveToHotSquare": true
}
.nextide/input/xhs-note-collect.json..nextide/output/xhs-note-collect-result.json.Expected result shape:
{
"run": {
"status": "succeeded",
"result": {
"items": [
{
"url": "https://...",
"result": {
"taskId": "...",
"status": "BREAKDOWN_PENDING",
"title": "...",
"videoUrl": null,
"message": "采集成功,已加入“我的”分类"
}
}
],
"errors": []
}
}
}
If the note is an image note, NexTide may asynchronously trigger image-text breakdown after collection.
If the note is a video note, status may be VIDEO_COLLECTED.
xhs.note.collect0.2.0xhsavailableinternal_apitruemediumnexTideApiKeyXHS_DOWNLOADER_BASE_URLnone10/minute, 60/hourxiaohongshu, collection, hot-square, viral-referenceDescription:
采集小红书链接并沉淀为爆款广场/viral references 可用的结构化数据。MVP 阶段已支持 URL 采集,关键词搜索采集仍为 planned。
Examples:
Input fields:
source (string, required):采集来源类型:url 或 keyword。urls (string[]):小红书笔记链接列表,source=url 时使用。keywords (string[]):搜索关键词,source=keyword 时使用。limit (number):目标采集数量。 默认:30collectComments (boolean):是否同时采集评论。默认关闭以节省成本。 默认:falsesaveToHotSquare (boolean):是否保存到爆款广场/素材库。 默认:trueOutput fields:
items (array):归一化后的小红书笔记列表。savedReferences (array):已保存的 viral reference 记录。CLI:
nextide capability run xhs.note.collect \
--input .nextide/input/xhs.note.collect.json \
--output .nextide/output/xhs.note.collect-result.json \
--mode submit \
--wait \
--timeout 300 \
--interval 5
RUN_ID=$(node -e "const r=require('./.nextide/output/xhs.note.collect-result.json'); console.log(r.run && r.run.runId)")
nextide run follow "$RUN_ID" \
--output-dir .nextide/output/$RUN_ID \
--timeout 300 \
--interval 5
Artifact-first reading order:
.nextide/output/$RUN_ID/summary.json..nextide/output/$RUN_ID/manifest.json.preview.html / gallery.html with rich preview when supported.datatable.json for data/table results.available, fail fast and explain what is missing.--wait when the user wants a finished result in the same turn.nextide run artifacts <run-id> --output-dir .nextide/output/<run-id> --download --gallery --datatable and read summary.json then manifest.json.nextide run follow <run-id> --output-dir .nextide/output/<run-id> --timeout 1800 --interval 5.summary.recommendedResponse.message, preview.html, datatable.json, and local artifact paths over pasting huge raw JSON.explanation, convert it into a clear user-facing failure message with next actions.