A lightweight security utility designed to detect and block malicious commands or prompt injections within AI agent data streams.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install input-validator
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 input-validator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Input Validator is a specialized security component for AI coding agents, providing a robust layer of protection against malicious inputs. By analyzing text from web pages, uploaded files, and API responses, it identifies dangerous patterns like system-level commands, unauthorized downloads, or unauthorized system access without disrupting the normal developer experience.
As a core part of the Openclaw Skills ecosystem, this tool ensures that automated workflows remain safe from both external threats and internal prompt injection attempts. It is designed to be gentle and non-intrusive, only flagging content that poses a genuine risk while maintaining high-speed performance for real-time applications.
To get started with this component in the Openclaw Skills environment, ensure Python 3 is available on your system. You can run the validator directly from the command line:
# Validate a simple string
python3 scripts/input-validator.py "Check this content for safety"
# Validate a specific local file
python3 scripts/input-validator.py --file dangerous-script.txt
The skill returns a standardized JSON object that can be easily parsed by other agents or scripts.
| Field | Type | Description |
|---|---|---|
| safe | Boolean | Final safety determination (False if dangerous patterns exist). |
| warnings | Array | List of suspicious patterns detected, such as jailbreak attempts. |
| dangerous | Array | List of critical security threats detected, such as 'rm -rf' commands. |
Loading
A fully autonomous skill for managing GitHub repositories, pushing code, and handling releases without user intervention.

A lightweight performance optimization framework for AI agents based on trajectory analysis and reward feedback.

A specialized utility for extracting specific video segments and audio clips from YouTube using precise timestamp ranges.

A sophisticated skill enabling AI agents to autonomously provision, configure, and replicate themselves on the Aleph Cloud decentralized network.

An automated quantitative analysis engine that generates multi-indicator trading signals for global equity and cryptocurrency markets.

A technical analysis tool for real-time monitoring of Hong Kong stocks, US stocks, and cryptocurrencies using Yahoo Finance.








































