← 返回
开发者工具 Key 中文

buildlog

Record, export, and share your AI coding sessions as replayable buildlogs
记录、导出并分享AI编程会话为可回放的构建日志
espetey
开发者工具 clawhub v1.0.1 1 版本 99825.2 Key: 需要
★ 0
Stars
📥 3,426
下载
💾 10
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 11:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Pura

espetey
将 OpenClaw 代理的 LLM 成本削减 40‑60%。自动模型选择将简单任务路由至低成本供应商,复杂任务路由至高级供应商。前 5,000 次调用免费。
★ 0 📥 444
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,329
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,821