Generate 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, 文案,...
Scanned 9/6/2026
Install to Claude Code
npx -y skills add WSD-MJ/xhs-writing --skill xiaohongshu-note-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Xiaohongshu Note Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wsd-mj-xiaohongshu-note-generator)More formats (shields.io, HTML) on the badges page.
---
name: xiaohongshu-note-generator
description: >
Generate 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.
---
# Social Content Note Generator
Generate 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).
## 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
| Param | Type | Required | Description |
|-----------|--------|:--------:|-------------|
| `topic` | String | Yes | The note topic / subject |
| `request` | String | No | Style, word count, format requirements |
## Response
Returns the generated complete social content-marketing note content.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!