wox-commit

wox-commit is a skill for Claude Code, Codex from Wox-launcher/Wox. It costs 41 tokens per session (535 once invoked), scanned A, original, GPL-3.0.

A skill that creates a commit message matching the current Wox repository's style by inspecting its working tree without changing any files.

In plain words
What is it for?
Use it to draft a repository-style commit message for the current Wox changes.
Why use it?
It saves time when the code changes are ready but the commit still needs a message that fits the project's conventions.

Skill for Claude CodeCodex

About the project

Wox is a native desktop launcher for macOS, Linux, and Windows that combines app and file search with keyboard-driven actions in one input. People use it to open applications, find files, run actions, and extend the launcher with plugins. The catalogue includes ten skills and one instruction for Wox.

Wox-launcher/Wox · 27,300 stars · on GitHub

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/wox-launcher/wox/wox-commit
Any agent
npx skills add Wox-launcher/Wox --skill wox-commit
Clone the repo
git clone --depth 1 https://github.com/Wox-launcher/Wox

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 wox-commit

README.md
[![agentmods](https://agentmods.dev/badge/skills/wox-launcher/wox/wox-commit.svg)](https://agentmods.dev/skills/wox-launcher/wox/wox-commit)
Your own site
<a href="https://agentmods.dev/skills/wox-launcher/wox/wox-commit"><img src="https://agentmods.dev/badge/skills/wox-launcher/wox/wox-commit.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 535 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00041 $0.00535
Opus 5 $0.00020 $0.00267
Sonnet 5 $0.00008 $0.00107
Haiku 4.5 $0.00004 $0.00053

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

Security

Grade A, and why

wox-commit 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.

.agents/skills/wox-commit/SKILL.md · 39 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file 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 · 39 lines · 41 tokens per session scan A 5632618e5efe

Subscribe to this mod's changes

wox-commit is a skill published in the GitHub repository Wox-launcher/Wox (27,300 stars, last pushed 5d ago), licensed GPL-3.0. It adds 41 tokens to every session and 535 once invoked, about $0.0002 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

design-language

Use when building, modifying, or fixing any frontend UI in the Asyar launcher — new components, new views, layout changes, styling decisions, new built-in features, visual bug fixes, and anything in settings or onboarding. Answers "what do I use here?" for fonts, colour, typography, spacing, motion, components, and…

Xoshbin/asyar · 72 tokens

architectural-integrity

Use before planning or implementing ANY feature, bug fix, refactor, or API change that touches Asyar's architecture — extension system, service layer, IPC contracts, Tauri commands, manifest contributions, or cross-layer data flow. Triggers on new features, new extension APIs, new services, bug fixes involving…

Xoshbin/asyar · 176 tokens

generated-files

Never hand-edit or hand-copy generated content. Use when touching permissions.rs, error.rs, AppError/SearchError variants, runtimes/catalog.fallback.json, any #[derive(specta::Type)] struct, any file with an AUTO-GENERATED banner (kinds.ts, gatedPermissions.ts, knownRuntimes.ts, bindings.ts, emoji data), or whenever…

Xoshbin/asyar · 95 tokens

dev-environment

Reference for the Asyar monorepo structure, SDK workspace linking, lockfile discipline, CI workflows, and release flow. Use this skill whenever working on anything related to pnpm workspace setup, the asyar-sdk dependency, lockfile errors, SDK or launcher version bumps, CI configuration, release workflow, or questions…

Xoshbin/asyar · 113 tokens

review-ipc

Audit IPC message contracts between extensions and the Asyar host. Use when adding a new SDK service, adding a new proxy method, changing a postMessage type string, or reviewing permission gate coverage.

Xoshbin/asyar · 43 tokens

tdd

Use when implementing any new feature or fixing any bug in this project — both Rust (src-tauri) and TypeScript/Svelte 5 (src). Triggers on phrases like "add X", "fix Y", "implement Z", "change how W works".

Xoshbin/asyar · 57 tokens