Command Creator for Openclaw

A specialized tool for generating and organizing custom Claude Code slash commands to automate repetitive development tasks.

a2mus
v1.0.0
Feb 25, 2026
0
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install doro-command-creator

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Command Creator?

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.

Command Creator Use Cases

  • Automating repetitive git workflows like branch cleanup or staging sequences.
  • Creating iterative fixing loops that run tests and apply patches until success.
  • Defining standardized project onboarding or documentation generation commands.
  • Building agent delegation patterns for complex tasks requiring sub-agent coordination.
  • Simplifying the execution of multi-tool CLI commands into a single slash shortcut.

How Command Creator Works

  1. The skill identifies the appropriate storage location by detecting if the user is within a git repository for project-specific commands or defaults to global storage.
  2. It presents a selection of architectural patterns such as Workflow Automation, Iterative Fixing, or Agent Delegation.
  3. Users provide a kebab-case name, a description for the help menu, and define whether the command requires specific arguments.
  4. Detailed workflow steps are gathered, focusing on specific tools and expected outcomes.
  5. The skill applies a quality checklist to ensure instructions are written in the imperative form for better agent performance.
  6. The final markdown file is generated and saved to the designated .claude/commands directory, ready for immediate use.

Command Creator Setup

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.

Command Creator Data Schema & Taxonomy

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.

Command Creator Advanced Features

  • Context-aware directory selection between local git repos and global home directories.
  • Pattern-based generation to handle everything from simple wrappers to complex iterative logic.
  • Strict adherence to imperative writing guidelines to minimize agent confusion and errors.
  • Support for dynamic arguments and placeholders within the command logic.
  • Built-in quality assurance checklist to verify name formats and success criteria before file creation.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*