Openclaw Skills for Git automation, deep repository diagnostics, workflow templates, and multi-repo batch operations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install git-cli-paid
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install git-cli-paid using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Git Command Line Assistant Pro is an enterprise-focused Openclaw Skills package built to streamline Git-based development workflows through automation, diagnostics, standardized templates, and batch repository management.
It is designed for developers and engineering teams that need faster, safer, and more repeatable Git operations. With Openclaw Skills, you can automate routine Git tasks, run deep repository health checks, apply workflow templates, and troubleshoot failures with structured outputs and recovery guidance.
# Required
Git 2.20+
Python 3.8+
# Recommended
Bash
Confirm the agent environment can run SKILL.md-based workflows and has access to read, exec, and write capabilities.
Configure authentication for remote repositories if needed:
ssh-keygen -t ed25519 -C "[email protected]"
git config --global credential.helper store
version: "2.0"
edition: pro
automation:
smart_commit: true
auto_sync: true
auto_cleanup: true
diagnostics:
health_check: true
performance_check: true
security_check: true
large_file_threshold: 10MB
workflows:
feature:
branch_prefix: "feature/"
auto_push: true
auto_cleanup_on_merge: true
hotfix:
branch_prefix: "hotfix/"
auto_tag: true
release:
branch_prefix: "release/"
auto_tag: true
multi_repo:
repos_file: repos.txt
batch_operations: [status, sync, cleanup]
For batch operations, list repository paths in repos.txt, then invoke the corresponding Openclaw Skills workflow for status, sync, or cleanup.
Use the diagnostic prompt when you need a full repository health report:
Please perform a deep health diagnosis of the current Git repository and output issues and recommendations.
The skill organizes its outputs around structured Git operations, workflow metadata, and diagnostic reporting.
| Field | Type | Required | Purpose |
|---|---|---|---|
| content | string | No | Primary input payload for processing |
| mode | string | No | Output mode: json, text, or markdown |
| style | string | No | Output style reference for formatting |
{
"success": true,
"data": {
"result": "processing result",
"status": "success",
"metadata": {
"template_used": "reviewer",
"word_count": 0,
"style": "professional"
}
},
"error": null
}
references/detail.md — detailed code examples for automation scriptsreferences/style.md — output style guidanceassets/output.json — output template referencerepos.txt — repository list for multi-repo batch operationstemplate_used: identifies the workflow template appliedword_count: records content size for generated outputstyle: captures the selected response stylestatus: indicates success or failure stateerror: contains structured error information when a task failsLoading
documentation-and-adrs is an Openclaw Skills automation skill that structures, validates, and outputs documentation and ADR-related content with less manual effort.

Openclaw Skills for Slack workspace administration, enabling Enterprise Grid management, audit log review, Canvas editing, user groups, and bulk operations.

Openclaw Skills for social media operations, multi-agent coordination, batch actions, analytics, and relationship graph management.

file-browser-tool is a read-only workspace skill that helps AI agents safely browse directories, read files, and return structured results with high efficiency.

Openclaw Skills for planning and task breakdown turns specs into structured, executable tasks with automated workflows, error recovery, and batch-ready outputs.

Openclaw Skills for managing Feishu (Lark) calendars with listing, search, schedule checks, and event sync workflows.








































