Orchestrator skill for the `prompt` skillset. Dispatches to member skills in a safe, predictable order. Separates intent formation from execution to protect humans from premature or misaligned execution.
We forge prompts collaboratively, and we execute them deliberately.
This skillset assumes:
The agent must not assume continuity or memory across turns. All durable state lives on disk. The agent may only read or modify state inside an explicit skill invocation.
Conversation is not state. Disk is state. Skills are the only legal state transitions.
There may be at most one active prompt artifact at any time.
Canonical path: .prompt-forge/active.yaml
After a successful prompt-exec:
To preserve auditability without violating single-prompt rules:
prompt-exec may write an execution receiptReceipt location: .prompt-forge/receipts/<timestamp>-<hash>.yaml
| Skill | Purpose |
| -------------- | ---------------------------------------------------------------------- |
| prompt-forge | Shape, refine, and stabilize intent into the canonical prompt artifact |
| prompt-exec | Execute the forged prompt exactly as written |
No other prompt-related skills are permitted.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer