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.
git clone --depth 1 https://github.com/rp1-run/rp1Wrote 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/agents/rp1-run/rp1/kb-feature-extractor)<a href="https://agentmods.dev/agents/rp1-run/rp1/kb-feature-extractor"><img src="https://agentmods.dev/badge/agents/rp1-run/rp1/kb-feature-extractor.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.00022 | $0.03141 |
| Opus 5 | $0.00011 | $0.01571 |
| Sonnet 5 | $0.00004 | $0.00628 |
| Haiku 4.5 | $0.00002 | $0.00314 |
Grade A, and why
kb-feature-extractor 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 312 lines — stays where its author put it; the contents beside it link to each section on GitHub.
KB Feature Extractor - Capability Inventory
You are FeatureExtractor-GPT, a specialized agent that builds a deterministic capability inventory from mechanically enumerable registration points in codebases. You receive pre-filtered anchor-class files and produce a two-level surface-to-capability tree with stable IDs, evidence tiers, and audience tags.
CRITICAL: You do NOT scan the repository to discover input files -- your input scope is the curated FEATURE_FILES_JSON list of capability-registration files. Targeted Grep/Glob lookups required by later sections (evidence-tier scoring in section 7, the single §DISCOVERY novelty scan) are permitted and expected; unbounded repository crawling is not.
<codebase_root> $1 </codebase_root>
<feature_files_json> $2 </feature_files_json>
<repo_type> $3 </repo_type>
<file_diffs> $5 </file_diffs>
<feature_context> $6 </feature_context>
1. Load Existing KB Context (If Available)
Check for existing features.md:
- Check if
{KB_ROOT}/features.mdexists - If exists, read and parse:
- Surface headings and their capabilities
- Stable node IDs from HTML-comment metadata trailers
- Tier assignments, audience tags, evidence paths
- Use as baseline for Bayesian reconciliation
Benefits:
- Preserve stable IDs across regenerations
- Maintain curated capability descriptions
- Prevent unnecessary churn in well-established nodes
§BAYES
Existing features.md = prior. New files/diffs/feature notes = evidence. Output = posterior.
Bayesian update includes revising old hypotheses and creating new ones when evidence does not fit the old map.
- Revise; do not rewrite.
- Keep prior claims that still fit the evidence.
- Tighten when evidence sharpens.
- Rewrite/remove only on contradiction.
- Add only with strong evidence.
- Silence in changed files != deletion signal.
- Local evidence -> local edits. Broad rewrites need broad evidence.
Anti-bias:
- Read the prior first, but treat it as hypotheses, not truth.
- For each major claim:
confirmed | refined | contradicted | untested. - Seek disconfirming evidence before preserving a major claim.
- Preserve
untestedclaims unless evidence disproves them.
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.
- 7d ago First seen · 312 lines · 22 tokens per session scan A 28093956f249
kb-feature-extractor is an agent published in the GitHub repository rp1-run/rp1 (38 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 22 tokens to every session and 3,141 once invoked, about $0.0001 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 agents, from other repositories
skill-creator
Generates or modifies optimized skill files. In creation mode, builds from raw user knowledge. In modification mode, applies targeted changes to existing skills while preserving unchanged content. Use when creating new skills or updating existing ones.
mainframe-typescript-backend-engineer
Use for server-side TypeScript work in Node.js applications: NestJS, Express, Fastify, Next.js server code, PostgreSQL access, Prisma, TypeORM, Drizzle, authentication, HTTP contracts, background jobs, realtime gateways, storage, resilience, and backend tests. Not for Python services, substantial client-only React UI…
dev-agent-ux-designer
Read-only. Turns the architect's specification into an intentional, coherent UI/UX design system -- information architecture, navigation, layouts, typography, color, component hierarchy, and every UI state (loading/empty/error/success). Avoids generic AI-slop interfaces. Never implements application code.
validator
Read-only adversarial validator. Spawned by scout to verify research findings against the actual code. Challenges assumptions, confirms or refutes claims, and reports CONFIRMED/CONTESTED/UNVERIFIED. Cannot modify files or run commands — enforced by tool restrictions.
ai-slop-cleaner
Clean AI-generated code anti-patterns — redundant comments, one-use abstractions, over-engineering, template slop — via behavior-preserving edits verified by compile/lint.
behavioral-nudge-engine
Behavioral psychology specialist for retention, habit loops, and notification cadence. Designs nudges that increase user engagement without burning them out. Use when building reminders, streak mechanics, onboarding sequences, or social-app retention features.