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:

  1. Sign up for a free account at https://agentpulse.dev
  2. Go to Settings and copy the API key (starts with ap_)
  3. 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
  4. 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:

Installs
1
First Seen
Apr 20, 2026
agentpulse from skills.volces.com