_registry

_registry is an agent for coding agents from povli/AgentGOD-oss. It costs 0 tokens per session (587 once invoked), scanned A, original, MIT.

A registry file that lists the specialized agents available to a coding system and explains when to use each one.

In plain words
What is it for?
Use it to add agents, define their roles and allowed tools, choose how they run, and keep the available-agent list organized.
Why use it?
It removes guesswork when choosing between agents for research, coding, reviewing, scanning a project, or changing the agent setup.

Agent

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.

agentmods
npx agentmods add agents/povli/agentgod-oss/_registry
Clone the repo
git clone --depth 1 https://github.com/povli/AgentGOD-oss

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 _registry

README.md
[![agentmods](https://agentmods.dev/badge/agents/povli/agentgod-oss/_registry.svg)](https://agentmods.dev/agents/povli/agentgod-oss/_registry)
Your own site
<a href="https://agentmods.dev/agents/povli/agentgod-oss/_registry"><img src="https://agentmods.dev/badge/agents/povli/agentgod-oss/_registry.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 587 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00587
Opus 5 $0.00000 $0.00293
Sonnet 5 $0.00000 $0.00117
Haiku 4.5 $0.00000 $0.00059

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

Security

Grade A, and why

_registry 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 3d 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.

project-template/agents/_registry.md · 51 lines

What it actually says

Agent 注册表

本目录下所有非 _ 前缀的 .md 文件会被指挥官自动发现并纳入可委派列表。

当前可用 Agent

Agent 文件 角色 专长
researcher researcher.md 研究员 信息搜索、代码探索、文献调研
coder coder.md 开发者 代码实现、功能开发、bug 修复
reviewer reviewer.md 审查员 代码审查、质量检查、最佳实践
scanner scanner.md 扫描员 项目接管、代码库分析(内置,建议保留)
system-editor system-editor.md 系统编辑者 根据行业需求改造 Agent 系统(内置,建议保留)

添加新 Agent

  1. 复制 _template.md{agent-name}.md
  2. 编辑 frontmatter:
    • name:小写 + 连字符,3-50 字符
    • role:一句话描述
    • expertise:专长领域列表(指挥官据此匹配任务)
    • tools:限制该 Agent 可用的工具(最小权限原则)
    • subagent_type:选择执行模式(见下方)
    • can_ask_user:是否允许向用户提问
  3. 编写系统提示(文件 body 部分)
  4. 更新本文件的表格(可选,指挥官会自动扫描)

subagent_type 选择

类型 适用场景
explore 搜索、探索、信息收集(快速,只读)
generalPurpose 编码、分析、审查等通用任务
shell Git 操作、命令执行、环境配置
browser-use Web 测试、UI 验证

tools 常用组合

用途 推荐 tools
只读分析 [Read, Grep, Glob, SemanticSearch]
代码编写 [Read, Write, StrReplace, Shell, Grep]
测试执行 [Read, Shell, Grep]
信息搜索 [Read, Grep, Glob, SemanticSearch, WebSearch]

命名规范

  • 使用小写字母和连字符:data-analyst,不用 DataAnalystdata_analyst
  • 名称要体现职能:api-designer 优于 helper
  • 3-50 个字符
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. 3d ago First seen · 51 lines · 0 tokens per session scan A deccd301c12b

Subscribe to this mod's changes

_registry is an agent published in the GitHub repository povli/AgentGOD-oss (6 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 587 tokens. 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-31.