openclaw-command-development

Create and manage OpenClaw slash commands with YAML frontmatter.

4|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/oabdelmaksoud/Openclaw-skills-Compilations --skill openclaw-command-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-command-development
Source: https://github.com/oabdelmaksoud/Openclaw-skills-Compilations/tree/main/openclaw-command-development
Command: npx skills add https://github.com/oabdelmaksoud/Openclaw-skills-Compilations --skill openclaw-command-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw users need consistent, reusable agent commands to standardize and accelerate automation workflows across tasks like code generation, testing, and agent orchestration.

Core Features & Use Cases

  • Reusable slash-commands: define prompts as commands for agents to execute.
  • YAML frontmatter support and dynamic arguments to customize prompts.
  • Organization and routing: easily group commands under skills and dispatch to appropriate agents.

Quick Start

Create a new slash command by adding a Markdown file under ~/.openclaw/skills/openclaw-command-development/commands/ with appropriate frontmatter.

Frequently Asked Questions about openclaw-command-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create reusable slash commands for agent workflows?

To create reusable slash commands, add a Markdown file under the skills commands directory with YAML frontmatter for metadata and dynamic arguments. This standardizes agent prompts and accelerates multi-step automation workflows.

What is the best way to standardize agent prompts across different tasks?

Standardizing agent prompts is achieved by defining reusable slash commands with YAML frontmatter. This allows teams to group commands under skills, route them to appropriate agents, and ensure consistent prompt execution across tasks like code generation.

Does OpenClaw command development support dynamic arguments in markdown prompts?

Yes, OpenClaw command development supports dynamic arguments to customize markdown prompts. The system implements YAML frontmatter for metadata and allows optional scripting references to handle variable inputs safely.

Can I organize and route multiple slash commands under specific agent skills?

You can organize and route slash commands by grouping them under specific skills directories. This structure dispatches commands to appropriate agents and manages multi-step agent workflows efficiently.

How do I add metadata to slash commands using YAML frontmatter?

Add metadata to slash commands by including YAML frontmatter at the top of the Markdown command file. This defines command properties, supports optional scripting references, and ensures safe, well-documented command definitions for agent execution.

When should I not use slash commands for workflow automation?

You should avoid slash commands for workflow automation when tasks require highly interactive, real-time agent input rather than standardized, multi-step workflows. Commands are designed for reusable, well-documented prompt definitions, not dynamic conversational exchanges.