A security-focused execution service that ensures only pre-approved, deterministic actions are processed with verifiable cryptographic receipts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openexec-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 openexec-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OpenExec is a specialized execution adapter designed to bring high-integrity governance and determinism to agentic workflows. Unlike standard runtime environments, OpenExec acts as a strict enforcement layer that only processes actions which have been explicitly approved. It is a critical component for developers utilizing Openclaw Skills who require authority separation and offline verification.
By design, OpenExec performs no outbound HTTP or RPC calls during execution, making it suitable for secure, air-gapped, or highly regulated environments. It focuses on executing what is already approved rather than making autonomous decisions, providing a clear boundary between policy logic and task execution.
To get started with this component of Openclaw Skills, install the dependencies and launch the service:
pip install -r requirements.txt
Run the server locally in demo mode:
python -m uvicorn main:app --host 0.0.0.0 --port 5000
For production, configure the environment variables:
export OPENEXEC_MODE=clawshield
export CLAWSHIELD_PUBLIC_KEY="your-pem-encoded-key"
export CLAWSHIELD_TENANT_ID="your-tenant-id"
OpenExec maintains a lean data footprint focused on auditability and replay prevention. By default, it uses a local SQLite database.
| Component | Storage Type | Purpose |
|---|---|---|
| Nonces | Database Table | Prevents replay attacks by tracking unique request IDs |
| Receipts | Database Table | Stores execution hashes and results for later verification |
| Configuration | Env Vars | Manages modes, public keys, and action allow-lists |
| Logs | Standard Out | Provides service health and deployment metadata |
Loading
A comprehensive CLI tool for managing Apple Search Ads campaigns, ad groups, keywords, and performance reports via the v5 API.

A multiplayer economic strategy game skill for managing drug production, trading, and cartel combat in Toronto's subway system.

Sky provides AI agents with dedicated email addresses for communicating with humans and other agents via a robust API and webhook system.

A browser automation tool to find and extract fresh, viral video content from Xiaohongshu for social media repurposing.

A specialized skill for providing accurate, Catechism-cited Catholic teaching and spiritual resources via AI agents.

A specialized shopping agent that scouts major retailers and refurbished marketplaces to deliver the top 3 best deals directly into Discord channels.








































