doro-command-creator
WHAT: Create Claude Code slash commands - reusable markdown workflows invoked with /command-name. WHEN: User wants to create, make, or add a slash command. User wants to automate a repetitive workflow or document a consistent process for reuse. KEYWORDS: "create a command", "make a slash command", "add a command", "new command", "/command", "automate this workflow", "make this repeatable"
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/a2mus/doro-command-creatorWhat This Skill Does
The doro-command-creator skill is a specialized agentic workflow tool designed to help developers and power users turn repetitive, multi-step tasks into standardized Claude Code slash commands. By leveraging a structured markdown approach, this skill guides users through defining clear, imperative instructions that the AI agent can execute autonomously. It handles the organizational heavy lifting, such as determining whether to save a command locally in a project-specific directory or globally for system-wide access.
Installation
You can install this skill directly by running the following command in your terminal:
clawhub install openclaw/skills/skills/a2mus/doro-command-creator
Use Cases
This skill is perfect for scenarios involving standard operational procedures (SOPs). For example, if you frequently perform a 'pull-latest-test-and-deploy' workflow, this skill helps you encode those exact steps into a command like /deploy-prep. It is also highly effective for onboarding new team members by codifying best practices into repeatable commands, ensuring that every user follows the same analysis and execution pattern when debugging or refactoring code. It excels in complex task orchestration where manual steps are error-prone.
Example Prompts
- "I find myself running the same suite of git commands followed by a linter every morning; can you help me create a command for this?"
- "I need to automate the code review checklist process. Let's make a new command called /review that forces the agent to analyze files for security vulnerabilities first."
- "Make a global slash command that runs our build script and then parses the test logs for errors."
Tips & Limitations
To get the most out of your commands, always use the imperative voice—for instance, use 'Run X' rather than 'Try to run X'. Be as specific as possible; the agent performs best when it has explicit steps and clear success criteria. Remember that slash commands are only as effective as the documentation within them. Always include a brief 'description' and 'argument-hint' in the frontmatter so that your /help menu remains useful as your collection of commands grows. Keep in mind that while this tool automates the creation process, you should always test the generated command locally before relying on it for critical production pipelines.
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-a2mus-doro-command-creator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
stitch-ui-designer
Design, preview, and generate UI code using Google Stitch (via MCP). Helps developers choose the best UI by generating previews first, allowing iteration, and then exporting code.
Doro Email To Calendar
Skill by a2mus
doro-git-secrets-scanner
Git 安全扫描器 - 检查提交中的敏感信息泄露(API keys、密码、token)
doro-git-essentials
Essential Git commands and workflows for version control, branching, and collaboration.
doro-docker-essentials
Essential Docker commands and workflows for container management, image operations, and debugging.