用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/getaxonflow/axonflow-cursor-plugin --skill recover-credentials命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | recover-credentials |
| description | Recover lost AxonFlow plugin credentials by email magic link (W3 free-tier recovery) |
Use this skill when the user has lost their AxonFlow plugin credentials —
typically because ~/.config/axonflow/try-registration.json is missing,
unreadable, or bound to an account they no longer want to use — and needs
to recover access via the email the tenant was originally registered with.
The flow is implemented in scripts/recover-credentials.sh (a shell helper
the user invokes from a terminal). Cursor itself does not run plugin code
in a long-lived process and cannot prompt the user for an email + magic-link
token from its chat UI — running the script in the integrated terminal is
the right surface.
scripts/recover-credentials.sh
in your terminal. It will ask for the email you registered with, send a
magic link, then ask you to paste the token from the link."bash scripts/recover-credentials.sh
(run from the plugin's install directory, typically
~/.cursor/plugins/local/axonflow-cursor-plugin).~/.config/axonflow/try-registration.json (mode 0600). The community-saas
bootstrap picks them up on the next governed tool call — no shell
re-export, no Cursor reload required.AXONFLOW_ENDPOINT nor
AXONFLOW_AUTH is set.AXONFLOW_LICENSE_TOKEN) — those
are the buyer's responsibility, delivered to the email at Stripe checkout.
If the Pro user lost their license token, they recover it from the
original from=billing@getaxonflow.com email rather than this flow.Suggest this skill when the user reports any of:
Do NOT suggest it for:
cat ~/.config/axonflow/try-registration.json | jq .tenant_id instead.