Authensor Gateway

Fail-safe policy gate for OpenClaw marketplace skills. Use when this capability is needed.

tomevault-io Updated

File contents

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


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/demerzels-lab--elsamultiskillagent--authensor-gateway commit f1b3884750

Frequently asked questions

npx skillmds@latest add tomevault-io/authensor-gateway