Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Record, export, and share your AI coding sessions as replayable buildlogs
Record, export, and share your AI coding sessions as replayable buildlogs
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Record 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: 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
"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
"Export this session as a buildlog" — Convert current session to buildlog format "Export the last [N] messages" — Export a portion of the session
"Upload the buildlog" — Push to buildlog.ai "Share the buildlog" — Upload and get a shareable link
"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
"Buildlog status" — Check recording state "Show buildlog info" — Display current recording details
Add to your OpenClaw configuration: { "skills": { "buildlog": { "apiKey": "your-api-key", "autoUpload": false, "defaultPublic": true, "includeFileContents": true, "maxFileSizeKb": 100 } } }
OptionTypeDefaultDescriptionapiKeystring—Your buildlog.ai API key (optional for public uploads)autoUploadbooleanfalseAutomatically upload when recording stopsdefaultPublicbooleantrueMake buildlogs public by defaultincludeFileContentsbooleantrueInclude file content snapshotsmaxFileSizeKbnumber100Maximum file size to include
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
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?
You: Export this session as a buildlog Assistant: Exported 24 exchanges as buildlog. Title: "Untitled Session" Ready to upload?
Buildlogs can be public or private API keys are never included in exports You control what gets shared Delete buildlogs anytime at buildlog.ai
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.