{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/buildlog",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=buildlog",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/buildlog",
    "agentPageUrl": "https://openagent3.xyz/skills/buildlog/agent",
    "manifestUrl": "https://openagent3.xyz/skills/buildlog/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/buildlog/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Buildlog Skill",
        "body": "Record your OpenClaw coding sessions and share them on buildlog.ai."
      },
      {
        "title": "Overview",
        "body": "The buildlog skill captures your AI-assisted coding sessions in real-time, creating replayable recordings that can be shared with others. Perfect for:\n\nTutorials: Share how you built something step-by-step\nDocumentation: Create living documentation of complex implementations\nDebugging: Review sessions to understand what went wrong\nLearning: Study how others approach problems"
      },
      {
        "title": "Recording",
        "body": "\"Start a buildlog [title]\" — Begin recording a new session\n\"Stop the buildlog\" — End recording and optionally upload\n\"Pause the buildlog\" — Temporarily pause recording\n\"Resume the buildlog\" — Continue a paused recording"
      },
      {
        "title": "Exporting",
        "body": "\"Export this session as a buildlog\" — Convert current session to buildlog format\n\"Export the last [N] messages\" — Export a portion of the session"
      },
      {
        "title": "Uploading",
        "body": "\"Upload the buildlog\" — Push to buildlog.ai\n\"Share the buildlog\" — Upload and get a shareable link"
      },
      {
        "title": "Annotations",
        "body": "\"Add a note: [text]\" — Add commentary to the current point\n\"Mark this as important\" — Flag the current exchange\n\"Add chapter: [title]\" — Create a chapter marker"
      },
      {
        "title": "Status",
        "body": "\"Buildlog status\" — Check recording state\n\"Show buildlog info\" — Display current recording details"
      },
      {
        "title": "Configuration",
        "body": "Add to your OpenClaw configuration:\n\n{\n  \"skills\": {\n    \"buildlog\": {\n      \"apiKey\": \"your-api-key\",\n      \"autoUpload\": false,\n      \"defaultPublic\": true,\n      \"includeFileContents\": true,\n      \"maxFileSizeKb\": 100\n    }\n  }\n}"
      },
      {
        "title": "Options",
        "body": "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"
      },
      {
        "title": "Events",
        "body": "The skill emits the following events:\n\nbuildlog:started — Recording began\nbuildlog:stopped — Recording ended\nbuildlog:paused — Recording paused\nbuildlog:resumed — Recording resumed\nbuildlog:uploaded — Buildlog uploaded successfully\nbuildlog:error — An error occurred"
      },
      {
        "title": "Basic Recording",
        "body": "You: Start a buildlog \"Building a REST API\"\nAssistant: 🔴 Recording started: \"Building a REST API\"\n\nYou: Create an Express server with TypeScript\nAssistant: [creates files...]\n\nYou: Stop the buildlog\nAssistant: Recording stopped. 12 exchanges captured.\n         Would you like to upload to buildlog.ai?"
      },
      {
        "title": "Retroactive Export",
        "body": "You: Export this session as a buildlog\nAssistant: Exported 24 exchanges as buildlog.\n         Title: \"Untitled Session\"\n         Ready to upload?"
      },
      {
        "title": "Privacy",
        "body": "Buildlogs can be public or private\nAPI keys are never included in exports\nYou control what gets shared\nDelete buildlogs anytime at buildlog.ai"
      }
    ],
    "body": "Buildlog Skill\n\nRecord your OpenClaw coding sessions and share them on buildlog.ai.\n\nOverview\n\nThe buildlog skill captures your AI-assisted coding sessions in real-time, creating replayable recordings that can be shared with others. Perfect for:\n\nTutorials: Share how you built something step-by-step\nDocumentation: Create living documentation of complex implementations\nDebugging: Review sessions to understand what went wrong\nLearning: Study how others approach problems\nCommands\nRecording\n\"Start a buildlog [title]\" — Begin recording a new session\n\"Stop the buildlog\" — End recording and optionally upload\n\"Pause the buildlog\" — Temporarily pause recording\n\"Resume the buildlog\" — Continue a paused recording\nExporting\n\"Export this session as a buildlog\" — Convert current session to buildlog format\n\"Export the last [N] messages\" — Export a portion of the session\nUploading\n\"Upload the buildlog\" — Push to buildlog.ai\n\"Share the buildlog\" — Upload and get a shareable link\nAnnotations\n\"Add a note: [text]\" — Add commentary to the current point\n\"Mark this as important\" — Flag the current exchange\n\"Add chapter: [title]\" — Create a chapter marker\nStatus\n\"Buildlog status\" — Check recording state\n\"Show buildlog info\" — Display current recording details\nConfiguration\n\nAdd to your OpenClaw configuration:\n\n{\n  \"skills\": {\n    \"buildlog\": {\n      \"apiKey\": \"your-api-key\",\n      \"autoUpload\": false,\n      \"defaultPublic\": true,\n      \"includeFileContents\": true,\n      \"maxFileSizeKb\": 100\n    }\n  }\n}\n\nOptions\nOption\tType\tDefault\tDescription\napiKey\tstring\t—\tYour buildlog.ai API key (optional for public uploads)\nautoUpload\tboolean\tfalse\tAutomatically upload when recording stops\ndefaultPublic\tboolean\ttrue\tMake buildlogs public by default\nincludeFileContents\tboolean\ttrue\tInclude file content snapshots\nmaxFileSizeKb\tnumber\t100\tMaximum file size to include\nEvents\n\nThe skill emits the following events:\n\nbuildlog:started — Recording began\nbuildlog:stopped — Recording ended\nbuildlog:paused — Recording paused\nbuildlog:resumed — Recording resumed\nbuildlog:uploaded — Buildlog uploaded successfully\nbuildlog:error — An error occurred\nExamples\nBasic Recording\nYou: Start a buildlog \"Building a REST API\"\nAssistant: 🔴 Recording started: \"Building a REST API\"\n\nYou: Create an Express server with TypeScript\nAssistant: [creates files...]\n\nYou: Stop the buildlog\nAssistant: Recording stopped. 12 exchanges captured.\n         Would you like to upload to buildlog.ai?\n\nRetroactive Export\nYou: Export this session as a buildlog\nAssistant: Exported 24 exchanges as buildlog.\n         Title: \"Untitled Session\"\n         Ready to upload?\n\nPrivacy\nBuildlogs can be public or private\nAPI keys are never included in exports\nYou control what gets shared\nDelete buildlogs anytime at buildlog.ai"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/espetey/buildlog",
    "publisherUrl": "https://clawhub.ai/espetey/buildlog",
    "owner": "espetey",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}