Back to skills
extension
Category: Content & MediaNo API key required

小红书爆款仿写

技能介绍:AI深度拆解爆款笔记结构、风格与流量逻辑,在原创不抄袭的前提下,复刻小红书各类爆款文风,结合自身产品及卖点内容生成差异化全新笔记,规避查重风险,快速迭代优质内容 使用场景:- 仿写同行爆款,快速制作同款差异化原创笔记 - 优化自有草稿、初稿,升级为爆款质感文案 - 批量制作同风格笔记,塑造账号垂直人设 - 新手快速学习爆款逻辑,提升创作能力 - 批量迭代产品种草、测评类笔记,提升曝光互动

personAuthor: haoliang2026hubModelScope

小红书笔记仿写

🔑 设置 API 密钥

  1. 获取您的密钥: https://ai.wsdsocial.com/skills
  2. 设置为环境变量: WSD_API_KEY

小红书仿写skill

上传参考文案,结合产品信息和卖点,AI 仿写小红书风格文案

curl -X POST "https://ai.wsdsocial.com/api/pub/skills/red-note-imitation-writing/_tool_89" \
  -H "Content-Type: application/json" \
  -H "key: ${WSD_API_KEY}" \
  -d '{"reference": "xxx", "request": "xxx", "product_info": "xxx", "selling_points": "xxx"}'

请求参数schema说明: { "type": "object", "properties": { "request": { "type": "string", "description": "额外要求:字数、风格、emoji 等" }, "reference": { "type": "string", "description": "爆款文案原文" }, "product_info": { "type": "string", "description": "产品信息" }, "selling_points": { "type": "string", "description": "卖点利益点" } }, "required": [ "reference" ] }