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 skills add avivsinai/skills-marketplace --skill sabxgit clone --depth 1 https://github.com/avivsinai/skills-marketplaceWrote 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/avivsinai/skills-marketplace/sabx)<a href="https://agentmods.dev/skills/avivsinai/skills-marketplace/sabx"><img src="https://agentmods.dev/badge/skills/avivsinai/skills-marketplace/sabx/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/avivsinai/skills-marketplace/sabx"><img src="https://agentmods.dev/badge/skills/avivsinai/skills-marketplace/sabx.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00030 | $0.00509 |
| Opus 5 | $0.00015 | $0.00254 |
| Sonnet 5 | $0.00006 | $0.00102 |
| Haiku 4.5 | $0.00003 | $0.00051 |
Grade A, and why
sabx 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.
This is a copy
100% identical to sabx — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
SABnzbd CLI
Use sabx for SABnzbd reads and changes. Start with the requested operation;
check installation, authentication, or connection settings only when a command
fails for that reason. Search references/commands.md
for exact flags and less common commands.
Common reads
sabx status
sabx queue list
sabx history list
sabx server list
sabx rss list
sabx schedule list
Prefer --json when another tool will consume the result. Use --profile NAME
only when the user selects a non-active profile.
Changes
Resolve the queue item, history item, category, server, feed, or schedule entry before changing it. Commands that add an NZB, reorder or delete items, clear history, pause or resume processing, change limits, edit feeds/schedules, or enable/disable servers change SABnzbd state.
- Follow the user's authorization for the concrete change.
- Do not interpret "clean up" as permission to delete queue items or all history; ask what should be removed if the target is not explicit.
- After an ambiguous timeout, read back queue/history/server state before retrying a mutation.
- Never expose the SABnzbd API key in output, logs, commands, or messages.
Typical operations:
sabx queue add url URL
sabx queue item pause NZO_ID
sabx queue item resume NZO_ID
sabx queue item priority NZO_ID 2
sabx speed limit --rate 10M
Use the command reference before deletion, RSS, scheduler, server, or configuration changes.
Connection diagnosis
If a command reports no configuration, authenticate with the supported config flow. If it reports connection refused, verify the selected profile URL and that SABnzbd is running. If it reports authentication failure, replace the key through the secure config command; do not print the current key. Do not disable TLS verification unless the user explicitly chooses that risk.
For repository development and release checks, use CLAUDE.md.
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.
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 Changed · -99 lines · -53 tokens per session db78eb752b73
- 12d ago First seen · 166 lines · 83 tokens per session scan A fa4a6fbd1543
sabx is a skill published in the GitHub repository avivsinai/skills-marketplace (2 stars, last pushed today), licensed MIT. It adds 30 tokens to every session and 509 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to sabx, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
a-rules-optimizer
Audit .claude/rules/ and CLAUDE.md against what the codebase actually does.
slides
A slide generator that creates PNG images for presentation decks, including simple backgrounds for spoken-video scripts and fuller layouts for standalone presentations.
idea-team
A structured group discussion for exploring a product idea through three roles: researcher, critic, and analogy finder. The roles look for evidence, weaknesses, and useful comparisons.
product-analytics
Product analytics and growth expert. Use when designing event tracking, defining metrics, running A/B tests, or analyzing retention. Covers AARRR framework, funnel analysis, cohort analysis, and experimentation.
rust-project
Modern Rust project architecture guide for 2025. Use when creating Rust projects (CLI, web services, libraries). Covers workspace structure, error handling, async patterns, and idiomatic Rust best practices.
typescript-project
Modern TypeScript project architecture guide for 2025. Use when creating new TS projects, setting up configurations, or designing project structure. Covers tech stack selection, layered architecture, and best practices.