skills$openclaw/Authensor Gateway
authensor3.3k

by authensor

Authensor Gateway – OpenClaw Skill

Authensor Gateway is an OpenClaw Skills integration for data analytics workflows. Fail-safe policy gate for OpenClaw marketplace skills.

3.3k stars839 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameAuthensor Gateway
descriptionFail-safe policy gate for OpenClaw marketplace skills. OpenClaw Skills integration.
ownerauthensor
repositoryauthensor/authensor-gateway
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @authensor/authensor-gateway
last updatedFeb 7, 2026

Maintainer

authensor

authensor

Maintains Authensor Gateway in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
289 B
SKILL.md
1.1 KB
SKILL.md

name: Authensor Gateway version: 0.1.0 description: Fail-safe policy gate for OpenClaw marketplace skills. metadata: openclaw: skillKey: authensor-gateway homepage: https://github.com/AUTHENSOR/Authensor-for-OpenClaw primaryEnv: AUTHENSOR_API_KEY requires: env: - CONTROL_PLANE_URL - AUTHENSOR_API_KEY

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

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install Authensor Gateway?

Run openclaw add @authensor/authensor-gateway in your terminal. This installs Authensor Gateway into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/authensor/authensor-gateway. Review commits and README documentation before installing.