Tools (Concept)
Tools let the agent perform actions (browse, run commands, fetch web content, automate workflows). The key is to keep boundaries explicit so “can do” never silently becomes “did do”.
In OpenClaw, three layers matter:
- Sandboxing (where code runs; host vs container isolation)
- Tool policy (what tools are allowed/denied)
- Approvals (who must confirm side effects)
This separation makes security posture understandable and debuggable.
Next steps: