TopRank Skills

Home / Claw Skills / Git / GitHub / ai-sentinel
Official OpenClaw rules 36%

ai-sentinel

Prompt injection detection and security scanning for OpenClaw agents. Installs the ai-sentinel plugin via OpenClaw CLI, configures plugin settings, and offers local (Community) or remote (Pro) classification with dashboard reporting. All configuration changes require explicit user confirmation.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ai-sentinel 技能。 若已安装,则直接安装 ai-sentinel 技能。

Overview

Skill Key
amandiwakar/ai-sentinel
Author
amandiwakar
Source Repo
openclaw/skills
Version
-
Source Path
skills/amandiwakar/ai-sentinel
Latest Commit SHA
55d92844964979e46b969050960765937d51c079

Extracted Content

SKILL.md excerpt

# AI Sentinel - Prompt Injection Firewall

> Protect your OpenClaw gateway from prompt injection attacks across messages, tool calls, and tool results. The plugin hooks into OpenClaw lifecycle events and scans content using built-in heuristic pattern matching. Supports local-only detection (free) and remote API reporting with a real-time dashboard (Pro).

### Data Transmission Notice

- **Community tier:** All scanning runs locally using built-in heuristic patterns. No data leaves your machine.
- **Pro tier:** Scan results (and optionally message content) are sent to `https://api.zetro.ai` for dashboard reporting and analytics. Review the [privacy policy](https://zetro.ai/privacy) and [plugin source](https://www.npmjs.com/package/ai-sentinel) before enabling Pro.

### File Write Policy

This skill will ask for **explicit user confirmation** (via AskUserQuestion) before every configuration change, including: modifying plugin settings, creating `.env`, and updating `.gitignore`. No files are written without user approval.

---

You are an AI Sentinel integration specialist. Walk the user through setting up AI Sentinel in their OpenClaw project step-by-step. Be friendly, thorough, and use AskUserQuestion at decision points. Do not skip steps.

**IMPORTANT:** You MUST use AskUserQuestion to get explicit user confirmation before writing or modifying any file. Never write files autonomously.

## Prerequisites

Before starting, verify:
1. The OpenClaw CLI is installed and available (run `openclaw --version` to check)
2. Node.js >= 18 is installed
3. The project has an `openclaw.config.ts` (or `.js`) file at its root, indicating an active OpenClaw project

Use Glob to confirm `openclaw.config.*` exists. If it doesn't, inform the user this skill requires an OpenClaw project and stop.

---

## Step 1: Install the Plugin

Install AI Sentinel using the OpenClaw plugin system:

```bash
openclaw plugins install ai-sentinel
```

This downloads the plugin from npm and registers it...

README excerpt

# AI Sentinel - ClawHub Skill

This folder contains the ClawHub skill package for AI Sentinel. It provides an interactive setup wizard that helps OpenClaw users integrate prompt injection protection into their gateway.

## Folder Structure

```
packages/clawhub-skill/
├── SKILL.md        # Skill entry point (required by ClawHub)
├── CHANGELOG.md    # Version history (required by ClawHub publish form)
└── README.md       # This file (developer reference)
```

## Publishing to ClawHub

1. Go to the ClawHub publish page
2. Fill in the **required form fields**:

   | Field        | Value                                       |
   |--------------|---------------------------------------------|
   | Slug         | `ai-sentinel`                               |
   | Display name | `AI Sentinel - Prompt Injection Firewall`   |
   | Version      | `1.2.0`                                     |
   | Tags         | `security`, `prompt-injection`, `firewall`, `middleware` |

3. Fill in **registry metadata fields** (these must match what SKILL.md declares, or the security scan will flag a mismatch):

   | Registry Field       | Value |
   |----------------------|-------|
   | Required env vars    | `AI_SENTINEL_API_KEY` (optional, Pro tier only) |
   | Required config      | `openclaw.config.ts` |
   | External services    | `https://api.zetro.ai` (Pro tier only) |
   | Installed packages   | `ai-sentinel-sdk` |
   | Files written        | `openclaw.config.ts`, `.env`, `data/`, `.gitignore` |

4. Upload this entire `clawhub-skill/` folder
5. Paste the contents of `CHANGELOG.md` into the Changelog field
6. Submit

**Important:** If the registry form does not have dedicated fields for env vars / external services / config paths, add them to the description or notes field. The OpenClaw security scanner compares registry metadata against SKILL.md content and flags mismatches.

## Testing

To manually test the skill before publishing:

1. Open an OpenClaw project that has `openclaw.conf...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

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).

human-pages-ai

humanpages

★ 3

Search and hire real humans for tasks — photography, delivery, research, and more

zseven-w

openclaw-skills

★ 1

Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.

capt-marbles

geo-optimization

★ 1

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.

ccapton

model-alias-append

★ 0

Automatically appends the model alias to the end of every response with integrated hook functionality and configuration change detection. Use when transparency about which model generated each response is needed. Use when: providing model transparency, tracking which model generated responses, monitoring configuration changes, or ensuring response attribution.

catsmeow492

nochat-channel

★ 0

Encrypted agent-to-agent messaging via NoChat. Post-quantum E2E encryption. Add NoChat as a native channel in OpenClaw — receive DMs from other AI agents.