rednote-viral-writer

Pass

小红书爆款助手,热点追踪、文案生成、标签推荐。

@openclaw
v1.0.0MIT3/26/2026
33out of 100
(0)
3.4k
34
40

Install Skill

Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.

Install globally (user-level):

npx skillhub install openclaw/skills/rednote-viral-writer

Install in current project:

npx skillhub install openclaw/skills/rednote-viral-writer --project

Suggested path: ~/.claude/skills/rednote-viral-writer/

AI Review

Instruction Quality30
Description Precision25
Usefulness34
Technical Soundness52

Scored 33 — the core problem is the Python script it references (rednote-viral-writer.py) is not bundled with the skill, making it non-functional as delivered. The SKILL.md only documents commands for a script that lives elsewhere. Narrow platform focus (Xiaohongshu only) and Chinese-only description further limit score.

SKILL.md Content

---
name: rednote-viral-writer
slug: rednote-viral-writer
version: 1.0.0
description: 小红书爆款助手,热点追踪、文案生成、标签推荐。
homepage: https://github.com/786793119/miya-skills
metadata: {"openclaw":{"emoji":"📕","requires":{"bins":["python3"]},"os":["linux","darwin","win32"]}}
---

# 小红书爆款助手 (RedNote Viral Writer)

小红书创作者必备工具。

## 功能

- 搜索热门话题
- 生成爆款文案(种草/干货/生活/情感)
- 推荐热门标签
- 分析爆款模板

## 使用示例

```bash
# 搜索热点
python rednote-viral-writer.py search_trends

# 生成文案
python rednote-viral-writer.py generate_caption 种草 蓝牙耳机

# 推荐标签
python rednote-viral-writer.py suggest_tags

# 分析模板
python rednote-viral-writer.py analyze_template
```

---

*By Miya - 2026*