A specialized tool for generating and organizing custom Claude Code slash commands to automate repetitive development tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install doro-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 doro-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 powerful utility designed to streamline the creation of custom slash commands within the Claude Code environment. By generating structured markdown files, it allows developers to define reusable workflows that can be invoked instantly. This tool ensures that all generated Openclaw Skills follow industry best practices, including proper kebab-case naming, clear descriptions, and imperative instructions that AI agents can execute reliably.
Whether you need to automate a complex multi-step deployment or a simple linting check, this skill guides you through selecting the right pattern and gathering the necessary arguments. By standardizing how commands are built, it makes Openclaw Skills more accessible and maintainable across different projects and global environments.
To get started with creating your own Openclaw Skills through this command creator, ensure your environment is prepared to host the markdown command files.
# To prepare for project-level commands
mkdir -p .claude/commands/
# To prepare for global system-wide commands
mkdir -p ~/.claude/commands/
Once the directories are established, simply invoke the creator within your AI coding agent to begin drafting new automation workflows.
Each command is saved as a .md file with a specific YAML frontmatter and body structure to be recognized by the system.
| Component | Type | Description |
|---|---|---|
description |
YAML String | The mandatory description displayed when running /help. |
argument-hint |
YAML String | Optional hints for required < > or optional [ ] arguments. |
Instructions |
Markdown Body | The specific, imperative steps the agent must follow. |
Files are named using kebab-case (e.g., deploy-app.md) to ensure compatibility across all Openclaw Skills implementations.
Loading
A professional-grade static code analysis tool designed to detect bugs, assess complexity, and enforce best practices across multiple programming languages.

A comprehensive framework for architecting and managing specialized AI agents with independent sessions, personalities, and sandboxed environments.

A sophisticated multi-agent coordination layer providing shared spatial memory and swarm navigation for distributed AI agents.

A high-performance PDF-to-Markdown extraction tool supporting OCR, formulas, and complex table layouts via the MinerU API.

A comprehensive collection of essential Docker commands and workflows for efficient container orchestration and image management.

Automate the extraction of calendar events and deadlines from your emails into structured calendar entries with full tracking and undo support.








































