← 返回
开发者工具 Key 中文

Pubblue

Publish and visualize output via the pubblue CLI, with live P2P browser sessions.
通过 pubblue CLI 发布并可视化输出,支持实时 P2P 浏览器会话。
xmanatee xmanatee 来源
开发者工具 clawhub v5.1.2 2 版本 99902.1 Key: 需要
★ 0
Stars
📥 1,020
下载
💾 5
安装
2
版本
#latest

概述

pubblue

Use this skill when the user asks about publishing, showing, or visualizing agent output on pub.blue.

Required CLI Version

Use pubblue CLI 0.6.9+.

pubblue --version
npm i -g pubblue@latest

Setup

# One-time auth
pubblue configure --api-key pub_KEY
# or
echo "pub_KEY" | pubblue configure --api-key-stdin

Key source:

By 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.

Core Commands

pubblue create page.html
pubblue create --slug demo --title "Demo" --public page.html
cat notes.md | pubblue create

pubblue get <slug>
pubblue get <slug> --content

pubblue update <slug> --file next.html
pubblue update <slug> --title "New title" --public

pubblue list
pubblue delete <slug>

Notes:

  • Pub is built for agent-driven output sharing and live visualization.
  • Pubs are private by default.
  • create supports --public/--private, --title, --slug, --expires.
  • update supports --file, --title, --public/--private, --slug.
  • Content is optional: a pub can be live-only.

Going Live

Live is browser-initiated: the user opens the pub page and clicks Go Live; the daemon answers.

  1. Start the agent daemon:
  2. pubblue start --agent-name "<agent-name>"
    # optional explicit mode:
    pubblue start --agent-name "<agent-name>" --bridge openclaw
    pubblue start --agent-name "<agent-name>" --bridge claude-code
    
  1. Check runtime status:
  2. pubblue status
    
  1. Send replies:
  2. pubblue write "Hello"
    pubblue write -c canvas -f /tmp/view.html
    
  1. Read incoming (manual/debug):
  2. pubblue read --follow -c chat
    pubblue read --all
    
  1. Stop daemon:
  2. pubblue stop
    
  1. Validate end-to-end:
  2. pubblue doctor
    pubblue doctor --wait-pong --timeout 30
    pubblue doctor --skip-chat --skip-canvas
    

Important:

  • write waits for delivery confirmation.
  • read is consumptive; avoid multiple read --follow consumers on the same channel.

Advanced Details (On Demand)

Only when needed:

  • Show effective saved config: pubblue configure
  • Inspect runtime and bridge state: pubblue status
  • See command-specific options: pubblue --help

版本历史

共 2 个版本

  • v5.1.2 当前
    2026-03-29 10:34 安全 安全
  • v3.4.11
    2026-03-07 01:53

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,590
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 326,453
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,482