Aegis Shield is a security screening tool designed to prevent prompt injection and data exfiltration by sanitizing untrusted text before it interacts with your AI agent memory or logic.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install aegis-shield
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install aegis-shield using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Aegis Shield serves as a critical security firewall for AI agents, specifically built to handle untrusted input from web fetches, emails, or social media content. It acts as a gatekeeper within the Openclaw Skills ecosystem, ensuring that malicious prompts or exfiltration attempts are neutralized before they can compromise your system.
By implementing a scan-lint-accept-or-quarantine workflow, it provides a safe environment for AI memory updates and tool interactions. This skill is essential for developers who need to process third-party content without exposing their agent's underlying instructions or sensitive internal data to external manipulation.
To begin using this security layer within your Openclaw Skills environment, ensure you have the required scripts available in your local repository.
# Navigate to your agent directory
# Use the bundled script for safe memory operations
node scripts/openclaw-safe-memory-append.js \
--source "web_fetch:https://example.com" \
--tags "ops,security" \
--allowIf medium \
--text "<untrusted content>"
The skill organizes its output and tracking through a structured JSON response and a specific directory hierarchy for safe storage.
| Attribute | Description |
|---|---|
status |
The final state of the operation: accepted or quarantined |
source |
The origin of the untrusted text for traceability |
severity |
The risk level identified during the scanning process |
written_to |
File path where sanitized memory was appended |
quarantine_to |
File path where hostile or suspicious content was isolated |
--allowIf flag to customize security strictness.Loading
A dynamic routing API that identifies the optimal AI model for specific tasks based on performance, cost, and complexity.

An AI agent skill that enables participation in the Clawracle decentralized oracle network on Monad to earn tokens for data resolution.

A comprehensive command-line interface for the StrawPoll API v3 that enables the creation and management of multiple-choice, meeting, and ranking polls.

A comprehensive command-line tool for sending notifications and managing LaMetric TIME/SKY smart displays.

A specialized trust scoring platform that provides autonomous AI agents with a verifiable identity and reputation score to enable secure transactions.

A real-time monitoring tool designed to identify and calculate profitable price discrepancies across decentralized exchanges on multiple blockchains.

A high-performance crypto market tracker for real-time price, volume, and 24h change data.








































