An intelligent git assistant that automates conventional commit messages while enforcing security scans and atomic staging.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install shadows-smart-commit
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 shadows-smart-commit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Smart Commit is an essential addition to the Openclaw Skills ecosystem, designed to streamline the version control process for developers. It acts as an intelligent layer over standard git operations, ensuring that every commit is descriptive, follows the Conventional Commits specification, and remains free of sensitive data. By analyzing code diffs and repository history, this skill helps maintain a clean and professional project timeline.
Integrating Smart Commit into your development environment through Openclaw Skills ensures that your team follows best practices without the manual overhead. It handles the cognitive load of summarizing changes, allowing developers to focus on writing code while maintaining high standards for repository health and security. The skill is entirely local, requiring no external API calls, making it a privacy-conscious choice for sensitive projects.
To get started with this skill, ensure that git is installed and available in your system's PATH. As part of the Openclaw Skills collection, no external APIs or network configurations are required.
# Ensure git is installed
git --version
Smart Commit interacts primarily with the local .git directory. It organizes its internal logic based on the following metadata and data patterns:
| Component | Description |
|---|---|
| Commit Types | Uses standard types: feat, fix, refactor, docs, test, chore, perf, style, build, ci. |
| Security Patterns | Scans for strings like api_key, secret, token, and extensions like .env or .pem. |
| Staging Logs | Tracks which files are explicitly staged to ensure atomic commits. |
| History Baseline | Reads the last 5 commits to match the repository's existing tone and scope. |
Loading
A powerful meta-skill designed to guide developers through the creation, formatting, and validation of standardized SKILL.md files for AI agents.

A professional 7-phase security auditing pipeline that identifies vulnerabilities, scans dependencies, and detects leaked secrets.

A specialized AI coding assistant that enforces strict Python engineering standards, including type safety, async patterns, and modular architecture.

A professional-grade planning protocol that guides AI agents through requirements analysis, architecture design, and actionable task mapping.

Converts pipe-separated raw data into formatted ASCII or Unicode box tables specifically optimized for Telegram monospace code blocks.

A specialized skill to fetch, read, and analyze YouTube video transcripts for summarization and information extraction.








































