Install
openclaw skills install @wsd-mj/red-note-generatorAI-powered Xiaohongshu (RED) note content generator. Creates complete RED style notes from topic and style requirements. Requires API key from wsdsocial.com.
openclaw skills install @wsd-mj/red-note-generatorGenerate complete Xiaohongshu (RED) style notes from a topic. Provide a topic and optional style requirements, and AI creates a fully-formatted note ready to publish.
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 RED note content.