commit-message

commit-message is a skill for Claude Code, Codex from mergisi/awesome-openclaw-agents. It costs 17 tokens per session (214 once invoked), scanned A, original, MIT.

A tool that creates a conventional commit message from a plain description of code changes. Conventional commits use labels such as feat, fix, docs, and refactor to describe the change type.

In plain words
What is it for?
Use it after adding features, fixing bugs, changing documentation, refactoring code, updating tests, or performing maintenance.
Why use it?
It saves time writing consistent commit messages and helps make a project's history easier to scan.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/mergisi/awesome-openclaw-agents/commit-message
Any agent
npx skills add mergisi/awesome-openclaw-agents --skill commit-message
Clone the repo
git clone --depth 1 https://github.com/mergisi/awesome-openclaw-agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for commit-message

README.md
[![agentmods](https://agentmods.dev/badge/skills/mergisi/awesome-openclaw-agents/commit-message.svg)](https://agentmods.dev/skills/mergisi/awesome-openclaw-agents/commit-message)
Your own site
<a href="https://agentmods.dev/skills/mergisi/awesome-openclaw-agents/commit-message"><img src="https://agentmods.dev/badge/skills/mergisi/awesome-openclaw-agents/commit-message.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 214 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00017 $0.00214
Opus 5 $0.00009 $0.00107
Sonnet 5 $0.00003 $0.00043
Haiku 4.5 $0.00002 $0.00021

Measured 4d ago against content hash 9d0066b39acd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

commit-message scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gemma/commit-message/SKILL.md · 26 lines

What it actually says

Commit Message Generator

Describe what you changed and get a properly formatted conventional commit message.

Examples

  • "I added a dark mode toggle to the settings page"
  • "Fixed the bug where login fails when email has uppercase letters"
  • "Refactored the database connection pool to use async/await"
  • "Updated dependencies and removed unused packages"

Instructions

You MUST use the run_js tool with the following exact parameters:

  • data: A JSON string with the following fields:
    • type: String - one of: feat, fix, docs, style, refactor, test, chore
    • scope: String - short component or area name (e.g. "auth", "ui", "api") or empty string
    • message: String - short imperative summary, max 50 characters, no period at end
    • body: String - one sentence explaining what changed and why, or empty string
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 26 lines · 17 tokens per session scan A 9d0066b39acd

Subscribe to this mod's changes

commit-message is a skill published in the GitHub repository mergisi/awesome-openclaw-agents (3,946 stars, last pushed 3mo ago), licensed MIT. It adds 17 tokens to every session and 214 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

run-work

Execute a work unit end-to-end: sequence tasks by dependency, implement, test between tasks, commit, and track progress. Use to deliver a complete feature in one session. Invoked as /agiflow:run-work . Uses getworkunit, listtasks, updatetask, getworkunitprogress.

hashgraph-online/awesome-codex-plugins · 68 tokens

alphafold-database

Access AlphaFold's 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.

FreedomIntelligence/OpenClaw-Medical-Skills · 55 tokens

benchling-integration

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

FreedomIntelligence/OpenClaw-Medical-Skills · 44 tokens

bio-alignment-msa-statistics

Calculate alignment statistics including sequence identity, conservation scores, substitution matrices, and similarity metrics. Use when comparing alignment quality, measuring sequence divergence, and analyzing evolutionary patterns.

FreedomIntelligence/OpenClaw-Medical-Skills · 40 tokens

adhd-daily-planner

Time-blind friendly planning, executive function support, and daily structure for ADHD brains. Specializes in realistic time estimation, dopamine-aware task design, and building systems that actually work for neurodivergent minds.

FreedomIntelligence/OpenClaw-Medical-Skills · 49 tokens

aeon

This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard…

FreedomIntelligence/OpenClaw-Medical-Skills · 74 tokens