AI-powered Xiaohongshu (RED) note content generator. Creates complete RED style notes from topic and style requirements. Requires API key from wsdsocial.com.

Install

openclaw skills install @wsd-mj/red-note-generator

Red Book Note Generator

Generate 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.

Setup

  1. Get your API key at https://ai.wsdsocial.com/skills
  2. Set as environment variable: WSD_API_KEY

Usage

bash
curl -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"
  }'

Parameters

ParamTypeRequiredDescription
topicStringYesThe note topic/subject
requestStringNoStyle, word count, format requirements

Response

Returns the generated complete RED note content.