modelscope.cn

red-note-imitation-writing

小红书笔记仿写 (API key required).

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
clawdbot
{"emoji":"🔥","requires":{"bins":["curl"]},"auth":{"type":"api_key","env_var":"WSD_API_KEY","hint":"https:\/\/ai.wsdsocial.com"}}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,285 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

小红书笔记仿写

🔑 设置 API 密钥

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

小红书仿写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": "爆款文案原文" }, "productinfo": { "type": "string", "description": "产品信息" }, "sellingpoints": { "type": "string", "description": "卖点利益点" } }, "required": [ "reference" ] }