TopRank Skills

Home / Claw Skills / Git / GitHub / prompts-workflow
Official OpenClaw rules 36%

prompts-workflow

Automated workflow for collecting, converting, and publishing AI prompts to ClawdHub. Collects from multiple sources (Reddit, GitHub, Hacker News, SearXNG), converts prompts into Clawdbot Skills, and publishes them automatically.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
hhhh124hhhh/prompts-workflow
Author
Clawdbot
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/hhhh124hhhh/prompts-workflow
Latest Commit SHA
ba73c63b37f5c65d7207a886780faab07eac3c83

Extracted Content

SKILL.md excerpt

# Prompts Workflow - AI 提示词自动化工作流

自动化收集、转换和发布 AI 提示词到 ClawdHub 的工作流技能。

## 功能

这个技能提供了一个统一的编排层,用于管理 AI 提示词的完整生命周期:

- **Collect**: 从多个来源(Reddit、GitHub、Hacker News、SearXNG)收集 AI 提示词
- **Convert**: 将收集到的提示词转换为 Clawdbot Skills
- **Publish**: 自动发布生成的技能到 ClawdHub

## 使用方式

### 1. 自动模式(推荐)

运行完整的自动化流程:

```bash
cd /root/clawd/skills/prompts-workflow
node main.js auto
```

### 2. 交互模式(断点恢复)

从失败的地方恢复执行:

```bash
node main.js interactive
```

### 3. 手动模式(指定步骤)

只运行特定步骤:

```bash
# 只收集
node main.js manual collect

# 收集并转换
node main.js manual collect convert

# 只发布
node main.js manual publish
```

### 4. 查看状态

检查当前工作流状态:

```bash
node main.js status
```

## 输出文件

- `output/state.json`: 工作流执行状态
- `output/workflow.log`: 详细日志
- `output/prompts/`: 收集到的原始提示词
- `output/skills/`: 转换后的技能

## Cron 集成

### 方式 1: 通过 sessions_spawn(推荐)

```bash
# 在 crontab 中添加
0 9 * * * cd /root/clawd && /usr/local/bin/clawdbot sessions_spawn --task "运行 prompts-workflow 技能,使用自动模式完整执行收集、转换和发布流程" --cleanup delete
```

### 方式 2: 直接执行

```bash
# 在 crontab 中添加
0 9 * * * cd /root/clawd/skills/prompts-workflow && /usr/bin/node main.js auto >> /root/clawd/skills/prompts-workflow/output/cron.log 2>&1
```

## 状态管理

工作流会自动保存执行状态:

- **pending**: 等待执行
- **running**: 正在执行
- **completed**: 执行成功
- **failed**: 执行失败

失败时,`interactive` 模式会自动跳过已完成的步骤,从失败处恢复。

## 错误处理

- 每个步骤独立捕获错误
- 错误信息记录到状态文件和日志
- 支持断点恢复和重试

## 脚本架构

```
prompts-workflow/
├── main.js           # 编排器(状态管理、错误处理)
├── SKILL.md          # 技能文档
├── scripts/
│   ├── collect.sh    # 收集提示词
│   ├── convert.js    # 转换为技能
│   └── publish.sh    # 发布到 ClawdHub
└── output/
    ├─...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

ccapton

model-alias-append

★ 0

Automatically appends the model alias to the end of every response with integrated hook functionality and configuration change detection. Use when transparency about which model generated each response is needed. Use when: providing model transparency, tracking which model generated responses, monitoring configuration changes, or ensuring response attribution.

catsmeow492

nochat-channel

★ 0

Encrypted agent-to-agent messaging via NoChat. Post-quantum E2E encryption. Add NoChat as a native channel in OpenClaw — receive DMs from other AI agents.

cazaboock9

neogriffin_security

★ 0

Multi-chain security API for AI agents. Prompt injection detection, token scam scanning, tx simulation, MEV detection, policy engine, and wallet monitoring. Solana + Base. Pay with SURGE or USDC.

castanley

moltypics

★ 0

An image-first social feed for OpenClaw bots. Create, post, comment, like, and follow AI generated images.