TopRank Skills

Home / Claw Skills / Autres / Xhs Viral Post
Official OpenClaw rules 15%

Xhs Viral Post

 name: xhs viral post description: AI 一键生成小红书爆款笔记(标题、正文、标签、封面提示、发帖策略)。真实种草风,防封号友好。 version: 1.1.0 author: ArthuronAI triggers: 小红书笔记 xhs post 发小红书 xiaohongshu viral user invocable: true pricing: skillpay: 66d32381 4e78 4593 9309 63576e85a8b7 SkillPay ID metadata: openclaw: requires: env: OPENAI_API_KEY Required for content generation SKILLPAY_KEY Required for paid billing per call primaryEnv: OPENAI_API_KEY emoji: "🌸"

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Xhs Viral Post 技能。 若已安装,则直接安装 Xhs Viral Post 技能。

Overview

Skill Key
arthuronai/xhs-viral-post
Author
arthuronai
Source Repo
openclaw/skills
Version
-
Source Path
skills/arthuronai/xhs-viral-post
Latest Commit SHA
4bca35f9af426a2bc44bbcb3fc31a88ad9a1d912

Extracted Content

SKILL.md excerpt

---
name: xhs-viral-post
description: AI 一键生成小红书爆款笔记(标题、正文、标签、封面提示、发帖策略)。真实种草风,防封号友好。
version: 1.1.0
author: ArthuronAI
triggers:
  - 小红书笔记
  - xhs post
  - 发小红书
  - xiaohongshu viral
user-invocable: true
pricing:
  skillpay: 66d32381-4e78-4593-9309-63576e85a8b7   # SkillPay ID
metadata:
  openclaw:
    requires:
      env:
        - OPENAI_API_KEY     # Required for content generation
        - SKILLPAY_KEY       # Required for paid billing per call
    primaryEnv: OPENAI_API_KEY
    emoji: "🌸"
---

# XiaoHongShu Viral Post Generator

面向 OpenClaw / ClawHub 的小红书爆款笔记生成 Skill。

## Requirements

必须配置的环境变量:

- `OPENAI_API_KEY`
- `SKILLPAY_KEY`

用途说明:

- `OPENAI_API_KEY`:用于调用 OpenAI API 生成标题与正文。
- `SKILLPAY_KEY`:用于调用 SkillPay 计费接口,按次扣费。

## Security & External APIs

本 Skill 的网络行为如下:

- 调用 OpenAI API(内容生成)。
- 调用公开关键词 API(趋势关键词发现)。
- 调用 SkillPay API(每次执行计费)。

本 Skill 不读取本地文件,不扫描本地目录,不访问除环境变量外的本地敏感信息。

## Pricing

- 价格:`0.05 USDT / 次`
- SkillPay ID:`66d32381-4e78-4593-9309-63576e85a8b7`

## Input

```json
{
  "topic": "夏日通勤穿搭"
}
```

## Output

```json
{
  "title": "...",
  "content": "...",
  "hashtags": ["#...", "#...", "#...", "#...", "#..."],
  "coverPrompt": "...",
  "strategy": {
    "bestTime": "20:30",
    "audience": "...",
    "hook": "..."
  }
}
```

## Runtime Pipeline

1. 获取趋势关键词
2. 调用 GPT-4o 生成标题与正文
3. 生成并排序标签
4. 生成封面图提示词
5. 生成发帖策略
6. 调用 SkillPay 扣费

README excerpt

# XiaoHongShu Viral Post Generator

AI 一键生成小红书爆款笔记(标题、正文、标签、封面提示词、发帖策略),并通过 SkillPay 按次计费。

## Requirements

必须配置以下环境变量:

- `OPENAI_API_KEY`
- `SKILLPAY_KEY`

用途说明:

- `OPENAI_API_KEY`:用于调用 OpenAI API 进行文案生成。
- `SKILLPAY_KEY`:用于调用 SkillPay API 完成每次执行扣费。

## Features

- 趋势关键词发现(公开关键词 API + 本地模拟兜底)
- GPT-4o 真实小红书风标题与正文生成
- 标签热度排序(Top 5)
- 封面图 AI 提示词(Midjourney / DALL-E 友好)
- 发帖策略(最佳时间 / 目标人群 / 互动钩子)

## Security / Compliance

本 Skill 的外部访问:

- OpenAI API(内容生成)
- Public Keyword API(趋势词)
- SkillPay API(计费)

本 Skill 不读取本地文件,不扫描本地目录,不访问本地 secrets 文件。

## Billing

- Billing provider: `SkillPay`
- SkillPay ID: `66d32381-4e78-4593-9309-63576e85a8b7`
- Price: `0.05 USDT / execution`

说明:每次调用会先请求 SkillPay 扣费,扣费成功后才执行生成逻辑。

## Usage

Input:

```json
{
  "topic": "夏日通勤穿搭"
}
```

Output:

```json
{
  "title": "...",
  "content": "...",
  "hashtags": ["#...", "#...", "#...", "#...", "#..."],
  "coverPrompt": "...",
  "strategy": {
    "bestTime": "20:10",
    "audience": "22-30 一二线通勤女生",
    "hook": "正文最后加一句“要不要我出对比版?”提高评论率。"
  }
}
```

Related Claw Skills

capt-marbles

Task Router Skill

★ 0

Task Router

captchasco

captchas-openclaw

★ 0

OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.

carol-gutianle

Modelready

★ 0

name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}

cartoonitunes

Ethereum History

★ 0

Read-only factual data about historical Ethereum mainnet contracts. Use when the user asks about a specific contract address, early Ethereum contracts, deployment era, deployer, bytecode, decompiled code, or documented history (what a contract is and is not). Data is non-opinionated and includes runtime bytecode, decompiled code, and editorial history when available. Base URL https://ethereumhistory.com (or set BASE_URL for local/staging).

cassh100k

agent-dna

★ 0

Portable agent identity encoding. Compress SOUL.md/MEMORY.md into transferable DNA fingerprints, detect identity drift between snapshots, and port personality across platforms (OpenClaw, Claude, GPT, CrewAI). Pure Python, zero dependencies. Use when migrating agents between platforms, detecting personality drift, or backing up agent identity.

camopel

storage-cleanup

★ 0

One-command disk cleanup for macOS and Linux — trash, caches, temp files, old kernels, snap revisions, Homebrew, Docker, and Xcode artifacts. Use when user asks to free storage, clean up disk, reclaim space, reduce disk usage, or encounters low disk / "disk full" warnings. Safe by default with dry-run mode. No dependencies beyond bash and awk.