3.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.
Skill Snapshot
| name | Authensor Gateway |
| description | Fail-safe policy gate for OpenClaw marketplace skills. OpenClaw Skills integration. |
| owner | authensor |
| repository | authensor/authensor-gateway |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @authensor/authensor-gateway |
| last updated | Feb 7, 2026 |
Maintainer

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
- Get a demo key: https://forms.gle/QdfeWAr2G4pc8GxQA
- 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
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.
