| name | evolve-skill |
| description | Digital Life System for OpenClaw. Use when checking health, balance, or evolution status. |
Evolve-Skill Integration
The evolve-skill is a Digital Life System that monitors agent health, balance, and evolution.
API Endpoints
Access at http://evolve-skill:8000:
| Tool | Command |
|---|
| Status | curl -s http://evolve-skill:8000/api/status |
| Health | curl -s http://evolve-skill:8000/api/health |
| Assets | curl -s http://evolve-skill:8000/api/assets |
| Transactions | curl -s http://evolve-skill:8000/api/assets/transactions |
| Ancestry | curl -s http://evolve-skill:8000/api/ancestry |
Usage
When user asks about:
- Health status: Check
/api/status for health_score and status
- Balance: Check
/api/assets for current balance
- Evolution: Check
/api/ancestry for generational history
- Transactions: Check
/api/assets/transactions for spending history
Example response:
{"generation":1,"balance":99.5,"health_score":1.0,"status":"healthy"}