Documentation and tools for the OpenClaw agent system.
| Section | Description |
|---|---|
| Agent Overview | How the agent team works |
| Agent Roles | Detailed role definitions |
| clawdCombo Status | Current project status |
| Diagrams | Architecture and workflow diagrams |
| Tools | Utility scripts |
| Reports | Dated status reports |
openClaw_Environment/
├── README.md # This file
├── agents/
│ └── AGENTS.md # Agent role definitions
├── docs/
│ ├── agent-system-overview.md # How the team works
│ └── clawdcombo_status.md # Project status
├── diagrams/
│ ├── orchestra_flow.mmd
│ ├── orchestra_flow_with_runners.mmd
│ ├── tmp_diagram.mmd
│ └── agent_workflow_updated.mmd
├── tools/
│ └── ssh_push.py # SSH auto-fix push wrapper
└── reports/
└── 05MAR2026/ # March 2026 status reports
Auto-fixes SSH auth errors before pushing:
python3 tools/ssh_push.py ~/Desktop/gitStuff/openClaw_EnvironmentOpen .mmd files in Mermaid Live Editor or VS Code with Mermaid extension:
- https://mermaid.live/
- VS Code:
Markdown Preview Mermaid Supportextension
- clawdCombo - DeFi strategy executor
Last Updated: March 5, 2026