{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pubblue",
    "name": "Pubblue",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/xmanatee/pubblue",
    "canonicalUrl": "https://clawhub.ai/xmanatee/pubblue",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/pubblue",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pubblue",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "claw.json"
    ],
    "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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/pubblue"
    },
    "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/pubblue",
    "agentPageUrl": "https://openagent3.xyz/skills/pubblue/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pubblue/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pubblue/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": "pubblue",
        "body": "Use this skill when the user asks about publishing, showing, or visualizing agent output on pub.blue."
      },
      {
        "title": "Required CLI Version",
        "body": "Use pubblue CLI 0.6.9+.\n\npubblue --version\nnpm i -g pubblue@latest"
      },
      {
        "title": "Setup",
        "body": "# One-time auth\npubblue configure --api-key pub_KEY\n# or\necho \"pub_KEY\" | pubblue configure --api-key-stdin\n\nKey source: https://pub.blue/dashboard\n\nBy default, config is stored at ~/.openclaw/pubblue/config.json.\nOverride config directory with PUBBLUE_CONFIG_DIR env var (useful in sandboxed environments).\nFor OpenClaw bridge mode, daemon runtime defaults to OPENCLAW_WORKSPACE=~/.openclaw/workspace."
      },
      {
        "title": "Core Commands",
        "body": "pubblue create page.html\npubblue create --slug demo --title \"Demo\" --public page.html\ncat notes.md | pubblue create\n\npubblue get <slug>\npubblue get <slug> --content\n\npubblue update <slug> --file next.html\npubblue update <slug> --title \"New title\" --public\n\npubblue list\npubblue delete <slug>\n\nNotes:\n\nPub is built for agent-driven output sharing and live visualization.\nPubs are private by default.\ncreate supports --public/--private, --title, --slug, --expires.\nupdate supports --file, --title, --public/--private, --slug.\nContent is optional: a pub can be live-only."
      },
      {
        "title": "Going Live",
        "body": "Live is browser-initiated: the user opens the pub page and clicks Go Live; the daemon answers.\n\nStart the agent daemon:\n\npubblue start --agent-name \"<agent-name>\"\n# optional explicit mode:\npubblue start --agent-name \"<agent-name>\" --bridge openclaw\npubblue start --agent-name \"<agent-name>\" --bridge claude-code\n\nCheck runtime status:\n\npubblue status\n\nSend replies:\n\npubblue write \"Hello\"\npubblue write -c canvas -f /tmp/view.html\n\nRead incoming (manual/debug):\n\npubblue read --follow -c chat\npubblue read --all\n\nStop daemon:\n\npubblue stop\n\nValidate end-to-end:\n\npubblue doctor\npubblue doctor --wait-pong --timeout 30\npubblue doctor --skip-chat --skip-canvas\n\nImportant:\n\nwrite waits for delivery confirmation.\nread is consumptive; avoid multiple read --follow consumers on the same channel."
      },
      {
        "title": "Advanced Details (On Demand)",
        "body": "Only when needed:\n\nShow effective saved config: pubblue configure\nInspect runtime and bridge state: pubblue status\nSee command-specific options: pubblue <command> --help"
      }
    ],
    "body": "pubblue\n\nUse this skill when the user asks about publishing, showing, or visualizing agent output on pub.blue.\n\nRequired CLI Version\n\nUse pubblue CLI 0.6.9+.\n\npubblue --version\nnpm i -g pubblue@latest\n\nSetup\n# One-time auth\npubblue configure --api-key pub_KEY\n# or\necho \"pub_KEY\" | pubblue configure --api-key-stdin\n\n\nKey source: https://pub.blue/dashboard\n\nBy default, config is stored at ~/.openclaw/pubblue/config.json. Override config directory with PUBBLUE_CONFIG_DIR env var (useful in sandboxed environments). For OpenClaw bridge mode, daemon runtime defaults to OPENCLAW_WORKSPACE=~/.openclaw/workspace.\n\nCore Commands\npubblue create page.html\npubblue create --slug demo --title \"Demo\" --public page.html\ncat notes.md | pubblue create\n\npubblue get <slug>\npubblue get <slug> --content\n\npubblue update <slug> --file next.html\npubblue update <slug> --title \"New title\" --public\n\npubblue list\npubblue delete <slug>\n\n\nNotes:\n\nPub is built for agent-driven output sharing and live visualization.\nPubs are private by default.\ncreate supports --public/--private, --title, --slug, --expires.\nupdate supports --file, --title, --public/--private, --slug.\nContent is optional: a pub can be live-only.\nGoing Live\n\nLive is browser-initiated: the user opens the pub page and clicks Go Live; the daemon answers.\n\nStart the agent daemon:\npubblue start --agent-name \"<agent-name>\"\n# optional explicit mode:\npubblue start --agent-name \"<agent-name>\" --bridge openclaw\npubblue start --agent-name \"<agent-name>\" --bridge claude-code\n\nCheck runtime status:\npubblue status\n\nSend replies:\npubblue write \"Hello\"\npubblue write -c canvas -f /tmp/view.html\n\nRead incoming (manual/debug):\npubblue read --follow -c chat\npubblue read --all\n\nStop daemon:\npubblue stop\n\nValidate end-to-end:\npubblue doctor\npubblue doctor --wait-pong --timeout 30\npubblue doctor --skip-chat --skip-canvas\n\n\nImportant:\n\nwrite waits for delivery confirmation.\nread is consumptive; avoid multiple read --follow consumers on the same channel.\nAdvanced Details (On Demand)\n\nOnly when needed:\n\nShow effective saved config: pubblue configure\nInspect runtime and bridge state: pubblue status\nSee command-specific options: pubblue <command> --help"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xmanatee/pubblue",
    "publisherUrl": "https://clawhub.ai/xmanatee/pubblue",
    "owner": "xmanatee",
    "version": "5.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pubblue",
    "downloadUrl": "https://openagent3.xyz/downloads/pubblue",
    "agentUrl": "https://openagent3.xyz/skills/pubblue/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pubblue/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pubblue/agent.md"
  }
}