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.
npx agentmods add skills/andrianllmm/renux/releasenpx skills add andrianllmm/renux --skill releasegit clone --depth 1 https://github.com/andrianllmm/renuxWrote 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.
[](https://agentmods.dev/skills/andrianllmm/renux/release)<a href="https://agentmods.dev/skills/andrianllmm/renux/release"><img src="https://agentmods.dev/badge/skills/andrianllmm/renux/release.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00045 | $0.00403 |
| Opus 5 | $0.00023 | $0.00201 |
| Sonnet 5 | $0.00009 | $0.00081 |
| Haiku 4.5 | $0.00005 | $0.00040 |
Grade A, and why
release 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 5d 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.
What it actually says
release
renux's version is derived from git tags via commitizen
(version_provider = "pep621", tag_format = "v$version" in
pyproject.toml). Never hand-edit the version in pyproject.toml or
src/renux/__init__.py. Always go through cz bump.
Steps
- Make sure the working tree is clean and you're on
main, up to date withorigin/main. - Confirm tests and type checks pass:
poetry run pytest poetry run mypy src - Preview the version bump before doing it for real:
This inspects Conventional Commits history since the last tag to decide patch/minor/major. Confirm the proposed version looks right.poetry run cz bump --dry-run - Run the real bump (updates version in
pyproject.toml, updates changelog, commits, and creates thevX.Y.Ztag):poetry run cz bump - Confirm with the user before pushing. Pushing tags/commits is a
shared-state action:
git push origin main --tags - Build the distributable if needed:
poetry build
Don't
- Don't manually edit the version number anywhere. It's commitizen's job.
- Don't force-push or delete/re-tag an already-pushed version tag.
- Don't skip the dry run. A stray
feat:/fix!:commit in history can cause a bigger bump than expected.
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.
- 5d ago First seen · 49 lines · 45 tokens per session scan A c2920bd5b066
release is a skill published in the GitHub repository andrianllmm/renux (68 stars, last pushed 4d ago), licensed MIT. It adds 45 tokens to every session and 403 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.
Other skills, from other repositories
file-sorter
Use when the user wants to categorize, sort, organize, or suggest renames for files in a local folder such as Downloads, or for files that share one parent directory. Builds a review plan with stable file-family categories, optional whitelist, project-root protection, and dry-run apply; moves or renames only after…
files-sdk
Use files-sdk to add file storage to a TypeScript/JavaScript app with a unified API across S3, R2, GCS, Azure, Vercel Blob, the local filesystem, and 40+ other providers. Triggers when the user wants to upload/download/list/move/delete/copy files, generate presigned URLs, do multipart or resumable uploads, range…
regex-mastery
Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.
msgraph-files
Read OneDrive and SharePoint files via the Microsoft 365 MCP server — list folder contents, fetch item metadata, inspect versions and sharing permissions. Use when locating a document in OneDrive/SharePoint, checking who a file is shared with, or reviewing file version history.
web-browsing-cli
Token-efficient web browsing and web content extraction for AI agents. Use when reading a URL, browsing websites, checking links, extracting static page content, or replacing raw HTML and browser screenshots.
soloncode-skin-skill
Generate installable SolonCode Web UI skin zip packages from natural-language design requests. Use when the user asks to create/make/customize a skin, theme, 皮肤, 换肤, settings panel background, welcome-page look, accent color theme, or produce a .zip skin for SolonCode (settings → general → skin).