getaxonflow

Axonflow Recover Verify — Development skill for Claude Code

Development community

Consume an AxonFlow recovery magic-link token, mint fresh tenant credentials, and persist them to the plugin config.

How to install Axonflow Recover Verify

Installs to ~/.claude/skills/getaxonflow-axonflow-claude-plugin-axonflow-recover-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/getaxonflow-axonflow-claude-plugin-axonflow-recover-verify && curl -fsSL https://raw.githubusercontent.com/getaxonflow/axonflow-claude-plugin/HEAD/commands/axonflow-recover-verify.md -o ~/.claude/skills/getaxonflow-axonflow-claude-plugin-axonflow-recover-verify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Axonflow Recover Verify does


description: Consume an AxonFlow recovery magic-link token, mint fresh tenant credentials, and persist them to the plugin config argument-hint:

Consume a magic-link token issued by `/axonflow-recover` (or the auto-sent recovery email). On success the agent mints a fresh `tenant_id` + `secret` bound to the same email and the plugin persists them locally so subsequent governed calls authenticate as the recovered tenant.

Argument: $ARGUMENTS

Parse the argument as `

Alternatives in Development

  • Cq — An open standard for shared agent learning 1.3k ★
  • Magic Modules — Magic Modules Skill 1.1k ★
  • Opencode Claude Auth — OpenCode plugin that uses your existing Claude Code credentials — no separate login needed 903 ★

Full documentation available on GitHub

View Source Repository