agentpulse
Installation
SKILL.md
AgentPulse — LLM Cost Tracking for OpenClaw
Track every LLM API call your agent makes. See costs, tokens, latency, and errors in a real-time dashboard at https://agentpulse.dev
Setup
If the user hasn't set up AgentPulse yet, guide them through these steps:
- Sign up for a free account at https://agentpulse.dev
- Go to Settings and copy the API key (starts with ap_)
- Set the environment variable on the machine running OpenClaw: export AGENTPULSE_API_KEY="ap_paste_key_here" Or add it to the OpenClaw config in ~/.openclaw/openclaw.json under skills.entries.agentpulse.env.AGENTPULSE_API_KEY
- Restart the OpenClaw session so the skill loads with the new key
Reporting Events
After every LLM API call you make, report it to AgentPulse by running: