LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: command

Browse skills that share this tag.

  • command-to-subagent - Converting Commands to Subagents
    rulysubagentcommandmcp

    ★ 5 · Updated 2026-09-09

    Extract execution logic from a command into a dedicated subagent while keeping user-facing workflow in the command.

    ⚙ Identify command execution split points⚙ Create dedicated subagent markdown files⚙ Update user workflow command files
  • command-verify - Documentation Command Verification
    documentationvalidationgitautomation

    ★ 602 · Updated 2026-06-15

    Discovers and validates commands in markdown files using git diff-based caching

    ⚙ discover commands⚙ validate commands⚙ read markdown files
  • command-to-subagent - Convert Ruly Commands to Subagents
    commandsubagentrefactoringMCP

    ★ 57 · Updated 2026-03-20

    Extract execution logic from commands into dedicated subagents, isolating API/MCP complexity from user workflows

    ⚙ identify split point⚙ create subagent file⚙ update command file
  • add-tauri-command - Add new Tauri Command to storage analysis app
    taurirustcommandapi

    ★ 18 · Updated 2026-03-09

    Adds a new Tauri Command with entries in commands/, lib.rs and tauri-api.ts

    ⚙ create command function in cmd_*.rs⚙ register command in lib.rs⚙ add typed export in tauri-api.ts
  • rtk-optimizer - RTK Optimizer for Command Token Reduction
    optimizationtokensefficiencygit

    ★ 6,013 · Updated 2026-03-09

    Suggests and applies RTK wrappers to optimize command outputs by reducing token consumption

    ⚙ detect high-verbosity commands⚙ suggest RTK wrappers⚙ execute with RTK
  • add-tauri-command - Add new Tauri command with backend-frontend integration
    tauribackendfrontendintegration

    ★ 0 · Updated 2026-03-09

    Adds a new Tauri command with entries in commands/, lib.rs and tauri-api.ts

    ⚙ Read command directory structure⚙ Add Rust command function⚙ Register command in lib.rs
  • math-router - Deterministic Math Intent Router
    mathrouterclideterministic

    ★ 602 · Updated 2026-02-13

    Maps user intent to exact CLI commands for mathematical operations

    ⚙ route user requests⚙ extract command arguments⚙ return CLI commands