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/alenryuichi/openmemory-plus/resumes-cligit clone --depth 1 https://github.com/Alenryuichi/openmemory-plusWrote 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/commands/alenryuichi/openmemory-plus/resumes-cli)<a href="https://agentmods.dev/commands/alenryuichi/openmemory-plus/resumes-cli"><img src="https://agentmods.dev/badge/commands/alenryuichi/openmemory-plus/resumes-cli.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.00010 | $0.00249 |
| Opus 5 | $0.00005 | $0.00125 |
| Sonnet 5 | $0.00002 | $0.00050 |
| Haiku 4.5 | $0.00001 | $0.00025 |
Grade A, and why
resumes-cli 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
resumes-cli
Quick Usage
resumes-cli [options]
Commands
- config init: 初始化配置
- config show: 显示配置
- yuque sync: 同步语雀文档
- yuque status: 查看同步状态
- yuque schedule: 管理定时同步
- resume validate: 验证简历 JSON 格式
- resume export: 导出简历为 HTML (默认主题: elegant)
- resume export-all: 导出所有主题风格
- resume serve: 本地预览简历
- workflow run: 执行完整流程 (sync → validate → export)
Agent Notes
- Verify:
which resumes-cli - JSON:
--jsonflag for structured output /Users/ryuichi/Documents/Projects/resumes/CLAUDE.md- Help:resumes-cli --help - Exit: 0=success, 1=error, 2=config error
Docs
@resumes-cli/README.md | @resumes-cli/docs/
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 · 33 lines · 10 tokens per session scan A 0a19e30d3a94
resumes-cli is a command published in the GitHub repository Alenryuichi/openmemory-plus (20 stars, last pushed 6mo ago), licensed MIT. It adds 10 tokens to every session and 249 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-03.
Other commands, from other repositories
paperfit
作用: /paperfit 是 Claude Code 中的 PaperFit 主入口。用户可以直接用自然语言描述任务,例如排版分析、完整修复、模板迁移、长度调整、局部表格修复、视觉检查或状态查询。Agent 负责解析意图、识别主 .tex、判断是否需要画像、并自动进入对应的 PaperFit 子流程。.
paperfit-priority
作用: 读取当前状态、视觉重点和修复计划,给出本轮应该先处理什么;若用户明确指定优先顺序,可将该顺序写入 nextactions 供后续 /fix-layout 直接遵循。.
check-visual
Command "check-visual" from OpenRaiser/PaperFit, covering /check-visual — 执行视觉检测, 工具调用约定, columnvoid schema 提示, 用法 and 执行流程.
paperfit-undo
作用: 恢复最近一次 PaperFit 自动写回前的备份版本,优先回滚主 .tex,必要时一并恢复 data/state.json。.
adjust-length
作用: 尝试通过排版微调或受控语义改写逼近目标页数。它是专家快捷入口;普通自然语言如“把正文压到 8 页,尽量不要改语义”也应能触发同类任务。.
migrate-template
作用: 将论文从原模板迁移至目标模板,自动处理图表尺寸、页数、宏兼容性等问题。它是专家快捷入口;普通自然语言如“把这篇论文迁移到 CVPR 模板”也应能触发同类任务。.