mit einem Klick
approval-queue
// JSON-based approval queue for the CMO pipeline. Use when managing content approval workflows.
// JSON-based approval queue for the CMO pipeline. Use when managing content approval workflows.
Post AI news to Discord channel via webhook. Triggers on /discord-post-news command.
Summarize AI industry news, tool launches, and market signals into concise, opinionated summaries for the website /news section and social channels. Use when processing AI news links or writing news commentary. Triggers on AI industry news, tool announcements, or market signal content.
Evaluate content against the 4-level approval policy and determine whether to auto-approve, score-gate, send to review, or block. Use when the approval engine needs to make a decision on pending content. Triggers on any content approval evaluation request.
Generate audience-specific angles and hooks for content. Takes a topic and produces multiple angles tailored to different audience segments. Use when adapting content for different audiences or brainstorming hooks. Triggers on angle generation, hook brainstorming, or audience targeting requests.
Build automation scripts for repetitive tasks like file processing, data transformation, scheduling, API calls, and workflow automation. Use when the user needs a script to automate something, process files in batch, schedule tasks, or connect tools. Triggers on "automate this", "write a script for", "batch process", "schedule this", "connect these tools", or any automation request.
Define, maintain, and apply consistent brand voice and tone across all content. Use when creating brand guidelines, reviewing content for voice consistency, or adjusting tone for different audiences/platforms. Triggers on "brand voice", "tone of voice", "how should this sound", "voice guidelines", "make this sound like our brand", or any tone/style consistency request.
| name | approval-queue |
| description | JSON-based approval queue for the CMO pipeline. Use when managing content approval workflows. |
HONEST CLASSIFICATION: This is a utility skill. It provides a simple JSON-based approval queue for the CMO pipeline. Real enforcement happens in
OpenClawData/scripts/approval-engine.sh.
This skill provides a very simple JSON‑based approval queue for the CMO pipeline.
OpenClawData/queues/approval_queue.json.{
"id": "<product‑id>",
"status": "pending" | "approved" | "rejected",
"timestamp": "<ISO‑8601>"
}
add, approve, or reject) followed by the product ID.skill‑runner or openclaw skill)openclaw skill run approval‑queue add sample-001
openclaw skill run approval‑queue approve sample-001
openclaw skill run approval‑queue reject sample-002
The script will create the queue file if it does not exist, add entries, and update statuses accordingly, returning a short status message.