openclaw
Installation
SKILL.md
OpenClaw Expert Skill
Security-First Principle
Every configuration action MUST pass a security review before recommending it.
For each setting change, evaluate:
- Blast radius — If this setting is exploited, what can an attacker reach?
- Credential exposure — Are secrets stored safely? Permissions correct?
- Network surface — Is the gateway exposed beyond what's necessary?
- Prompt injection risk — Can untrusted message content manipulate the agent?
- Supply chain risk — Are installed skills/plugins from trusted sources?
When recommending configuration, always present the secure baseline first, then explain trade-offs of relaxing it.