A specialized security skill that enables AI agents to recognize, audit, and mitigate malicious instruction patterns in external skill registries.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install security-awareness-skill
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 security-awareness-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Agent Security Patterns skill is a critical defense mechanism designed for autonomous AI systems that consume and execute third-party code. Based on the Snyk ToxicSkills research, which revealed that 13.4% of public skills contain critical security issues, this skill provides a logic-based framework for agents to identify threats like prompt injection and obfuscated malware. It transitions the agent from a passive command executor into a security-aware reasoning system.
By implementing this skill, developers ensure their agents can detect harmful behaviors such as instruction overrides, hidden external fetches, and unauthorized credential requests. This is essential for anyone building robust environments using Openclaw Skills where trust and safety are paramount.
To integrate security awareness into your agent, include this skill in your agent's active skill directory:
# Clone the security patterns repository
git clone https://github.com/jisokuor/agent-security-patterns.git
# Enable the skill in your local configuration
openclaw install ./agent-security-patterns
| Component | Type | Description |
|---|---|---|
| Pattern Guide | Markdown | Defines 6 common attack vectors used in malicious Openclaw Skills. |
| Decision Framework | Checklist | The 7-question logic check used by the agent for reasoning. |
| Validation Tests | Framework | The Transparency, Purpose, and Permission tests for skill auditing. |
| Response Logic | Templates | Pre-defined communication patterns for alerting users to security risks. |
Loading
A law-firm-grade reasoning engine that transforms CNIPA refusal notices into examiner-ready IRAC briefs and verified evidence chains.

A law-firm-grade CNIPA trademark opposition and invalidation engine that transforms case materials into examiner-ready legal arguments using IRAC and SJ-6 evidence chains.

An on-chain AI labor marketplace on Monad that enables users to create missions and hire autonomous agents for specialized tasks without managing private keys.

An AI-powered agent designed to detect and classify web trend signals for multiple keywords.

A powerful MongoDB interface for AI agents to perform persistent document storage and complex data operations via a simple CLI.

A high-performance local Python engine for generating speech, designing voices, and cloning audio using Qwen3-TTS without external API dependencies.








































