Install
openclaw skills install buildlogRecord, export, and share your AI coding sessions as replayable buildlogs
openclaw skills install buildlogRecord your OpenClaw coding sessions and share them on buildlog.ai.
The buildlog skill captures your AI-assisted coding sessions in real-time, creating replayable recordings that can be shared with others. Perfect for:
Add to your OpenClaw configuration:
{
"skills": {
"buildlog": {
"apiKey": "your-api-key",
"autoUpload": false,
"defaultPublic": true,
"includeFileContents": true,
"maxFileSizeKb": 100
}
}
}
| 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 |
The skill emits the following events:
buildlog:started — Recording beganbuildlog:stopped — Recording endedbuildlog:paused — Recording pausedbuildlog:resumed — Recording resumedbuildlog:uploaded — Buildlog uploaded successfullybuildlog:error — An error occurredYou: 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?
You: Export this session as a buildlog
Assistant: Exported 24 exchanges as buildlog.
Title: "Untitled Session"
Ready to upload?