buildlog
by @espetey
Record, export, and share your AI coding sessions as replayable buildlogs
Basic Recording
You: Start a buildlog "Building a REST API"
Assistant: π΄ Recording started: "Building a REST API"You: Create an Express server with TypeScript
Assistant: [creates files...]
You: Stop the buildlog
Assistant: Recording stopped. 12 exchanges captured.
Would you like to upload to buildlog.ai?
Retroactive Export
You: Export this session as a buildlog
Assistant: Exported 24 exchanges as buildlog.
Title: "Untitled Session"
Ready to upload?
Add to your OpenClaw configuration:
{
"skills": {
"buildlog": {
"apiKey": "your-api-key",
"autoUpload": false,
"defaultPublic": true,
"includeFileContents": true,
"maxFileSizeKb": 100
}
}
}
Options
| Option | Type | Default | Description |
|--------|------|---------|-------------|
| apiKey | string | β | Your buildlog.ai API key (optional for public uploads) |
| autoUpload | boolean | false | Automatically upload when recording stops |
| defaultPublic | boolean | true | Make buildlogs public by default |
| includeFileContents | boolean | true | Include file content snapshots |
| maxFileSizeKb | number | 100 | Maximum file size to include |
clawhub install buildlog