getaxonflow

Axonflow Status — Development skill for Claude Code

Development community

Show your AxonFlow tenant_id (needed for Stripe Pro checkout), endpoint, tier (Free vs Pro), and Pro license expiry date.

How to install Axonflow Status

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

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

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

What Axonflow Status does


description: Show your AxonFlow tenant_id (needed for Stripe Pro checkout), endpoint, tier (Free vs Pro), and Pro license expiry date

Print a one-screen status for the AxonFlow plugin so the user can find their `tenant_id` (required to fill in the Stripe checkout custom field when upgrading to AxonFlow Pro), confirm whether the plugin is currently in Free or Pro tier mode, and see when the Pro license expires.

This command takes no arguments.

Run the plugin's `status.sh` helper using

Alternatives in Development

  • Stripe — Payments Stripe integration with best-practices skill 14k ★
  • License — Check that every Python source file carries the required SPDX Apache-2.0 license header 1.1k ★
  • Working Memory — This is your working memory 192 ★

Full documentation available on GitHub

View Source Repository