How Much Can You Build in a Couple of Hours?

How Much Can You Build in a Couple of Hours?
Matthias LübkenMatthias LübkenArticle
5 min read

Last Saturday, I participated in the AI Tinkerers OpenClaw hackathon in Cologne with just an idea. No code, no prototype, nothing but inspiration from other tools.

The problem: As OpenClaw adoption grows, I'm getting more support requests. But debugging agent behavior is hard when you can't see the context, the markdown files that define an agent's capabilities, memory, and state.

The solution: I built https://clawdump.org/ 🦞

Inspired by heapdumps in traditional debugging, clawdump is a simple tool that lets OpenClaw users share their agent's context with a single command. It packages all relevant markdown files, uploads them as a secret GitHub Gist, and renders them beautifully at a shareable URL.

Tell your agent: "Create a new clawdump" → Get a URL → Share it for debugging

That's it. I hope its useful for others. It sure is for me.

Please share and leave a star in Github if you like it.

#OpenClaw #AIAgents #Hackathon #DeveloperTools #OpenSource #AITinkerers


Originally published on LinkedIn