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/ncaq/konoka/cabal-commandnpx skills add ncaq/konoka --skill cabal-commandgit clone --depth 1 https://github.com/ncaq/konokaWrote 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/ncaq/konoka/cabal-command)<a href="https://agentmods.dev/skills/ncaq/konoka/cabal-command"><img src="https://agentmods.dev/badge/skills/ncaq/konoka/cabal-command.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.00044 | $0.00315 |
| Opus 5 | $0.00022 | $0.00158 |
| Sonnet 5 | $0.00009 | $0.00063 |
| Haiku 4.5 | $0.00004 | $0.00032 |
Grade A, and why
cabal-command 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 3d 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
cabalコマンド
最適化の無効化
開発時のビルド確認やテストの実行時には、
--disable-optimizationオプションを付与して最適化を無効化します。
Haskellは結構ビルドに時間がかかる言語なので、 最適化時の挙動を確認するわけでも、 リリースするわけでもないときは、 最適化を無効化してビルド時間を短縮してください。
ビルド
ビルドは以下のコマンドを実行します。
cabal build --disable-optimization --enable-tests
buildサブコマンドの実行時にはテストは実行されずにビルドだけ行われます。
テストを行う時にフラグが変わって再ビルドが行われると面倒なので、
基本的には--enable-testsも付与してビルドしてください。
テスト
テストは以下のコマンドを実行します。
cabal test --disable-optimization --enable-tests
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.
- 3d ago First seen · 38 lines · 44 tokens per session scan A 33426381c6a9
cabal-command is a skill published in the GitHub repository ncaq/konoka (3 stars, last pushed 5d ago), licensed Apache-2.0. It adds 44 tokens to every session and 315 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-31.
Other skills, from other repositories
golang
Go coding standards and conventions for this project. Apply when writing, reviewing, or refactoring any Go source file.
powershell
PowerShell cmdlet conventions for this project. Apply when writing or reviewing any .ps1 or module file.
segment-create
Full scaffolding workflow for creating a new Oh My Posh segment. Invoke when asked to add a new segment: generates the Go source, registers the type, creates documentation, updates the sidebar and JSON schema.
build-wasm
Build the WASM plugins for Envoy. Use when WASM plugin code changes.
build-brightstaff
Build the brightstaff native binary. Use when brightstaff code changes.
build-cli
Build and install the Python CLI (planoai). Use after making changes to cli/ code to install locally.