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 hashgraph-online/awesome-codex-plugins --skill evolution-networkgit clone --depth 1 https://github.com/hashgraph-online/awesome-codex-pluginsWrote 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/hashgraph-online/awesome-codex-plugins/evolution-network)<a href="https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/evolution-network"><img src="https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/evolution-network/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/evolution-network"><img src="https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/evolution-network.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00027 | $0.01005 |
| Opus 5 | $0.00014 | $0.00502 |
| Sonnet 5 | $0.00005 | $0.00201 |
| Haiku 4.5 | $0.00003 | $0.00101 |
Grade A, and why
evolution-network 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.
How it starts
The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Evolution Network
跨 Agent 基因共享协议,允许不同 agent 实例发现、请求和接收来自其他 agent 的验证过的经验基因。
触发条件
- 当
evolution-core查询未命中本地基因时 - 当用户执行
/evolve share或/evolve pull时 - 当 session-end hook 检测到可共享的高置信度基因时
核心概念
Gene Sharing Protocol
基因共享遵循 请求-响应 模型:
- Discovery:Agent A 广播信号特征,网络中的 agent 匹配本地基因
- Request:Agent A 获取候选列表后请求完整基因数据
- Receive:接收基因以
received状态进入本地 store(confidence 降级为 0.30) - Validate:本地至少成功执行 1 次后才提升为
candidate
Shared Gene Registry
共享注册表存储在 ~/.claude/evolution/network/registry.json:
{
"version": 1,
"agents": {
"agent-abc123": {
"last_seen": "2025-01-15T10:00:00Z",
"gene_count": 42,
"promoted_count": 15,
"capabilities": ["python", "typescript", "docker"]
}
},
"shared_genes": [
{
"gene_id": "gene_xxx",
"owner_agent": "agent-abc123",
"signals_summary": ["npm test failure", "jest config"],
"confidence": 0.85,
"tags": ["testing", "jest", "node"],
"shared_at": "2025-01-15T10:00:00Z"
}
]
}
Trust Model
| 来源 | 初始 Confidence | 提升条件 |
|---|---|---|
| 本地创建 | 0.40 | 正常流程 |
| 网络接收 | 0.30 | 本地执行成功 1 次 → 0.40,之后正常流程 |
| 导入 (migrate) | 基于原始数据 | 正常流程 |
Share Policy
默认共享策略:
- 只共享
promoted状态的基因(confidence ≥ 0.60,至少 3 次成功) - 不共享包含路径、密钥或环境特有配置的基因
- 共享前自动脱敏信号中的绝对路径和用户名
传输格式
Gene 共享使用 JSON 行格式(.jsonl),每行一个基因:
{
"gene_id": "gene_xxx",
"signals": [...],
"strategy": {...},
"confidence": 0.85,
"tags": [...],
"stats": {"successes": 5, "failures": 0},
"exported_at": "2025-01-15T10:00:00Z",
"source_agent": "agent-abc123"
}
导出文件存储在 ~/.claude/evolution/network/exports/,导入文件从 ~/.claude/evolution/network/imports/ 读取。
命令接口
/evolve share # 导出 promoted 基因到 exports/
/evolve share --tags test # 只导出特定 tag 的基因
/evolve pull # 从 imports/ 导入其他 agent 的基因
/evolve pull --dry-run # 预览将导入的基因
/evolve network status # 查看网络注册表状态
隐私与安全
- 基因共享默认 opt-in,需要设置
EVOLUTION_NETWORK_ENABLED=1 - 导出前自动执行信号脱敏(路径、用户名、主机名)
- 不传输
capsule中的原始outcome数据(可能包含敏感输出) - 支持
~/.claude/evolution/network/deny-list.json手动排除特定基因或 tag
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 · 111 lines · 27 tokens per session scan A 908c31cda967
evolution-network is a skill published in the GitHub repository hashgraph-online/awesome-codex-plugins (956 stars, last pushed today), licensed Apache-2.0. It adds 27 tokens to every session and 1,005 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-09-05.
Other skills, from other repositories
search
Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.
vellum-memory-v3-migration
One-time migration of an existing memory-v2 concept corpus into the memory-v3 section-grain "wiki" — topical articles with a stand-alone lead and queryable sections — with loss-proof staging, assistant-reviewed authoring, and a retrieval-eval gate before cutover.
levelup-specify
Extract Context Directive Records (CDRs) from the current session after completing work. Identifies reusable patterns (rules, personas, examples, evals) and captures directive compliance cases for team-ai-directives.
cross-session-handoff
Read, write, snapshot, and lock .arcgentic/state.yaml across planner, dev, audit, and optional test sessions.
hunt-xxe
Hunting skill for xxe vulnerabilities. Built from 4 public bug bounty reports. Use when hunting xxe on any target.
detecting-process-injection-techniques
Detects and analyzes process injection techniques used by malware including classic DLL injection, process hollowing, APC injection, thread hijacking, and reflective loading. Uses memory forensics, API monitoring, and behavioral analysis to identify injection artifacts. Activates for requests involving process…