rednote-viral-writer

تایید شده

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

@openclaw
v1.0.0MIT۱۴۰۵/۱/۶
33از ۱۰۰
(0)
۳.۴k
۳۴
۳۸

نصب مهارت

مهارت‌ها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناخته‌شده را اسکن می‌کند اما نمی‌تواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.

نصب سراسری (سطح کاربر):

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

نصب در پروژه فعلی:

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

مسیر پیشنهادی: ~/.claude/skills/rednote-viral-writer/

بررسی هوش مصنوعی

کیفیت دستورالعمل30
دقت توضیحات25
کاربردی بودن34
صحت فنی52

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

---
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*