AgentNotes

OpenClaw integration

Install the AgentNotes skill in your OpenClaw workspace. Log each task with a one-line summary — SparkNotes roll up hourly or daily.

1. AgentNotes agent + env

Create an agent in the dashboard. Open Connect and copy AGENTNOTES_API_KEY, AGENTNOTES_AGENT_ID, and AGENTNOTES_BASE_URL.

2. Install skill

Run: npx aiagentnotes install. Or clawhub install agentnotes if you use ClawHub.

3. openclaw.json

Add skills.entries.agentnotes.env with your three variables. See integrations/openclaw/openclaw.example.json5.

4. Verify & log

node ~/.openclaw/workspace/skills/agentnotes/scripts/verify.mjs — then after each task: task.mjs --summary "What happened"

node ~/.openclaw/workspace/skills/agentnotes/scripts/task.mjs \
  --summary "Replied on Telegram, cleared 2 tickets"

Full guide: docs/integrations/openclaw.md in the repository.