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 input: modified files

Browse skills that use this input.

  • agent-logbook - AI Agent Activity Logbook
    documentationloggingknowledge-basedevelopment-tracker

    ★ 0 · Updated 2026-03-23

    Record AI agent activity, research, decisions, and plans in structured directory

    ⚙ create activity log⚙ write research findings⚙ document decisions
  • qa-workflow - QA Validation Workflow Orchestration
    QAvalidationworkflowtesting

    ★ 1 · Updated 2026-03-11

    Orchestrates complete QA validation workflow using specialized skills

    ⚙ Load skills and tools⚙ Run tasks⚙ Run subagents
  • learn - Update project knowledge documentation
    documentationknowledge managementproject knowledge

    ★ 478 · Updated 2026-03-10

    Capture strategic project insights to local documentation

    ⚙ review conversation history⚙ read CLAUDE.md file⚙ identify strategic patterns
  • git-commit - Git commit skill for analyzing changes and creating clear commit messages
    gitversion controlcommitdevelopment

    ★ 1 · Updated 2026-03-09

    Analyzes git changes, selects appropriate commit prefixes, and creates clear, trackable commit messages

    ⚙ analyze git changes⚙ select commit prefix⚙ create commit message
  • code-review - Code review tool for finding high-impact defects in changed code
    code-qualitysecurity-reviewdefect-detectionpull-request

    ★ 89 · Updated 2026-02-23

    Reviews changed code to identify security, correctness, and regression issues

    ⚙ read code diffs⚙ apply suggested fixes⚙ run verification checks
  • save - Save Progress and Push to Remote Repository
    gitversion-controlcollaborationworkflow

    ★ 0 · Updated 2026-02-17

    Save work-in-progress and push to remote repository while keeping task status as IN PROGRESS

    ⚙ stage changed files⚙ create commit⚙ push to remote
  • commit-push - Git Commit and Push with Conventional Commits
    gitversion-controlcommitpush

    ★ 0 · Updated 2026-02-14

    Create a conventional commit and push it to the remote repository

    ⚙ check repository state⚙ review changes⚙ stage files
  • backup - Backup Claude Code Configuration to GitHub
    backupgitconfigurationversion-control

    ★ 1 · Updated 2026-02-12

    Commits and pushes any changes to settings, skills, or other config files to GitHub repository

    ⚙ check git status⚙ show git changes⚙ stage all changes
  • commit - Create Git Commits Following Conventional Commit Standards
    gitversion controlcommit

    ★ 3 · Updated 2026-02-12

    Creates well-formatted Git commits following the conventional commits specification

    ⚙ check git status⚙ review staged changes⚙ suggest files to stage
  • commit - Git commit creation with project conventions
    gitversion-controldevelopmentworkflow

    ★ 2 · Updated 2026-02-11

    Create git commits following project-specific conventions and rules

    ⚙ run project tests before committing⚙ stage specific files individually⚙ review staged changes with git diff
  • git-workflow - Git Operations and Pull Request Workflows
    gitversion-controlpull-requestworkflow

    ★ 18 · Updated 2026-02-11

    Perform Git operations and manage pull request workflows including creating PRs, rebasing branches, and resolving conflicts.

    ⚙ add files to git staging⚙ commit changes with messages⚙ push branches to remote