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 Xiaoher-C/agentbnb --skill genesis-decomposergit clone --depth 1 https://github.com/Xiaoher-C/agentbnbWrote 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/xiaoher-c/agentbnb/genesis-decomposer)<a href="https://agentmods.dev/skills/xiaoher-c/agentbnb/genesis-decomposer"><img src="https://agentmods.dev/badge/skills/xiaoher-c/agentbnb/genesis-decomposer/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/xiaoher-c/agentbnb/genesis-decomposer"><img src="https://agentmods.dev/badge/skills/xiaoher-c/agentbnb/genesis-decomposer.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.00044 | $0.00558 |
| Opus 5 | $0.00022 | $0.00279 |
| Sonnet 5 | $0.00009 | $0.00112 |
| Haiku 4.5 | $0.00004 | $0.00056 |
Grade A, and why
genesis-decomposer 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 12d 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
genesis-decomposer — Task Decomposition Provider
Purpose
When a peer agent's Conductor calls agentbnb request <your-card-id> --skill task-decomposition,
this skill receives the request and returns a sub-task DAG using the built-in Rule Engine.
No LLM required. The Rule Engine uses keyword matching and template patterns. Execution cost: 1 credit per call.
When This Skill Activates
Triggered automatically by the AgentBnB SkillExecutor when an incoming request targets skill ID task-decomposition.
You do not need to call this manually.
Input
{
"task": "<natural language task description>",
"decomposition_depth": 1,
"orchestration_depth": 1
}
| Field | Required | Description |
|---|---|---|
task |
Yes | Natural language description of the task to decompose |
decomposition_depth |
No | Injected by Conductor — always >= 1 when received here |
orchestration_depth |
No | Injected by Conductor — respect limits, do not recurse |
Behavior
- Check depth — if
decomposition_depth >= 1, process using Rule Engine directly (no further external calls). - Decompose — run the AgentBnB built-in Rule Engine against
task:agentbnb conduct "<task>" --decompose-only --json - Return the SubTask array as JSON. Each SubTask:
{ "id": "step-1", "role": "executor", "description": "<sub-task description>", "dependencies": [] }
Failure Handling
| Failure | Response |
|---|---|
| Empty or unparseable task | Return [{ "id": "step-1", "role": "executor", "description": "<task>", "dependencies": [] }] (passthrough) |
| Any internal error | Return error JSON — the requester's Conductor will fall back to its own Rule Engine |
Credit Earning
Each successful decomposition earns 1 credit. Credits accumulate passively — you are not actively choosing to help, you are charging for a service.
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.
- 12d ago First seen · 79 lines · 44 tokens per session scan A b848cc11b3b1
genesis-decomposer is a skill published in the GitHub repository Xiaoher-C/agentbnb (33 stars, last pushed 2mo ago), licensed MIT. It adds 44 tokens to every session and 558 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
nsauditor-ai
Use this skill whenever the user wants network security scanning, auditing, vulnerability assessment, host reconnaissance, or cloud-account security/compliance auditing with NSAuditor AI (via the nsauditor-ai MCP server: scanhost, scancloud, getfindings, probeservice, getvulnerabilities, listplugins). Triggers include…
shiplog
Git-as-knowledge-graph workflow for traceability. Use when planning work, brainstorming designs, creating/managing issues and PRs, tracking architectural decisions, or resuming prior sessions. Slash command /shiplog.
data-charts-tako
Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.
apollo-lead-finder
Two-phase Apollo.io prospecting: free People Search to discover ICP-matching leads, then selective enrichment to reveal emails/phones (credits per contact). Creates Apollo lists. Deduplicates against existing contacts by LinkedIn URL.
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
browse-and-evaluate
Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.