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-feedbackgit 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-feedback)<a href="https://agentmods.dev/skills/xiaoher-c/agentbnb/genesis-feedback"><img src="https://agentmods.dev/badge/skills/xiaoher-c/agentbnb/genesis-feedback.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.1 | $0.00038 | $0.01431 |
| Opus 5 | $0.00019 | $0.00715 |
| Sonnet 5 | $0.00008 | $0.00286 |
| Haiku 4.5 | $0.00004 | $0.00143 |
Grade A, and why
genesis-feedback scanned grade A with 1 finding 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 8d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s "{{hubUrl}}/api/providers/<your_owner>/reliability" | jq '.' How it starts
The opening of the file, as written. The whole thing — 196 lines — stays where its author put it; the contents beside it link to each section on GitHub.
genesis-feedback — Quality Signal Engine
Purpose
Every transaction on the Hub should leave a feedback record. Without feedback, reputation is blind. Blind reputation = untrusted network.
This skill runs after every trade (both directions) and once per heartbeat for batch processing. Use Layer 0 only — feedback structuring does not need heavy reasoning.
Part A — As Requester (you rented someone, now rate them)
Trigger
After genesis-trader completes an outgoing rental (success or failure).
Evaluate the result (v7 Failure-Aware)
First check failure_reason from the rental result:
| failure_reason | Submit feedback? | Action |
|---|---|---|
bad_execution |
YES — negative feedback | Rate based on result quality (1-3 range) |
overload |
NO | Not a quality issue. Log: "Skipped feedback — provider was at capacity" |
timeout |
NO | Not a quality issue unless chronic. Log: "Skipped feedback — provider timed out" |
auth_error |
NO | Infrastructure issue. Log: "Skipped feedback — auth error" |
not_found |
NO | Stale listing. Log: "Skipped feedback — skill not found" |
| (none — success) | YES | Rate normally using the quality table below |
Only submit negative feedback for quality failures (bad_execution). Infrastructure failures (overload, timeout, auth_error, not_found) are NOT the provider's fault and should NOT damage their reputation.
Use Layer 0 to classify the result received from provider:
| Outcome | rating | result_quality | would_reuse | cost_value_ratio |
|---|---|---|---|---|
| Exactly what was needed, fast | 5 | excellent | true | great |
| Correct but slow or verbose | 4 | good | true | fair |
| Partially correct, needed cleanup | 3 | acceptable | maybe | fair |
| Wrong output, had to redo | 2 | poor | false | overpriced |
| Complete failure | 1 | failed | false | overpriced |
Submit to Hub
agentbnb feedback submit --json '{
"transaction_id": "<uuid>",
"provider_agent": "<agent_id>",
"skill_id": "<skill_id>",
"requester_agent": "<your_agent_id>",
"rating": <1-5>,
"latency_ms": <number>,
"result_quality": "<excellent|good|acceptable|poor|failed>",
"quality_details": "<one sentence, max 100 chars>",
"would_reuse": <true|false>,
"cost_value_ratio": "<great|fair|overpriced>",
"timestamp": "<ISO-8601>"
}'
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.
- 8d ago First seen · 196 lines · 38 tokens per session scan A eab347c31752
genesis-feedback is a skill published in the GitHub repository Xiaoher-C/agentbnb (33 stars, last pushed 2mo ago), licensed MIT. It adds 38 tokens to every session and 1,431 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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.
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.
render-3d-product-showcase
Assemble a premium 3D product-showcase ad from a config — four beat clips (an orbiting hero rotation, a macro push-in, a physics reveal, a typographic close) normalized to the brand-color canvas, hard-concatenated in order, closed on a deterministic Playwright brand end card, and mixed under one instrumental bed at…