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/creategit 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.00731 |
| Opus 5 | $0.00000 | $0.00365 |
| Sonnet 5 | $0.00000 | $0.00146 |
| Haiku 4.5 | $0.00000 | $0.00073 |
Grade A, and why
create 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 yesterday.
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.create 模块
模块概述
Create 命令实现
脚手架工具,快速创建 Module / Adapter 项目模板
函数列表
_camel_to_snake(name: str)
将 PascalCase/CamelCase 名称转换为 snake_case
- name (
str): 原始名称 返回值 (str): 转换后的 snake_case 名称
_to_converter_name(name: str)
根据适配器名称生成转换器类名
- name (
str): 适配器名称 返回值 (str): 转换器类名(名称后追加 Converter)
_validate_name(name: str)
校验项目/模块/适配器名称是否合法
名称必须以字母开头,且只能包含字母、数字和下划线。
- name (
str): 待校验的名称 返回值 (bool): 合法返回 True,否则 False
_copy_erispulse_logo(project_dir: Path)
将 ErisPulseLogo.png 拷贝到项目的 .github/assets/ 目录
- project_dir (
Path): 项目根目录
_scaffold_text(name: str)
构建当前语言的脚手架文案映射,并预填充 {name} 占位符
- name (
str): 模块/适配器名称 返回值 (dict): ScaffoldText.all() 的文案字典(含占位符替换)
类列表
class CreateCommand(Command)
create 命令
脚手架工具,快速创建 Module / Adapter 项目模板
方法列表
_interactive_select_type()
交互式选择创建类型(Module 或 Adapter)
返回值 (str): 返回 "module" 或 "adapter"
_ask_missing(args, field_name: str, prompt_text: str, default: str = '')
获取参数值,若缺失则交互式提示输入
- args (
Any): 解析后的命令参数对象 - field_name (
str): 参数字段名 - prompt_text (
str): 提示文本 - default (
str): 默认值 (默认: "") 返回值 (str): 获取到的参数值
_create_module(args, name: str)
创建 Module 项目脚手架
- args (
Any): 解析后的命令参数对象 - name (
str): 模块名称 返回值 (None): 无返回值
_create_module_local(args, name: str)
创建本地插件(--local):生成 plugins/ 目录结构,免打包安装
- args (
Any): 解析后的命令参数对象 - name (
str): 模块名称 返回值 (None): 无返回值
_create_adapter(args, name: str)
创建 Adapter 项目脚手架
- args (
Any): 解析后的命令参数对象 - name (
str): 适配器名称 返回值 (None): 无返回值
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.
- yesterday First seen · 135 lines · 0 tokens per session scan A 6c2820e4e945
create is a command published in the GitHub repository ErisPulse/ErisPulse (56 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 731 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.