🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

buildlog

by @espetey

Record, export, and share your AI coding sessions as replayable buildlogs

Versionv1.0.1
Installs10
πŸ’‘ Examples

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?

βš™οΈ Configuration

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 |

View on ClawHub
TERMINAL
clawhub install buildlog

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’