authensor-gateway

Verified·Scanned 2/17/2026

This skill is a gateway that adds policy checks and receipts for OpenClaw marketplace actions and includes setup instructions to write AUTHENSOR_API_KEY and CONTROL_PLANE_URL into ~/.openclaw/openclaw.json. It references https://authensor-control-plane.onrender.com for a hosted control plane; no other security-relevant behaviors are present.

from clawhub.ai·v0.1.0·1.1 KB·0 installs
Scanned from 0.1.0 at d1cc0ce · Transparency log ↗
$ vett add clawhub.ai/authensor/authensor-gateway

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