Openclaw Skills helps you decide whether a workflow is suitable for an AI agent and returns practical, best-practice design recommendations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-design-advisor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-design-advisor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for Agent Design Advisor is a decision-making skill that evaluates a described workflow against agent suitability criteria and then produces actionable architecture guidance. It is designed for situations where you want to know whether an AI agent is the right implementation choice before investing in design or tooling.
The skill does not generate code or provide a full system review. Instead, it focuses on high-signal evaluation: identifying whether the workflow contains complex decisions, hard-to-maintain rules, or unstructured data dependencies, then translating that assessment into clear recommendations for model capability, tool boundaries, instruction design, orchestration pattern, and guardrails.
This skill is designed for use as a guided evaluation workflow rather than a software package, so there is no runtime installation or SDK setup.
# No installation commands are required for this skill
# Use it by supplying a workflow description to the agent
For best results, document the workflow boundaries, existing rule systems, and any data privacy or moderation constraints before invoking Openclaw Skills.
This skill does not generate a persistent data model, but it does produce a structured advisory output with a consistent evaluation taxonomy.
| Field | Purpose |
|---|---|
| Workflow description | The process to evaluate |
| Decision complexity | Signals for nuanced judgment or exception handling |
| Rule maintainability | Signals for rule sprawl, brittleness, or high update cost |
| Unstructured data dependence | Signals for natural language, documents, or conversation |
| Section | Contents |
|---|---|
| 评估结论 | Suitable / not suitable judgment |
| 依据 | Criteria matched and workflow characteristics |
| 设计建议 | Model selection, tools, instructions, orchestration, guardrails |
| 注意事项 | Scope limits and rollout guidance |
Loading
Xueshu Search is an Openclaw Skills academic search workflow for multilingual paper discovery, citation tracing, DOI lookup, BibTeX export, and AI summaries.

Openclaw Skills for Agent KB helps you create, maintain, validate, and optimize a repository-local knowledge base for coding agents.

Karakeep Note Capture lets Openclaw save durable, human-readable notes into Karakeep for later discovery outside chat and local memory.

PriceWin Hotel Price Comparison helps Openclaw Skills agents compare live hotel rates across major OTAs and OpenTravel to find the cheapest bookable option.

ci-cd-and-automation helps teams automate CI/CD pipeline setup, quality checks, retries, and deployment workflows with structured, reliable processing.

file-browser-tool is a read-only workspace skill that helps AI agents safely browse directories, read files, and return structured results with high efficiency.








































