safe-openclaw
Security-hardened OpenClaw gateway with encrypted credentials and sandboxing
All Skills in This Repository (60)
Pure Emerald Level IndicatorsLobster
Orchestrate multi-step workflows with approval checkpoints and token-based resumes.
Execution Isolation
Enforce filesystem, network, and command policies on AI tool calls via OpenClaw plugin settings.
feishu-perm
List, add, or remove Feishu document and folder collaborators.
feishu-wiki
List, create, move, and rename nodes in Feishu wiki spaces.
feishu-drive
Manage Feishu Drive files and folders via token-based actions.
feishu-doc
Read and write Feishu Docx documents programmatically via structured block actions.
security-shield
Blocks dangerous operations and redacts API keys from AI tool outputs.
acp-router
Route coding-harness requests to ACP runtime or direct acpx flows.
diffs
Generate shareable diffs from before/after code or text changes.
nano-pdf
Edit PDF pages via natural-language instructions through the nano-pdf CLI.
himalaya
Manage terminal email via IMAP/SMTP with TOML configuration.
bear-notes
Manage Bear notes from macOS using the grizzly CLI.
Frequently Asked Questions
FAQPage SchemaHow to install safe-openclaw?▼
Run `npx skills add Yapie0/safe-openclaw --all -g -y` in your terminal to install all skills in this suite globally.
How is safe-openclaw different from openclaw?▼
It adds a mandatory password login gate, SHA-256 password hashing, AES-256-GCM encryption for API keys, secret redaction in messages, and OS-level sandboxing for commands the agent runs.
Does safe-openclaw protect my API keys?▼
Yes. All model API keys are encrypted with AES-256-GCM using a key derived from your password, and outbound messages are scanned to redact any leaked tokens or credentials.
Can it block dangerous commands from the agent?▼
Yes. The built-in Security Shield blocks destructive commands like rm -rf and reverse shells, while Execution Isolation enforces filesystem, network, and command allowlists.
Do I need to change my existing openclaw setup?▼
No. It is a drop-in replacement that keeps your existing config, sessions, and channels while applying all security patches on top.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core