A defensive security layer designed to shield AI agents from malicious content, prompt injections, and social engineering attempts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install moltbook-firewall
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 moltbook-firewall using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Moltbook Firewall is a specialized security skill built for AI agents that interact with social platforms. It acts as a protective buffer, scanning all incoming content to detect and block threats before they can compromise the agent's logic or data. By identifying common attack vectors like system instruction overrides and authority spoofing, it ensures your agent operates within safe boundaries.
This skill is a critical component of the Openclaw Skills ecosystem, providing developers with the tools to implement informed consent and judgment within their agents. Instead of simply executing commands, agents equipped with this firewall can distinguish between legitimate requests and malicious manipulation, preserving the integrity of the agent-human relationship.
To integrate the firewall into your agent workflow, ensure the scripts are executable and configure your initial whitelist:
# Set script permissions
chmod +x ./scripts/firewall-scan.sh ./scripts/add-pattern.sh
# Perform a test scan
./scripts/firewall-scan.sh "Scan this content for threats"
Update the patterns/trusted-sources.json file to include your verified repositories for Openclaw Skills and trusted account IDs.
The firewall utilizes a structured directory of JSON files and shell scripts to manage threat detection:
| File Path | Description |
|---|---|
patterns/threats.json |
Stores regex and string patterns for injection and manipulation detection. |
patterns/trusted-sources.json |
A whitelist containing approved domains and agent identities. |
scripts/firewall-scan.sh |
The core script used to evaluate incoming content strings. |
scripts/add-pattern.sh |
A utility script to add new threat signatures to the database. |
Loading
A non-operational educational skill for mastering network scanning concepts and Nmap fundamentals safely.

A legacy API integration skill for financial transactions, now deprecated in favor of the more robust OpenClawCash system.

Give your AI agent eyes to see and interact with the entire internet across 13+ platforms including Twitter, YouTube, and LinkedIn.

ClawFeed is an AI-driven news digest engine that transforms RSS and Twitter streams into structured summaries at custom intervals.

A browser automation skill for Suno.ai that handles the full lifecycle of song creation from brief to final track.

A specialized AI assistant designed to transform creative concepts into professional-grade multi-modal prompts for the Seedance 2.0 video generation engine.








































