返回 Skill 列表
extension
分类: 其它需要 API Key

AxonFlow Governance Policies

AxonFlow 为 OpenClaw 提供治理——编写策略、解释决策、处理审批。可自行托管 AxonFlow 用于生产工作负载。

person作者: axonflowhubclawhub

AxonFlow Governance Policies for OpenClaw

This skill helps an OpenClaw deployment use AxonFlow governance. Use it when installing the plugin, authoring policies, or wiring up decision explainability and approval workflows.

Install

openclaw plugins install @axonflow/openclaw@latest

Requires OpenClaw 2026.4.15+ and @axonflow/openclaw 2.4.0+.

What you can do with it

| Feature | Read more | |---|---| | Author your own governance policies | Policy Authoring | | Understand the reasoning behind a governance decision | Explainability | | Request a time-bounded exception | Session Overrides | | Compliance + audit | Compliance docs | | Pricing + tiers | Pricing |

Connect the plugin to AxonFlow

# openclaw.config.yaml
plugins:
  "@axonflow/openclaw":
    endpoint: http://your-axonflow-instance:8080
    clientId: your-client-id
    clientSecret: your-secret
    userEmail: you@example.com

Setup guides:

Starter policies

Ready-to-use templates for the OpenClaw stack: policies/.

Reference

License

Plugin code under BSL 1.1. See licensing.