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/sharex/xerahs/build-linux-binarynpx skills add ShareX/XerahS --skill build-linux-binarygit clone --depth 1 https://github.com/ShareX/XerahSWhat 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.00057 | $0.02679 |
| Opus 5 | $0.00028 | $0.01340 |
| Sonnet 5 | $0.00011 | $0.00536 |
| Haiku 4.5 | $0.00006 | $0.00268 |
Grade D, and why
build-linux-binary scanned grade D 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 2d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
| `rpmbuild: command not found` | RPM skipped (not fatal); install with `sudo dnf install rpm-build` if needed | Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf /path/to/XerahS/ShareX.ImageEditor/src/ShareX.ImageEditor/obj/Release 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.
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.
- 2d ago First seen · 265 lines · 57 tokens per session scan D a748c6a77c2b
build-linux-binary is a skill published in the GitHub repository ShareX/XerahS (319 stars, last pushed 2d ago), licensed GPL-3.0. It adds 57 tokens to every session and 2,679 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it D with 2 findings (asks for root, recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
kevi-test-launch
KyoshinEewViewer.Desktop(または launcher 経由)をテスト起動するときは、必ず専用プロファイルディレクトリを -c オプションで指定する。.
kevi-build-troubleshoot
KyoshinEewViewer.csproj のCSVソースジェネレータは、リポジトリ直下の git管理外 ディレクトリ jma-code-dictionary/csv/ に依存する。.
creating-claude-code-skills
Guide for creating effective Claude Code Agent Skills. Use when users want to create, improve, or troubleshoot Skills that extend Claude's capabilities with specialized workflows, domain expertise, or tool integrations.
kevi-trimming-debug
リリースビルド(self-contained + PublishTrimmed)でのみ発生するデシリアライズ不具合の調査手順。トリミング(ILLink)起因のバグ、再現用reproプロジェクトでは再現しないのに本番だけ失敗する場合に使う。.
officecli
Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.
api-and-interface-design
Guides stable API and interface design for .NET/C# — HTTP endpoints (Minimal APIs or controllers), library surface area, public records/interfaces, EF Core-backed contracts. Use when designing APIs, module boundaries, MyApp.Contracts DTOs, or any public interface where backward compatibility matters.