返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

Authensor Gateway

OpenClaw市场技能的故障保险策略门。

person作者: jakexiaohubgithub

Authensor Gateway

This skill is a lightweight gateway that adds policy checks and receipts to OpenClaw marketplace actions. Low-risk actions run automatically. High-risk actions require approval. Known-dangerous actions are blocked.

Setup

  1. Get a demo key: https://forms.gle/QdfeWAr2G4pc8GxQA
  2. Add the env vars in ~/.openclaw/openclaw.json:
{
  skills: {
    entries: {
      "authensor-gateway": {
        enabled: true,
        env: {
          CONTROL_PLANE_URL: "https://authensor-control-plane.onrender.com",
          AUTHENSOR_API_KEY: "authensor_demo_..."
        }
      }
    }
  }
}

Notes

  • This is a hosted beta. No local database or server is required.
  • Full setup guide: https://github.com/AUTHENSOR/Authensor-for-OpenClaw