Agent Plugins Marketplace
All plugins

axonflow

v1.11.0

Policy enforcement, PII detection, and audit trails for Claude Code. Govern tool execution, scan outputs for sensitive data, and maintain compliance-grade records of every action.

Claude Code7 Skills

By AxonFlowLicense: MIT4 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 1, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install axonflow for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install axonflow@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/getaxonflow/axonflow-claude-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

axonflow/
├── .claude-plugin/plugin.json
├── skills/audit-search/SKILL.md
├── skills/axonflow-status/SKILL.md
├── skills/create-override/SKILL.md
├── skills/explain-decision/SKILL.md
├── skills/list-overrides/SKILL.md
├── skills/list-recent-decisions/SKILL.md
└── skills/revoke-override/SKILL.md

Included Skills7

audit-searchskills/audit-search/SKILL.md

Search the AxonFlow audit trail for recent tool executions, policy decisions, and PII detections — use to answer "what happened recently?" or to gather compliance evidence

axonflow-statusskills/axonflow-status/SKILL.md

Show AxonFlow plugin status — tenant_id (needed for Stripe Pro upgrade), tier (Free/Pro), Pro license expiry date, endpoint, and config file paths

create-overrideskills/create-override/SKILL.md

Create a governed session override for a policy that would otherwise deny — mandatory justification, server-clamped TTL, blocked for critical-risk policies

explain-decisionskills/explain-decision/SKILL.md

Fetch the full reasoning behind an AxonFlow policy decision — matched policies, risk level, override availability, recent hit count

list-overridesskills/list-overrides/SKILL.md

List active session overrides scoped to the caller's tenant — useful for auditing dangling overrides or confirming an override is in effect before retrying

list-recent-decisionsskills/list-recent-decisions/SKILL.md

Surface the user's recent AxonFlow governance decisions — answers "what just got blocked", "show me my recent denials", or feeds a decision-history forensic flow

revoke-overrideskills/revoke-override/SKILL.md

Revoke a previously-created AxonFlow session override — emits an audit event and ensures subsequent policy evaluations no longer consult it

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "axonflow",
  "description": "Policy enforcement, PII detection, and audit trails for Claude Code. Govern tool execution, scan outputs for sensitive data, and maintain compliance-grade records of every action.",
  "version": "1.11.0",
  "author": {
    "name": "AxonFlow",
    "email": "[email protected]",
    "url": "https://getaxonflow.com"
  },
  "homepage": "https://docs.getaxonflow.com/docs/integration/claude-code/",
  "repository": "https://github.com/getaxonflow/axonflow-claude-plugin",
  "keywords": [
    "governance",
    "security",
    "pii",
    "audit",
    "compliance",
    "policy-enforcement"
  ],
  "license": "MIT",
  "logo": "assets/logo.png"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[axonflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/axonflow)