원클릭으로
xiaohongshu-infographic-generator
小红书信息卡片风格提炼与生成。适合“提炼这组卡片风格”“用这个风格生成信息卡片”“生成小红书知识信息图”等请求。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
小红书信息卡片风格提炼与生成。适合“提炼这组卡片风格”“用这个风格生成信息卡片”“生成小红书知识信息图”等请求。
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-infographic-generator |
| description | 小红书信息卡片风格提炼与生成。适合“提炼这组卡片风格”“用这个风格生成信息卡片”“生成小红书知识信息图”等请求。 |
| allowed-tools | Read, Write, Bash |
Follow shared NexTide rules in:
nextide-sharedThis skill has two related capabilities:
Capability id:
xhs.infographic.style.extract
Use this when the user wants to analyze visual style from reference images.
CLI contract:
npm run nextide -- capability run xhs.infographic.style.extract \
--input .nextide/input/xhs-style-extract.json \
--output .nextide/output/xhs-style-extract-result.json \
--mode submit \
--user-api-key <NEX用户积分API_KEY>
Input JSON:
{
"referenceImages": ["/absolute/path/to/reference.png"],
"styleName": "高密度知识卡",
"styleGoal": "适合知识卡片/小红书封面风格",
"sceneType": "图文讲解详情图"
}
The runner supports the first image from referenceImages as either a local file path or http(s) URL. Style extraction is async; the style preset is created immediately and Style DNA is written back after callback.
Capability id:
xhs.infographic.generate
CLI contract:
npm run nextide -- capability run xhs.infographic.generate \
--input .nextide/input/xhs-infographic-generate.json \
--output .nextide/output/xhs-infographic-generate-result.json \
--mode submit \
--user-api-key <NEX用户积分API_KEY>
{
"title": "为什么 30 岁后更需要抗炎护肤",
"text": "正文内容...",
"styleId": "style_preset_id",
"imageCount": 3,
"language": "简体"
}
Aliases accepted by runner:
topic → titlecontent / markdown → textstylePresetId → styleIdpageCount → imageCountstyleId from NexTide style library..nextide/input/xhs-infographic-generate.json.taskId and async status.Expected result shape:
{
"run": {
"status": "waiting_callback",
"result": {
"data": {
"taskId": "...",
"summaryId": "..."
},
"queued": true,
"note": "XHS infographic generation is async..."
}
}
}
xhs.infographic.style.extract0.2.0xhsavailableinternal_apitruemediumnexTideApiKeyN8N_STYLE_WORKFLOW_WEBHOOKnone10/minute, 60/hourxiaohongshu, style, infographic, style-dnaDescription:
从参考图中提炼小红书信息卡片 Style DNA、版式规则和 prompt kit。
Examples:
Input fields:
referenceImages (string[], required):参考图片 URL 或已上传文件 URL。styleName (string):风格名称。Output fields:
stylePresetId (string):生成的风格预设 ID。styleDna (object):风格 DNA 结构化结果。CLI:
nextide capability run xhs.infographic.style.extract \
--input .nextide/input/xhs.infographic.style.extract.json \
--output .nextide/output/xhs.infographic.style.extract-result.json \
--mode submit \
--wait \
--timeout 600 \
--interval 5
RUN_ID=$(node -e "const r=require('./.nextide/output/xhs.infographic.style.extract-result.json'); console.log(r.run && r.run.runId)")
nextide run follow "$RUN_ID" \
--output-dir .nextide/output/$RUN_ID \
--timeout 600 \
--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.xhs.infographic.generate0.2.0xhsavailableinternal_apitruemediumnexTideApiKeyN8N_XHS_TEXT2IMG_WEBHOOK or XHS_TEXT2IMG_WEBHOOKnone10/minute, 60/hourxiaohongshu, infographic, image-generationDescription:
根据主题、正文和风格预设生成小红书信息卡片。
Examples:
Input fields:
topic (string, required):卡片主题。content (string, required):正文内容。stylePresetId (string):风格预设 ID。pageCount (number):生成页数。 默认:6Output fields:
jobId (string):生成任务 ID。cards (array):生成的卡片结果。CLI:
nextide capability run xhs.infographic.generate \
--input .nextide/input/xhs.infographic.generate.json \
--output .nextide/output/xhs.infographic.generate-result.json \
--mode submit \
--wait \
--timeout 900 \
--interval 5
RUN_ID=$(node -e "const r=require('./.nextide/output/xhs.infographic.generate-result.json'); console.log(r.run && r.run.runId)")
nextide run follow "$RUN_ID" \
--output-dir .nextide/output/$RUN_ID \
--timeout 900 \
--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.