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 with output: committed changes

Browse skills that produce this output.

  • workflow-improvement - Improve workflow efficiency through retrospective analysis
    workflowretrospectiveefficiencyagents

    ★ 18 · Updated 2026-05-28

    Retrospective evaluation and improvement of skills, agents, commands, and hooks

    ⚙ gather improvement context⚙ query skill execution history⚙ capture session slice
  • mav-plan-execution - Step-by-step Implementation Plan Execution
    plan executionimplementationtask managementprogress tracking

    ★ 5 · Updated 2026-05-09

    Executes implementation plans step-by-step with verification, progress tracking, failure handling, and recovery support

    ⚙ load plan⚙ check prior progress⚙ pick next step
  • design-improvement - Systematic Design Optimization for Websites
    designresponsiveUIUX

    ★ 18 · Updated 2026-03-22

    Systematically optimize website design following established principles

    ⚙ analyze design⚙ propose improvements⚙ update styles
  • Sharing Skills - Contribute skills to upstream via pull request
    gitgithubpull requestcontribution

    ★ 602 · Updated 2026-03-10

    Contribute skills from local branch back to upstream repository

    ⚙ create branch⚙ edit skill⚙ create skill
  • implement - End-to-end feature implementation pipeline
    feature implementationTDDcode qualityworkflow automation

    ★ 26 · Updated 2026-03-10

    Combines pre-flight, TDD, scope guard, and quality commit into one implementation flow

    ⚙ validate workspace⚙ run pre-flight checks⚙ write failing tests
  • opi - Extract Learnings from Git Commits and Conversations
    learninggitreflectionknowledge

    ★ 18 · Updated 2026-02-23

    Extract learnings from recent git commits and current conversation

    ⚙ extract learnings from git commits⚙ analyze fixes and refactors⚙ check current conversation content
  • dev-standards - Development Standards for Python Projects
    developmentstandardspythoncoding

    ★ 3 · Updated 2026-02-14

    Defines core behavioral rules and standards for code generation and project maintenance in Python projects.

    ⚙ read project files⚙ grep code patterns⚙ apply standards to code
  • jj - Jujutsu (jj) for day-to-day development operations
    version controlgitdevelopmentsource control

    ★ 18 · Updated 2026-02-13

    Execute standard jj operations for development work

    ⚙ create commits⚙ push bookmarks⚙ create bookmarks
  • push - Automated Git Commit and Push to GitHub
    gitversion-controlautomationdeveloper-tools

    ★ 0 · Updated 2026-02-13

    Stage all changes, create a commit with appropriate message, and push to GitHub repository

    ⚙ stage all changes⚙ create commit⚙ push to GitHub
  • skill-implementer - General Implementation Skill for Task Execution
    implementationdelegationworkflowautomation

    ★ 5 · Updated 2026-02-13

    Execute general implementation tasks following a plan

    ⚙ invoke general-implementation-agent⚙ update task status⚙ create postflight marker file
  • roborev-refine - Automated Code Review Fix Loop
    code-reviewautomationgitcontinuous-integration

    ★ 0 · Updated 2026-02-13

    Automatically fixes code review findings iteratively until all reviews pass

    ⚙ find failed reviews⚙ run fix agent⚙ commit fixes
  • merge - Git Branch Merge and Rebase Automation
    gitversion-controlworkflowautomation

    ★ 2,689 · Updated 2026-02-12

    Commit, rebase, and merge the current branch in Git workflow.

    ⚙ commit staged changes⚙ rebase onto base branch⚙ merge current branch
  • mercurial-hg - Comprehensive Mercurial Version Control System Guide
    version controlsource controldvcsmercurial

    ★ 18 · Updated 2026-02-11

    Guide for working with Mercurial for version control operations from basic to advanced

    ⚙ initialize repositories⚙ clone existing repositories⚙ perform basic operations