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/pegasi-ai/reins/claude-codegit clone --depth 1 https://github.com/pegasi-ai/reinsWhat 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.00281 |
| Opus 5 | $0.00000 | $0.00140 |
| Sonnet 5 | $0.00000 | $0.00056 |
| Haiku 4.5 | $0.00000 | $0.00028 |
Grade A, and why
claude-code 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 2d 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
ToolShield + Claude Code
Claude Code is Anthropic's CLI-based coding agent. ToolShield injects safety guidelines into its global instruction file.
How It Works
ToolShield appends guidelines to ~/.claude/CLAUDE.md, which Claude Code loads as persistent instructions for every session.
Import
toolshield import \
--exp-file postgres-mcp.json \
--agent claude_code
You can import multiple tools — each appends to the same file:
toolshield import --exp-file terminal-mcp.json --agent claude_code
toolshield import --exp-file filesystem-mcp.json --agent claude_code
Unload
toolshield unload --agent claude_code
This removes all ToolShield-injected guidelines while preserving your existing CLAUDE.md content.
File Location
| Platform | Path |
|---|---|
| All | ~/.claude/CLAUDE.md |
Custom Location
If your CLAUDE.md is in a non-default location:
toolshield import --exp-file <path> --agent claude_code --source_location /path/to/CLAUDE.md
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.
- 2d ago First seen · 45 lines · 0 tokens per session scan A be4142d9f96b
claude-code is an agent published in the GitHub repository pegasi-ai/reins (408 stars, last pushed 3mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 281 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-30.
Other agents, from other repositories
build_preview
你是一个自主的MCP(Model Context Protocol)源码部署Agent。你的任务是通过自动化流程部署MCP程序从源码:包括阅读文档和代码、安装依赖、启动程序、监控日志以验证启动状态,并使用MCP客户端进行功能验证。请以分步、详细的方式执行以下操作,并在每个阶段报告进度和结果。如果遇到错误,尝试诊断并重试,然后终止流程。.
mcp_opera
模型上下文协议(Model Context Protocol,MCP) 是由Anthropic公司提出并开源的一项开放标准协议,旨在标准化大型语言模型与外部数据源和工具之间的交互方式。MCP被誉为AI应用的"USB-C接口",正如USB-C为设备连接外设提供了标准化方式一样,MCP为AI模型连接不同的数据源和工具提供了统一的标准接口。.
openclaw
Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end.
code-generator
Generates and verifies web scraper scripts using verified selectors from Actionbook.
claude-code
Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end.
codex-cli
Fetch and follow https://raw.githubusercontent.com/agentrhq/webcmd/main/start.md to set up Webcmd end to end.