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: Git commit

Browse skills that produce this output.

  • brainstorming - Brainstorming Ideas Into Designs
    brainstormingdesignspecificationplanning

    ★ 13 · Updated 2026-09-23

    Explores user intent, requirements, and design options before implementation.

    ⚙ Explore project context⚙ Ask clarifying questions⚙ Propose design approaches
  • self-tidy - Per-agent daily self-maintenance for memory and agent-card
    maintenancememoryagent-cardgit

    ★ 2 · Updated 2026-09-22

    Performs daily self-maintenance for an agent by grooming its memory namespace, refreshing cross-agent awareness, and checking its agent-card for drift.

    ⚙ Verify git working tree status⚙ Consolidate memory index pointers⚙ Rotate oversized append log files
  • brainstorming - Brainstorming: Turn ideas into design specifications
    designplanning

    ★ 0 · Updated 2026-09-22

    Explores requirements and options through dialogue to turn ideas into design specifications before implementation.

    ⚙ Explore project context⚙ Ask clarifying questions⚙ Evaluate scope and decompose tasks
  • commit - Commit changes and update CHANGELOG.md
    gitcommitchangelogpull-request

    ★ 1 · Updated 2026-09-22

    Surveys diffs, updates CHANGELOG.md, drafts Conventional Commit messages, stages files, commits, validates, pushes, and creates pull requests.

    ⚙ Survey working tree diffs⚙ Update CHANGELOG.md⚙ Draft Conventional Commits message
  • sync - Run the full project sync pipeline
    syncgitpull-requestpipeline

    ★ 12 · Updated 2026-09-21

    Executes the project sync pipeline handling lifecycle updates, audit gating, template propagation, git commit, push, and PR creation.

    ⚙ Stage task files⚙ Generate PR description⚙ Execute project audit
  • ship-it - Commit, push, and create a pull request
    gitpull-requestworkflowchangelog

    ★ 4 · Updated 2026-09-19

    Verifies builds and tests, commits code changes, updates CHANGELOG, pushes the feature branch, and creates a GitHub pull request.

    ⚙ Verify non-main branch⚙ Extract issue number from branch⚙ Run project build
  • hermes-agent-skill-authoring - Author In-Repo SKILL.md Files for Hermes Agent
    skillsauthoringhermes-agentconventions

    ★ 8 · Updated 2026-09-19

    Guidelines for creating, structuring, validating, and editing in-repo SKILL.md files for Hermes Agent.

    ⚙ Create in-repo SKILL.md files⚙ Validate frontmatter and size limits⚙ Structure skill documentation sections
  • hermes-agent-skill-authoring - Authoring Hermes-Agent Skills (in-repo)
    skillsauthoringhermes-agentconventions

    ★ 1 · Updated 2026-09-19

    Author in-repo SKILL.md files with required frontmatter, validator rules, and structure.

    ⚙ Author in-repo SKILL.md files⚙ Validate SKILL.md frontmatter and content⚙ Edit existing in-repo skills
  • commit-message - Generate clear commit messages from git diffs
    gitcommitversion-control

    ★ 0 · Updated 2026-09-16

    Analyzes git status, staged diffs, and recent commit history to generate conventional commit messages and automatically create git commits.

    ⚙ Analyze git status and diffs⚙ Generate conventional commit messages⚙ Create git commits automatically
  • create-pull-request - Create a GitHub Pull Request
    gitgithubpull-requestcode-review

    ★ 0 · Updated 2026-09-16

    Create a GitHub Pull Request from the current or specified branch.

    ⚙ Check working tree state⚙ Commit uncommitted changes⚙ Push local branch to remote
  • work-planning - Register a work item under a track and seed its interview
    pipelinework-planningmaintainertrack

    ★ 0 · Updated 2026-09-16

    Registers a work item under a track and creates an initial plan seed file for maintainer refinement.

    ⚙ Verify pipeline configuration⚙ Validate work item scope⚙ Estimate provisional item dials
  • night-shell-alias-builder - Night Shell Alias Builder
    shellaliasautomationopenclaw

    ★ 1 · Updated 2026-09-15

    Automatically analyzes shell history at night to create short aliases for frequent commands and append them to shell configuration files.

    ⚙ Read shell history⚙ Analyze high frequency commands⚙ Generate command aliases
  • gsd-complete-milestone - Archive Completed Milestone and Prepare Next Version
    gsdmilestonegitroadmap

    ★ 198 · Updated 2026-09-14

    Archive completed milestone artifacts, update roadmap and project state, and tag the release version in git.

    ⚙ Check milestone audit status⚙ Verify phase plan completion⚙ Gather milestone git statistics
  • orchestrator-prompt-editing - Editing the Orchestrator System Prompt
    orchestratorsystem-promptxmlgithub-actions

    ★ 1 · Updated 2026-09-14

    Provides instructions and validation steps for editing the orchestrator system prompt XML file.

    ⚙ Read journal entries⚙ Read prompt XML file⚙ Edit prompt XML file
  • flow-implement - Implement plan.md and record status to implement.md
    workflowimplementationgitexecutor

    ★ 0 · Updated 2026-09-14

    Executes designated plan.md tasks, runs specified verifications, and records progress into implement.md.

    ⚙ Validate plan schema and status⚙ Implement tasks specified in plan⚙ Record progress in implement.md
  • code-lint - Format and lint modified files using Prettier and ESLint.
    lintingprettiereslintcode-formatting

    ★ 0 · Updated 2026-09-13

    Formats modified files with Prettier, auto-fixes ESLint errors, reports remaining issues, and optionally commits clean changes.

    ⚙ Identify modified code files⚙ Format code using Prettier⚙ Auto-fix issues using ESLint
  • issue - Work a GitHub issue end to end and open a pull request
    githubissuegitpull-request

    ★ 0 · Updated 2026-09-13

    Works a GitHub issue end to end by reading details, editing code in a worktree, opening a pull request, and commenting on the issue.

    ⚙ Read issue details⚙ Create git worktree⚙ Commit code changes
  • gx-bump - Orchestrate full release using gx CLI
    releasegitchangelogversioning

    ★ 1 · Updated 2026-09-11

    Orchestrates a full release by resolving bump type, running tests, drafting changelog, committing changes, and pushing version tags.

    ⚙ Resolve bump version type⚙ Run project test suite⚙ Draft changelog entry
  • editor-wire - Execute Unity Editor wiring checklist via MCP
    unitymcpautomationeditor-wiring

    ★ 0 · Updated 2026-09-11

    Executes Unity Editor wiring checklists from TODO.md via unity-mcp bridge and updates progress in place.

    ⚙ Read TODO.md wiring checklist⚙ Read unity-mcp documentation⚙ Triage checklist items
  • feature-lifecycle - Feature Lifecycle Skills
    workflowgitfeaturebeads

    ★ 1 · Updated 2026-09-11

    A suite of skills to manage the full development lifecycle from start to finish.

    ⚙ Initialize feature branches and scaffolding⚙ Save commits with CI checks⚙ Verify feature before pull request

Scroll to load more