Command Creator for Openclaw

A developer-focused utility for generating reusable slash commands and structured markdown workflows for AI coding agents.

wpank
v0.1.0
Feb 10, 2026
0
1.7k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install 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 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 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.

Command Creator Use Cases

  • Automating repetitive development workflows that require multiple steps
  • Standardizing iterative fixing loops for continuous integration tasks
  • Creating custom wrappers for CLI tools to be executed by AI agents via Openclaw Skills
  • Building complex agent delegation patterns for large-scale code migrations
  • Documenting and enforcing consistent project processes for distributed teams

How Command Creator Works

  1. The skill detects the environment to decide between a project-specific (.claude/commands/) or global (~/.claude/commands/) storage location.
  2. It presents a selection of proven architectural patterns like Workflow Automation, Iterative Fixing, or Agent Delegation.
  3. The user defines the command name using kebab-case and specifies any required or optional arguments.
  4. Detailed workflow steps and tool constraints are gathered through an interactive prompt session.
  5. Command Creator generates a structured markdown file using imperative language and specific outcomes as defined in the Openclaw Skills standards.
  6. The file is saved to the local filesystem, enabling immediate use of the new /command-name within the agent interface.

Command Creator Setup

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 Creator Data Schema & Taxonomy

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

Command Creator Advanced Features

  • Support for complex Iterative Fixing patterns that parse errors and apply targeted fixes until success
  • Integrated Agent Delegation workflows that utilize the Task tool for sub-agent orchestration
  • Context-aware location detection for seamless switching between global and project-level Openclaw Skills
  • Automatic validation of imperative writing styles to ensure high-quality agent execution
  • Template-based generation derived from industry-standard reference patterns

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*