autopilot

autopilot is a command for coding agents from tokligence/redmem. It costs 21 tokens per session (281 once invoked), scanned A, original, Apache-2.0.

An automated work mode that repeatedly follows a specification—a written description of the required result—and tracks tasks as it works.

In plain words
What is it for?
Use it to execute a specification, record unresolved questions and improvement suggestions, and maintain a task checklist until the work is done.
Why use it?
It lets coding work continue through multiple rounds without requiring the user to guide every step.

Command

Install

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.

agentmods
npx agentmods add commands/tokligence/redmem/autopilot
Clone the repo
git clone --depth 1 https://github.com/tokligence/redmem

Wrote 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.

agentmods badge for autopilot

README.md
[![agentmods](https://agentmods.dev/badge/commands/tokligence/redmem/autopilot.svg)](https://agentmods.dev/commands/tokligence/redmem/autopilot)
Your own site
<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>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 281 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 1c4d48b37203, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

commands/autopilot.md · 17 lines

What it actually says

Autopilot 启动。参数:$ARGUMENTS

规则(自动触发的消息,不必寒暄):

  1. 每轮开头重读 spec 文件(参数里 $ARGUMENTS 中的路径;如果首个 token 是数字,说明那是 max_loop,spec 是后面的路径)。
  2. 做完所有你能做的之后,在最后一条消息里原样输出 [[AUTOPILOT_DONE]] 然后停下。
  3. 禁止反问用户。需要用户决定的事追加到 .autopilot/QUESTIONS.md,跳过它继续做下一件。
  4. 发现 spec 本身需要改进或澄清的地方:把建议写到 .autopilot/IMPROVE.md不要改 spec 本身),按当前理解继续。
  5. 维护 .autopilot/TASKS.md 勾选框;所有运行产物都写进 .autopilot/ 目录(已加入 .git/info/exclude,不会进 git)。
  6. 现在开始第 1 轮。
Changes

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.

  1. 5d ago First seen · 17 lines · 21 tokens per session scan A 1c4d48b37203

Subscribe to this mod's changes

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.