Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions skills/xiaohongshu-content/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# xiaohongshu-content

Xiaohongshu content creation skill that searches hot topics and generates viral posts with titles, body text, and SEO tags. Use when Claude needs to: (1) create Xiaohongshu style content for product recommendations, (2) generate viral posts for food, travel, or fashion topics, or (3) produce engaging social media captions with emojis and hashtags.

## Installation

```bash
refly skill install skp-khi4osc1g71rm2jtnq25jswh
```

## Triggers

- 小红书
- xiaohongshu
- rednote
- xhs
- 种草
- 小红书文案
- 爆款内容

## Tags

`content` `xiaohongshu` `social` `chinese` `viral`

## Author

lijiayang0316

## Links

- [View on Refly](https://refly.ai/skill/skp-khi4osc1g71rm2jtnq25jswh)
41 changes: 41 additions & 0 deletions skills/xiaohongshu-content/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: xiaohongshu-content
description: Xiaohongshu content creation skill that searches hot topics and generates viral posts with titles, body text, and SEO tags. Use when Claude needs to: (1) create Xiaohongshu style content for product recommendations, (2) generate viral posts for food, travel, or fashion topics, or (3) produce engaging social media captions with emojis and hashtags.
skillId: skp-khi4osc1g71rm2jtnq25jswh
workflowId: see-workflow-mapping
triggers:
- 小红书
- xiaohongshu
- rednote
- xhs
- 种草
- 小红书文案
- 爆款内容
tags:
- content
- xiaohongshu
- social
- chinese
- viral
version: 1.0.0
---

# xiaohongshu-content

Xiaohongshu content creation skill that searches hot topics and generates viral posts with titles, body text, and SEO tags. Use when Claude needs to: (1) create Xiaohongshu style content for product recommendations, (2) generate viral posts for food, travel, or fashion topics, or (3) produce engaging social media captions with emojis and hashtags.

## Installation

```bash
refly skill install skp-khi4osc1g71rm2jtnq25jswh
```

## Usage

After installation, run the skill using your installation ID:

```bash
refly skill run <installationId> --input '{}'
```

The installation ID is returned when you run `refly skill install`.
Loading