返回顶部
b

buildlog

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
2,713
下载量
0
收藏
概述
安装方式
版本历史

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: ```json { "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 | ## 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 buildlog-1776372273 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 buildlog-1776372273 技能

通过命令行安装

skillhub install buildlog-1776372273

下载 Zip 包

⬇ 下载 buildlog v1.0.1

文件大小: 1.99 KB | 发布时间: 2026-4-17 16:03

v1.0.1 最新 2026-4-17 16:03
Version 1.0.1

- No file changes detected in this release.
- Documentation and functionality remain unchanged from version 1.0.0.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部