Install
openclaw skills install @wsd-mj/xiaohongshu-note-generatorGenerate complete, publish-ready social content-marketing notes from a topic. Produces a fully-styled note — catchy title, body copy, emoji, and hashtags — matching popular social lifestyle-platform content style, ready to post. Use when the user wants to write a social seeding note, product-seeding copy, 种草文案, lifestyle/product recommendation note, or draft social content for content-marketing platforms. Trigger keywords: social note, content marketing, note generator, 笔记生成, copywriting, 文案, 种草, seeding, product recommendation. Requires an API key from wsdsocial.com.
openclaw skills install @wsd-mj/xiaohongshu-note-generatorGenerate a complete social content-marketing style note from a topic. Provide a topic and optional style requirements, and the AI creates a fully-formatted, ready-to-publish note (title + body + emoji + hashtags).
WSD_API_KEYcurl -X POST "https://ai.wsdsocial.com/api/pub/skills/red-note-generator/_tool_86" \
-H "Content-Type: application/json" \
-H "key: ${WSD_API_KEY}" \
-d '{
"topic": "Top 5 skincare products for summer 2024",
"request": "Friendly tone, use emoji, include bullet points, 400-600 words"
}'
| Param | Type | Required | Description |
|---|---|---|---|
topic | String | Yes | The note topic / subject |
request | String | No | Style, word count, format requirements |
Returns the generated complete social content-marketing note content.