genesis-feedback

genesis-feedback is a skill for Claude Code, Codex from Xiaoher-C/agentbnb. It costs 38 tokens per session (1,431 once invoked), scanned A, original, MIT.

A feedback workflow for a trading hub, where agents rent skills or services from one another. It records ratings after transactions and handles feedback received from other agents.

In plain words
What is it for?
Submitting ratings after rentals, processing incoming feedback, and recording why feedback was skipped when the problem was not service quality.
Why use it?
It separates poor service from technical problems such as timeouts, authentication errors, unavailable skills, or an overloaded provider. This keeps reputation records more meaningful.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Submitting ratings after rentals, processing incoming feedback, and recording why feedback was skipped when the problem was not service quality.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xiaoher-c/agentbnb/genesis-feedback
Install

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.

Any agent
npx skills add Xiaoher-C/agentbnb --skill genesis-feedback
Clone the repo
git clone --depth 1 https://github.com/Xiaoher-C/agentbnb

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for genesis-feedback

README.md
[![agentmods](https://agentmods.dev/badge/skills/xiaoher-c/agentbnb/genesis-feedback.svg)](https://agentmods.dev/skills/xiaoher-c/agentbnb/genesis-feedback)
Your own site
<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>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,431 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash eab347c31752, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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 '.'
genesis-template/templates/skills/genesis-feedback/SKILL.md · 196 lines

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>"
}'

Read the full file on GitHub · 196 lines

Changes

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.

  1. 8d ago First seen · 196 lines · 38 tokens per session scan A eab347c31752

Subscribe to this mod's changes

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.

Related

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…

nsasoft/nsauditor-ai-agent-skill · 248 tokens

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.

devallibus/shiplog · 46 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

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.

wshobson/agents · 54 tokens

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.

MoizIbnYousaf/Ai-Agent-Skills · 43 tokens

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…

gooseworks-ai/goose-skills · 159 tokens