axonflow-recover

axonflow-recover is a command for Claude Code from getaxonflow/axonflow-claude-plugin. It costs 29 tokens per session (341 once invoked), scanned A, original, MIT.

A recovery command that asks AxonFlow Community SaaS to email a sign-in link for a tenant associated with an email address. AxonFlow is a service that controls and records how coding-agent tools are used.

In plain words
What is it for?
Requesting a recovery email by address and explaining how to use the temporary link. It is for starting account recovery, not for directly changing credentials.
Why use it?
It helps when a user has lost the credentials needed to access their AxonFlow tenant. The service returns the same response whether or not the email is registered, so the command does not reveal which accounts exist.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the axonflow plugin — 7 skills, 10 commands, 2 hooks, 1 MCP server shipped together

Good fit Requesting a recovery email by address and explaining how to use the temporary link. It is for starting account recovery, not for directly changing credentials.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add getaxonflow/axonflow-claude-plugin
Claude Code
/plugin install axonflow

Made for: Claude Code.

Or install axonflow, the plugin that ships this one along with the rest of its 7 skills, 10 commands, 2 hooks, 1 MCP server.

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 axonflow-recover

README.md
[![agentmods](https://agentmods.dev/badge/commands/getaxonflow/axonflow-claude-plugin/axonflow-recover/github.svg)](https://agentmods.dev/commands/getaxonflow/axonflow-claude-plugin/axonflow-recover)
Your own site
<a href="https://agentmods.dev/commands/getaxonflow/axonflow-claude-plugin/axonflow-recover"><img src="https://agentmods.dev/badge/commands/getaxonflow/axonflow-claude-plugin/axonflow-recover/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for axonflow-recover

Your own site · 80×15
<a href="https://agentmods.dev/commands/getaxonflow/axonflow-claude-plugin/axonflow-recover"><img src="https://agentmods.dev/badge/commands/getaxonflow/axonflow-claude-plugin/axonflow-recover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 341 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00029 $0.00341
Opus 5 $0.00015 $0.00170
Sonnet 5 $0.00006 $0.00068
Haiku 4.5 $0.00003 $0.00034

Measured 9d ago against content hash d26ecba01aeb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

axonflow-recover 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 9d 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/axonflow-recover.md · 25 lines

What it actually says

Request a magic-link email so an AxonFlow Community-SaaS tenant bound to the given email can recover fresh credentials. The platform always returns 202 with a generic message regardless of whether the email exists — this is intentional anti-enumeration behavior.

Argument: $ARGUMENTS

Parse the argument as <email>. If missing or doesn't contain @, ask the user for a valid email.

Then run the plugin's recover.sh helper using the Bash tool. The helper POSTs to the agent's /api/v1/recover endpoint (no auth required — recovery is the path for users who lost their auth) and surfaces the platform's 202 message.

$CLAUDE_PLUGIN_ROOT/scripts/recover.sh '<email>'

The helper resolves the AxonFlow endpoint the same way the runtime hooks do: AXONFLOW_ENDPOINT if set, otherwise the Community SaaS at https://try.getaxonflow.com.

Surface the script's OK … line verbatim, then add:

"If a tenant is bound to that email you'll receive a magic link within a few minutes (check spam too). The link expires in 15 minutes. When you receive it, copy the token=… value from the URL and run /axonflow-recover-verify <token> to complete recovery."

If the helper exits non-zero (network failure, IP rate-limit), surface the ERR … line verbatim.

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. 9d ago First seen · 25 lines · 29 tokens per session scan A d26ecba01aeb

Subscribe to this mod's changes

axonflow-recover is a command published in the GitHub repository getaxonflow/axonflow-claude-plugin (4 stars, last pushed 2d ago), licensed MIT. It adds 29 tokens to every session and 341 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.

Related

Other commands, from other repositories