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 agentmods add agents/povli/agentgod-oss/_registrygit clone --depth 1 https://github.com/povli/AgentGOD-ossWrote 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/povli/agentgod-oss/_registry)<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>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 | $0.00000 | $0.00587 |
| Opus 5 | $0.00000 | $0.00293 |
| Sonnet 5 | $0.00000 | $0.00117 |
| Haiku 4.5 | $0.00000 | $0.00059 |
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.
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
- 复制
_template.md为{agent-name}.md - 编辑 frontmatter:
name:小写 + 连字符,3-50 字符role:一句话描述expertise:专长领域列表(指挥官据此匹配任务)tools:限制该 Agent 可用的工具(最小权限原则)subagent_type:选择执行模式(见下方)can_ask_user:是否允许向用户提问
- 编写系统提示(文件 body 部分)
- 更新本文件的表格(可选,指挥官会自动扫描)
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,不用DataAnalyst或data_analyst - 名称要体现职能:
api-designer优于helper - 3-50 个字符
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.
- 3d ago First seen · 51 lines · 0 tokens per session scan A deccd301c12b
_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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.