# Send buildlog to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "buildlog",
    "name": "buildlog",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/espetey/buildlog",
    "canonicalUrl": "https://clawhub.ai/espetey/buildlog",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/buildlog",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=buildlog",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "buildlog",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T18:00:16.340Z",
      "expiresAt": "2026-05-18T18:00:16.340Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=buildlog",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=buildlog",
        "contentDisposition": "attachment; filename=\"buildlog-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "buildlog"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/buildlog"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/buildlog",
    "downloadUrl": "https://openagent3.xyz/downloads/buildlog",
    "agentUrl": "https://openagent3.xyz/skills/buildlog/agent",
    "manifestUrl": "https://openagent3.xyz/skills/buildlog/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/buildlog/agent.md"
  }
}
```
## Documentation

### 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

### 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

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

### 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

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: espetey
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T18:00:16.340Z
- Expires at: 2026-05-18T18:00:16.340Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/buildlog)
- [Send to Agent page](https://openagent3.xyz/skills/buildlog/agent)
- [JSON manifest](https://openagent3.xyz/skills/buildlog/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/buildlog/agent.md)
- [Download page](https://openagent3.xyz/downloads/buildlog)