buildlog

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "buildlog" with this command: npx skills add espetey/buildlog

Buildlog Skill

Record your OpenClaw coding sessions and share them on buildlog.ai.

Overview

The buildlog skill captures your AI-assisted coding sessions in real-time, creating replayable recordings that can be shared with others. Perfect for:

  • Tutorials: Share how you built something step-by-step
  • Documentation: Create living documentation of complex implementations
  • Debugging: Review sessions to understand what went wrong
  • Learning: Study how others approach problems

Commands

Recording

  • "Start a buildlog [title]" — Begin recording a new session
  • "Stop the buildlog" — End recording and optionally upload
  • "Pause the buildlog" — Temporarily pause recording
  • "Resume the buildlog" — Continue a paused recording

Exporting

  • "Export this session as a buildlog" — Convert current session to buildlog format
  • "Export the last [N] messages" — Export a portion of the session

Uploading

  • "Upload the buildlog" — Push to buildlog.ai
  • "Share the buildlog" — Upload and get a shareable link

Annotations

  • "Add a note: [text]" — Add commentary to the current point
  • "Mark this as important" — Flag the current exchange
  • "Add chapter: [title]" — Create a chapter marker

Status

  • "Buildlog status" — Check recording state
  • "Show buildlog info" — Display current recording details

Configuration

Add to your OpenClaw configuration:

{
  "skills": {
    "buildlog": {
      "apiKey": "your-api-key",
      "autoUpload": false,
      "defaultPublic": true,
      "includeFileContents": true,
      "maxFileSizeKb": 100
    }
  }
}

Options

OptionTypeDefaultDescription
apiKeystringYour buildlog.ai API key (optional for public uploads)
autoUploadbooleanfalseAutomatically upload when recording stops
defaultPublicbooleantrueMake buildlogs public by default
includeFileContentsbooleantrueInclude file content snapshots
maxFileSizeKbnumber100Maximum file size to include

Events

The skill emits the following events:

  • buildlog:started — Recording began
  • buildlog:stopped — Recording ended
  • buildlog:paused — Recording paused
  • buildlog:resumed — Recording resumed
  • buildlog:uploaded — Buildlog uploaded successfully
  • buildlog:error — An error occurred

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?

Privacy

  • Buildlogs can be public or private
  • API keys are never included in exports
  • You control what gets shared
  • Delete buildlogs anytime at buildlog.ai

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ai Competitor Analyzer

提供AI驱动的竞争对手分析,支持批量自动处理,提升企业和专业团队分析效率与专业度。

Registry SourceRecently Updated
General

Ai Data Visualization

提供自动化AI分析与多格式批量处理,显著提升数据可视化效率,节省成本,适用企业和个人用户。

Registry SourceRecently Updated
General

Ai Cost Optimizer

提供基于预算和任务需求的AI模型成本优化方案,计算节省并指导OpenClaw配置与模型切换策略。

Registry SourceRecently Updated