prompts
Deep prompt engineering workflow—task spec, constraints, examples, evaluation sets, iteration protocol, regression testing, and safety alignment. Use when improving LLM outputs, shipping prompt changes, or building reusable prompt templates.
Why use this skill?
Learn to manage prompts like code with the OpenClaw prompts skill. Master versioning, regression testing, and structured workflows for production-ready AI.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawkk/promptsWhat This Skill Does
The prompts skill provides a rigorous, engineering-focused framework for developing and maintaining LLM interactions. It treats prompts as natural-language source code, requiring specific input-output definitions, versioning, and testing criteria. By moving away from "trial-and-error" prompting toward a structured six-stage workflow—covering task definition, constraint enforcement, few-shot design, evaluation set construction, disciplined iteration, and production monitoring—this skill enables developers to ship high-reliability AI features with confidence. It ensures that system messages and user inputs are modularized, reproducible, and resilient against regressions.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/clawkk/prompts
Use Cases
- Structured Output Generation: Perfect for enforcing strict JSON schemas or tool-use protocols for downstream API integration.
- Quality Assurance: Use when you need to prevent model drift or hallucinations in sensitive business processes.
- Complex Reasoning Chains: Deploy this for tasks requiring multi-step, logic-heavy workflows where chain-of-thought is critical.
- Prompt Versioning: Maintain a history of prompt iterations to easily roll back changes that cause performance degradation in production.
Example Prompts
- "I am struggling with the output format of my customer support bot; please help me define a strict JSON schema and a set of constraints to ensure it only answers within our internal documentation."
- "Let's start the prompt engineering workflow for a new RAG system. We need to define the task rubric and build an initial evaluation set of 20 questions to test grounding against our knowledge base."
- "My model is hallucinating citations. Help me refactor my current system prompt to include a mandatory citation check and define an evaluation set that specifically tests for source accuracy."
Tips & Limitations
- Clarity over Cleverness: Avoid prompt "hacks." Direct, explicit instructions typically outperform complex, clever phrasing.
- Keep Examples Concise: While few-shot prompting is powerful, avoid bloating the prompt with excessive examples that might confuse the model. Focus on high-quality, diverse examples rather than quantity.
- Decouple Logic: Always separate system-level policies from user-level task instances.
- Limitations: Note that this skill manages the workflow and design of prompts. For large-scale automated evaluation harnesses, consider pairing this with the
llm-evaluationskill.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawkk-prompts": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
data-move
Deep data migration workflow—scope, mapping, validation, batching and ordering, dual-write and cutover, rollback, and reconciliation. Use when moving tenants, bulk backfills, or changing stores without losing trust in data correctness.
data-model
Deep data modeling workflow—grain, facts and dimensions, keys, slowly changing dimensions, normalization trade-offs, and analytics query patterns. Use when designing warehouse/analytics models or reviewing star/snowflake schemas.
guard
Deep AI safety guardrails workflow—policy definition, input/output filtering, monitoring, escalation, and false-positive handling. Use when reducing harmful outputs, misuse, or policy violations in LLM products.
客诉处理
提供客诉处理的可落地指南与SOP。在开展客诉处理相关工作时调用。
cost-opt
Cloud cost review: rightsizing, reservations, waste. Use when reducing infra spend.