Overview
- Skill Key
- authensor/authensor-gateway
- Author
- authensor
- Source Repo
- openclaw/skills
- Version
- 0.7.0
- Source Path
- skills/authensor/authensor-gateway
- Latest Commit SHA
- 58510480a523176a7afbda2f8661be41223c1588
Fail-safe policy gate for OpenClaw marketplace skills. Intercepts tool calls before execution and checks them against your Authensor policy. Low-risk actions run automatically. High-risk actions require your approval. Dangerous actions are blocked. Only action metadata is sent to the control plane — never your files, API keys, or conversation content.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Authensor Gateway 技能。 若已安装,则直接安装 Authensor Gateway 技能。
# Authensor Gateway A lightweight policy gate that checks every OpenClaw tool call against your Authensor policy before it executes. - **Low-risk actions** (read files, search, grep) — run automatically - **High-risk actions** (write files, run commands, network requests) — require your approval - **Dangerous actions** (delete, overwrite, access secrets) — blocked by default Source code: https://github.com/AUTHENSOR/Authensor-for-OpenClaw ## When to Use This Install Authensor Gateway if you: - **Run marketplace skills you didn't write.** Third-party skills can execute Bash, write files, and make network requests. [ClawHavoc](https://snyk.io/blog/clawhavoc) found 341 malicious skills on ClawHub — Authensor gates every tool call before it runs. - **Want approval before destructive actions.** Instead of blanket-allowing or blanket-denying, you choose which actions need your sign-off. - **Need an audit trail.** Every action (allowed, denied, or pending) is logged with a receipt ID and timestamp. - **Work in regulated environments.** Authensor provides evidence of human-in-the-loop oversight for compliance. You do **not** need Authensor if you only use built-in OpenClaw tools with no marketplace skills, or if you already run in a fully locked-down Docker sandbox with no network access. ## What Gets Caught (Examples) Here's what Authensor does with real-world tool calls: | Tool call | Action type | Default policy | Why | |-----------|------------|----------------|-----| | `Read /src/app.js` | `safe.read` | **Allow** | Reading source code is safe | | `Grep "TODO" .` | `safe.read` | **Allow** | Searching files is safe | | `Read ~/.ssh/id_rsa` | `secrets.access` | **Deny** | Sensitive path detected | | `Read .env` | `secrets.access` | **Deny** | Sensitive path detected | | `Write /src/config.js` | `filesystem.write` | **Require approval** | Writing files needs your OK | | `Bash "npm install lodash"` | `code.exec` | **Require approval** | Installing packages needs y...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.