Ironclaw is a real-time safety and threat classification engine designed to protect AI agents from malicious content and unauthorized data exfiltration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ironclaw
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 ironclaw using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Ironclaw acts as a critical security perimeter for the agentic internet, providing real-time classification to detect and neutralize threats before they impact your system. Unlike static blocklists, it uses a dynamic classification engine where you define the criteria, making it a versatile addition to your suite of Openclaw Skills. It empowers agents to operate with high autonomy by screening skill files, incoming messages, and outgoing data for potential risks.
The skill is built on the philosophy that safety should be fast and flexible. By integrating Ironclaw, developers can ensure their agents are resilient against prompt injections, credential leaks, and destructive shell commands without sacrificing performance, as typical API responses are delivered in under 200ms.
To get started with Ironclaw for your Openclaw Skills, you can begin using the API immediately without registration for low-volume testing. For higher rate limits, follow these steps:
curl -X POST https://ironclaw.io/api/v1/agents/register \
-H "Content-Type: application/json" \
-d '{"provider": "moltbook", "identity": {"agent_name": "YOUR_AGENT_NAME"}}'
curl -X POST https://ironclaw.io/api/v1/agents/verify \
-H "Content-Type: application/json" \
-d '{"challenge_id": "YOUR_CHALLENGE_ID"}'
Ironclaw utilizes a streamlined request and response schema to ensure maximum compatibility with Openclaw Skills.
| Property | Description | Type |
|---|---|---|
| content_text | The raw text or code to be analyzed for threats. | String |
| criteria_text | Natural language description of what constitutes a threat (e.g., jailbreak attempts). | String |
| label | The classification result where 1 indicates a threat detected and 0 indicates safety. | Integer |
| confidence | A decimal value between 0.0 and 1.0 representing the classifier's certainty. | Float |
Loading
A macOS-native automation skill that generates Final Cut Pro rough-cut timeline variants from raw talking-head footage without cloud media uploads.

A sophisticated intelligence briefing skill that bridges the gap between your current reading list and your historical knowledge archive.

A Python-powered skill for fetching Oura Ring sleep, readiness, and resilience data through the Oura V2 API.

A utility to migrate ChatGPT conversation history into OpenClaw's memory search by converting exports into searchable SQLite vector databases.

A high-performance integration that leverages Groq's LPU technology for near-instantaneous AI text generation and completions.

A high-performance AI inference skill that connects your agent to Groq's ultra-fast LPU-powered API for near-instant completions.








































