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/alphaluppi/fakt/releasenpx skills add AlphaLuppi/FAKT --skill releasegit clone --depth 1 https://github.com/AlphaLuppi/FAKTWrote 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/alphaluppi/fakt/release)<a href="https://agentmods.dev/skills/alphaluppi/fakt/release"><img src="https://agentmods.dev/badge/skills/alphaluppi/fakt/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.00062 | $0.03033 |
| Opus 5 | $0.00031 | $0.01517 |
| Sonnet 5 | $0.00012 | $0.00607 |
| Haiku 4.5 | $0.00006 | $0.00303 |
Grade C, and why
release scanned grade C with 2 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf "$TMP" Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sL "https://github.com/AlphaLuppi/FAKT/releases/download/v$ARGUMENTS/latest.json" | jq '.version, .notes' The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
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 · 201 lines · 62 tokens per session scan C 3314b97a1c9c
release is a skill published in the GitHub repository AlphaLuppi/FAKT (2 stars, last pushed 4mo ago), with no licence file. It adds 62 tokens to every session and 3,033 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
release-quality-audit
发版前代码质量审查。大文件治理三道闸门(gate/near-threshold/strictReduction retained)+ tsc/cargo 全量 + 测试零新增失败对比 + Format Discipline 提交卫生 + 高风险域 pitfall 红线。只审查只报告不修复。触发场景:用户说「发版前审查」「release quality audit」「质量门禁」或准备发版/打 tag 前。.
nextclaw-npm-release
NextClaw NPM package 与 runtime channel 发布的专项流程 owner;用于发布 NPM、NPM 测试版、NextClaw 常规正式版及其恢复,覆盖 beta/stable、真实安装和分支回流,并按当前阶段读取一个 reference。.
development-delivery
通用开发生命周期的「交付、发布与部署」阶段 owner;当结果已经达到交付条件,或用户明确要求提交、发布、部署时使用,负责授权边界、结果交接和专项发布路由,不负责实现或 Review。.
nextclaw-desktop-release
NextClaw Desktop 构建、发布、恢复与运行冒烟流程 owner。.
nextclaw-release-notes
当用户要求提交、收尾、changelog、release notes、版本更新笔记或发布变更汇总时使用;先选择提交范围判断、版本笔记、配图/社交一个阶段并读取对应 reference。.
agentbro-release
Use when releasing AgentBro from this repository: merging dev/main, bumping versions, updating release notes, tagging, pushing, monitoring GitHub Actions, Homebrew cask publication, or fixing a bad release.