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 commands/erispulse/erispulse/__init__git clone --depth 1 https://github.com/ErisPulse/ErisPulseWhat 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.00057 |
| Opus 5 | $0.00000 | $0.00028 |
| Sonnet 5 | $0.00000 | $0.00011 |
| Haiku 4.5 | $0.00000 | $0.00006 |
Grade A, and why
__init__ 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
ErisPulse.CLI.commands.__init__ 模块
模块概述
命令模块
自动发现 commands 目录中的所有 CLI 命令。 所有继承自 Command 基类的命令类都会被自动加载和注册。
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 · 14 lines · 0 tokens per session scan A 0be0a973d9b3
__init__ is a command published in the GitHub repository ErisPulse/ErisPulse (56 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 57 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 commands, from other repositories
release
make a new release of the project.
add-tool
Add new MCP tools to the Yandex Tracker MCP server. When adding a tool follow the instructions in @CLAUDE.md carefully. You may run multiple parallel tasks to edit non-overlapping parts of the codebase. Always add tests for any added new functionality.
docs
Make sure that @README.md and @CLAUDE.md are up to date with current code structure, specification, architecture, features, environment variables. Make sure to also update the translated version at @READMEru.md. Also if there are new tools added to the project - make sure they are documented in @README.md…
ghactions
You need to validate that GitHub Actions workflows of latest push are passing.
weilink
Manage WeChat messaging via WeiLink — check messages, reply to contacts, download media, manage sessions.
pr-address
Address PR review comments on current branch.