A developer-focused utility for generating reusable slash commands and structured markdown workflows for AI coding agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install command-creator
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 command-creator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Command Creator is a specialized tool designed to help developers build and manage custom slash commands for AI coding agents. By formalizing repetitive workflows into reusable markdown files, it allows users to invoke complex logic—such as multi-step code analysis or iterative bug fixing—with a simple command-line trigger. This skill is an essential part of the Openclaw Skills ecosystem, providing a standardized way to extend agent capabilities through project-specific or global configurations.
The skill focuses on transforming vague instructions into actionable, imperative workflows. It ensures that every command created follows technical best practices, including clear success criteria and robust error handling. By leveraging Openclaw Skills, teams can maintain a shared library of automation scripts that enhance agent autonomy and consistency across different coding environments.
To start using this with Openclaw Skills, ensure your environment has the directory structure initialized. Run the following commands based on your needs:
# For project-specific commands
mkdir -p .claude/commands/
# For global commands
mkdir -p ~/.claude/commands/
Once the directories exist, simply trigger the skill by asking the agent to create a new command.
Command files generated by this skill follow a strict metadata and markdown structure to ensure compatibility within Openclaw Skills.
| Component | Type | Description |
|---|---|---|
| name | Filename | The kebab-case identifier (e.g., my-workflow.md) |
| description | YAML Frontmatter | A brief, action-oriented summary for the help menu |
| argument-hint | YAML Frontmatter | Defines syntax for required < > or optional [ ] arguments |
| Instructions | Markdown Body | Numbered, imperative steps for the agent to follow |
Loading
A multi-dimensional framework for AI agents to conduct rigorous code reviews covering security, performance, correctness, and maintainability.

A specialized technical writing assistant for Openclaw Skills that produces concise, high-force prose for documentation, APIs, and reports.

A pragmatic framework for writing maintainable code through strict naming conventions, small functions, and architectural safety checks.

A comprehensive technical framework for implementing multi-layer caching architectures, from browser headers to distributed Redis clusters.

Analyze and rank Uniswap liquidity pools across versions and fee tiers to find the most profitable trading or liquidity provision opportunities.

An expert-level framework for building scalable React components using advanced composition techniques to eliminate boolean prop proliferation.








































