Fail-safe policy gate for OpenClaw marketplace skills.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill authensor-gateway --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Authensor Gateway?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-authensor-gateway)More formats (shields.io, HTML) on the badges page.
---
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`:
```json5
{
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration
基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。
ClickHouse数据库模式、查询优化、分析和数据工程最佳实践,适用于高性能分析工作负载。
Spring Boot中的JPA/Hibernate实体设计、关系、查询优化、事务、审计、索引、分页和连接池模式。
Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).