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: git branch

Browse skills that use this input.

  • deploy - Deploy Julian to exe.xyz VM
    deploymentinfrastructureDevOpsvirtualization

    ★ 131 · Updated 2026-06-30

    Deploy Julian to an exe.xyz VM by provisioning a new instance or updating an existing one

    ⚙ create virtual machine⚙ update existing instance⚙ clone repository
  • pypi-release - PyPI Release Automation
    PyPIpackage releaseGitHub Actionsworkflow automation

    ★ 125 · Updated 2026-05-11

    Release tunacode-cli to PyPI using GitHub Actions workflow with local checks

    ⚙ check git status⚙ run tests⚙ bump version
  • stave-worktree-pr-flow - Ship current work as GitHub PR via worktree
    gitGitHub PRworktreeworkflow

    ★ 4 · Updated 2026-05-09

    Move dirty state to worktree, commit with Conventional Commits, push to GitHub, and create pull request

    ⚙ confirm intended scope⚙ detect worktree mode⚙ move dirty state
  • file-todos - File-Based TODO Tracking System
    task managementproject trackingfile-basedworkflow

    ★ 8 · Updated 2026-05-09

    Manages file-based TODO tracking in todos/ directory for branches

    ⚙ create TODO files⚙ manage TODO status⚙ manage dependencies
  • ai-pr - Governed PR workflow with automation
    gitpull-requestcimerge

    ★ 602 · Updated 2026-03-25

    Create governed pull requests with commit pipeline, pre-push gates, and auto-complete squash merge

    ⚙ execute commit pipeline⚙ run pre-push checks⚙ create pull request
  • 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
  • deploy - Bodam Platform Automatic Deployment
    deploymentkubernetesvercelci-cd

    ★ 0 · Updated 2026-03-19

    Deploy Backend(K8s) and Frontend(Vercel) for Bodam platform

    ⚙ deploy backend to k8s⚙ deploy frontend to vercel⚙ trigger github actions
  • pr - Pull Request Skill - Create Structured Code Changes
    gitgithubversion-controlcode-review

    ★ 8 · Updated 2026-02-23

    Creates well-structured pull requests with proper formatting and templates

    ⚙ create pull requests⚙ format PR titles⚙ use PR templates
  • commit - Quick Git Commit and Push
    gitcommitpushversion control

    ★ 1 · Updated 2026-02-12

    Commit and push code changes with conventional commit messages

    ⚙ analyze git status⚙ generate commit message⚙ stage changes