A security-focused HTTP proxy that protects AI agents from data exfiltration, secret leaks, and malicious injections.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pipelock
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 pipelock using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Pipelock acts as a specialized fetch proxy designed to sit between your AI agents and the internet. By implementing a 7-layer scanning pipeline, it ensures that every outbound HTTP request is inspected for vulnerabilities like API key exposure, SSRF attempts, and prompt injection. It is an essential addition to any developer's toolkit within the Openclaw Skills ecosystem for maintaining robust security boundaries when using autonomous coding tools.
This skill provides a critical safety layer by intercepting requests before they reach the public web. It allows developers to define strict policies on what data can leave their local environment, ensuring that sensitive environment variables or high-entropy secrets are never accidentally leaked to external APIs or malicious domains.
To integrate this security layer into your Openclaw Skills workflow, follow these installation steps:
# Install via Homebrew (macOS/Linux)
brew install luckyPipewrench/tap/pipelock
# Or install via Go
go install github.com/luckyPipewrench/pipelock/cmd/pipelock@latest
# Generate a balanced security configuration
pipelock generate config --preset balanced -o pipelock.yaml
# Start the security proxy
pipelock run --config pipelock.yaml
Pipelock utilizes a YAML-based configuration for rules and uses standard HTTP structures for its proxy interface. Data is organized as follows:
| Component | Format | Description |
|---|---|---|
| Configuration | YAML | Stores presets, blocklists, and detection thresholds |
| Proxy Interface | HTTP/REST | Default listener at http://localhost:8888/fetch |
| Integrity Database | Binary/Local | Database for tracking and verifying workspace file hashes |
| Detection Logs | CLI Output/Logs | Audit trail of flagged, stripped, or blocked requests |
Loading
A lightweight, per-workspace SQLite todo manager operated via a dedicated shell script for seamless task tracking.

A high-performance skill that enables AI agents to query the internet for real-time information using the DuckDuckGo API.

Protect your system with an automated command interception and human-in-the-loop approval workflow for AI agent shell operations.

ClawShell is a security-focused tool that intercepts shell commands and requires push notification approval for high-risk operations.

An autonomous bug bounty hunting and vulnerability scanning skill featuring multi-stage LLM analysis and strict scope safety.

An advanced multi-chain wallet analyzer providing USD valuations, ENS resolution, and sophisticated bot detection for EVM networks.








































