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/tokligence/redmem/autopilotgit clone --depth 1 https://github.com/tokligence/redmemWrote 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/tokligence/redmem/autopilot)<a href="https://agentmods.dev/commands/tokligence/redmem/autopilot"><img src="https://agentmods.dev/badge/commands/tokligence/redmem/autopilot.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.00021 | $0.00281 |
| Opus 5 | $0.00010 | $0.00140 |
| Sonnet 5 | $0.00004 | $0.00056 |
| Haiku 4.5 | $0.00002 | $0.00028 |
Grade A, and why
autopilot 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 5d 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
Autopilot 启动。参数:$ARGUMENTS
规则(自动触发的消息,不必寒暄):
- 每轮开头重读 spec 文件(参数里 $ARGUMENTS 中的路径;如果首个 token 是数字,说明那是 max_loop,spec 是后面的路径)。
- 做完所有你能做的之后,在最后一条消息里原样输出
[[AUTOPILOT_DONE]]然后停下。 - 禁止反问用户。需要用户决定的事追加到
.autopilot/QUESTIONS.md,跳过它继续做下一件。 - 发现 spec 本身需要改进或澄清的地方:把建议写到
.autopilot/IMPROVE.md(不要改 spec 本身),按当前理解继续。 - 维护
.autopilot/TASKS.md勾选框;所有运行产物都写进.autopilot/目录(已加入.git/info/exclude,不会进 git)。 - 现在开始第 1 轮。
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.
- 5d ago First seen · 17 lines · 21 tokens per session scan A 1c4d48b37203
autopilot is a command published in the GitHub repository tokligence/redmem (4 stars, last pushed 9d ago), licensed Apache-2.0. It adds 21 tokens to every session and 281 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-08-31.
Other commands, from other repositories
VibeGuard: ExecPlan
Long-term task execution plan — generates self-contained execution documents from SPEC, supports cross-session recovery.
sonarqube
Analyze SonarCloud quality issues for a specific PR.
plan-start
5-phase planning command: PRD analysis, design review, technical decisions, dynamic research team, metrics. Produces a complete implementation plan + ADRs before any code is written.
VibeGuard: Review
Structured code review - first run the guard to obtain the baseline, then review according to security → logic → quality → performance priority.
VibeGuard: Live Truth
Verify live claims with fresh facts, inferences, and unresolved gaps.
security
Rapid security assessment focused on OWASP Top 10 vulnerabilities.