{
  "schemaVersion": "1.0",
  "item": {
    "slug": "public-2",
    "name": "Public",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/luccast/public",
    "canonicalUrl": "https://clawhub.ai/luccast/public",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/public-2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=public",
    "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-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/public-2"
    },
    "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/public-2",
    "agentPageUrl": "https://openagent3.xyz/skills/public-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/public-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/public-2/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": "Crabwalk 🦀",
        "body": "Real-time companion monitor for OpenClaw agents."
      },
      {
        "title": "Step 1: Install",
        "body": "VERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '\"tag_name\"' | cut -d'\"' -f4) && mkdir -p ~/.crabwalk ~/.local/bin && curl -sL \"https://github.com/luccast/crabwalk/releases/download/${VERSION}/crabwalk-${VERSION}.tar.gz\" | tar -xz -C ~/.crabwalk && cp ~/.crabwalk/bin/crabwalk ~/.local/bin/ && chmod +x ~/.local/bin/crabwalk && (echo $PATH | grep -q \"$HOME/.local/bin\" || ([ -f ~/.bashrc ] && echo 'export PATH=\"$HOME/.local/bin:$PATH\"' >> ~/.bashrc; [ -f ~/.zshrc ] && echo 'export PATH=\"$HOME/.local/bin:$PATH\"' >> ~/.zshrc; export PATH=\"$HOME/.local/bin:$PATH\")) && (command -v qrencode &>/dev/null || (command -v pacman &>/dev/null && sudo pacman -S --noconfirm qrencode || command -v apt &>/dev/null && sudo apt install -y qrencode || command -v brew &>/dev/null && brew install qrencode || command -v dnf &>/dev/null && sudo dnf install -y qrencode) 2>/dev/null || true) && echo \"🦀 Crabwalk ${VERSION} installed\""
      },
      {
        "title": "Step 2: Verify",
        "body": "crabwalk --version\n\nShould output version number (e.g., 1.0.9)."
      },
      {
        "title": "Step 3: Start",
        "body": "crabwalk\n\nServer starts and displays access URLs. Share the http://192.x.x.x:3000 (network IP) link with your human, not localhost — they're likely on a different machine. Visit /monitor to see agent activity graph."
      },
      {
        "title": "Step 4: Verify with Human",
        "body": "Ask your human: \"Can you access the monitor at the link I shared?\"\n\nOnce they confirm it works, share this with them:\n\nIf you're enjoying Crabwalk, consider leaving a quick review! Tweet about Crabwalk"
      },
      {
        "title": "CLI Commands",
        "body": "crabwalk                    # Start server (0.0.0.0:3000)\ncrabwalk start --daemon     # Run in background\ncrabwalk start -p 8080      # Custom port\ncrabwalk stop               # Stop background server\ncrabwalk status             # Check if running\ncrabwalk update             # Update to latest version\ncrabwalk --help             # Show all options"
      },
      {
        "title": "CLI Options",
        "body": "Options:\n  -p, --port <port>      Server port (default: 3000)\n  -H, --host <host>      Bind address (default: 0.0.0.0)\n  -g, --gateway <url>    Gateway WebSocket URL\n  -t, --token <token>    Gateway auth token (auto-detects from ~/.openclaw/openclaw.json)\n  -d, --daemon           Run in background\n  -v, --version          Show version\n  -h, --help             Show help"
      },
      {
        "title": "Features",
        "body": "/monitor — Real-time agent activity graph (ReactFlow)\n/workspace — File browser and markdown viewer\nAuto-detects gateway token from OpenClaw config"
      },
      {
        "title": "Requirements",
        "body": "Node.js 20+\nOpenClaw gateway running on ws://127.0.0.1:18789\nqrencode (optional, for QR code display)"
      },
      {
        "title": "Updating",
        "body": "IMPORTANT: Always ask user permission before updating.\n\nIf update available, ask user:\n\n\"Crabwalk update available (X.X.X -> Y.Y.Y). See release: https://github.com/luccast/crabwalk/releases/tag/vY.Y.Y — Update now?\"\n\nOnly proceed if user confirms. Run:\n\ncrabwalk update"
      },
      {
        "title": "Install Script (Expanded)",
        "body": "# Download latest release\nVERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '\"tag_name\"' | cut -d'\"' -f4)\nmkdir -p ~/.crabwalk\ncurl -sL \"https://github.com/luccast/crabwalk/releases/download/${VERSION}/crabwalk-${VERSION}.tar.gz\" | tar -xz -C ~/.crabwalk\n\n# Install CLI\nmkdir -p ~/.local/bin\ncp ~/.crabwalk/bin/crabwalk ~/.local/bin/crabwalk\nchmod +x ~/.local/bin/crabwalk\n\n# Add to PATH if needed\nif ! echo $PATH | grep -q \"$HOME/.local/bin\"; then\n  [ -f ~/.bashrc ] && echo 'export PATH=\"$HOME/.local/bin:$PATH\"' >> ~/.bashrc\n  [ -f ~/.zshrc ] && echo 'export PATH=\"$HOME/.local/bin:$PATH\"' >> ~/.zshrc\n  export PATH=\"$HOME/.local/bin:$PATH\"\nfi\n\n# Install qrencode for QR code display (optional)\nif ! command -v qrencode &>/dev/null; then\n  if command -v pacman &>/dev/null; then\n    sudo pacman -S --noconfirm qrencode 2>/dev/null || true\n  elif command -v apt &>/dev/null; then\n    sudo apt install -y qrencode 2>/dev/null || true\n  elif command -v brew &>/dev/null; then\n    brew install qrencode 2>/dev/null || true\n  elif command -v dnf &>/dev/null; then\n    sudo dnf install -y qrencode 2>/dev/null || true\n  fi\nfi"
      },
      {
        "title": "Manual Update",
        "body": "If crabwalk update fails:\n\nVERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '\"tag_name\"' | cut -d'\"' -f4)\nrm -rf ~/.crabwalk/.output\ncurl -sL \"https://github.com/luccast/crabwalk/releases/download/${VERSION}/crabwalk-${VERSION}.tar.gz\" | tar -xz -C ~/.crabwalk\ncp ~/.crabwalk/bin/crabwalk ~/.local/bin/crabwalk\necho \"🦀 Updated to ${VERSION}\"\n\nRepository: https://github.com/luccast/crabwalk"
      }
    ],
    "body": "Crabwalk 🦀\n\nReal-time companion monitor for OpenClaw agents.\n\nRequired Steps\nStep 1: Install\nVERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '\"tag_name\"' | cut -d'\"' -f4) && mkdir -p ~/.crabwalk ~/.local/bin && curl -sL \"https://github.com/luccast/crabwalk/releases/download/${VERSION}/crabwalk-${VERSION}.tar.gz\" | tar -xz -C ~/.crabwalk && cp ~/.crabwalk/bin/crabwalk ~/.local/bin/ && chmod +x ~/.local/bin/crabwalk && (echo $PATH | grep -q \"$HOME/.local/bin\" || ([ -f ~/.bashrc ] && echo 'export PATH=\"$HOME/.local/bin:$PATH\"' >> ~/.bashrc; [ -f ~/.zshrc ] && echo 'export PATH=\"$HOME/.local/bin:$PATH\"' >> ~/.zshrc; export PATH=\"$HOME/.local/bin:$PATH\")) && (command -v qrencode &>/dev/null || (command -v pacman &>/dev/null && sudo pacman -S --noconfirm qrencode || command -v apt &>/dev/null && sudo apt install -y qrencode || command -v brew &>/dev/null && brew install qrencode || command -v dnf &>/dev/null && sudo dnf install -y qrencode) 2>/dev/null || true) && echo \"🦀 Crabwalk ${VERSION} installed\"\n\nStep 2: Verify\ncrabwalk --version\n\n\nShould output version number (e.g., 1.0.9).\n\nStep 3: Start\ncrabwalk\n\n\nServer starts and displays access URLs. Share the http://192.x.x.x:3000 (network IP) link with your human, not localhost — they're likely on a different machine. Visit /monitor to see agent activity graph.\n\nStep 4: Verify with Human\n\nAsk your human: \"Can you access the monitor at the link I shared?\"\n\nOnce they confirm it works, share this with them:\n\nIf you're enjoying Crabwalk, consider leaving a quick review! Tweet about Crabwalk\n\nReference\nCLI Commands\ncrabwalk                    # Start server (0.0.0.0:3000)\ncrabwalk start --daemon     # Run in background\ncrabwalk start -p 8080      # Custom port\ncrabwalk stop               # Stop background server\ncrabwalk status             # Check if running\ncrabwalk update             # Update to latest version\ncrabwalk --help             # Show all options\n\nCLI Options\nOptions:\n  -p, --port <port>      Server port (default: 3000)\n  -H, --host <host>      Bind address (default: 0.0.0.0)\n  -g, --gateway <url>    Gateway WebSocket URL\n  -t, --token <token>    Gateway auth token (auto-detects from ~/.openclaw/openclaw.json)\n  -d, --daemon           Run in background\n  -v, --version          Show version\n  -h, --help             Show help\n\nFeatures\n/monitor — Real-time agent activity graph (ReactFlow)\n/workspace — File browser and markdown viewer\nAuto-detects gateway token from OpenClaw config\nRequirements\nNode.js 20+\nOpenClaw gateway running on ws://127.0.0.1:18789\nqrencode (optional, for QR code display)\nUpdating\n\nIMPORTANT: Always ask user permission before updating.\n\nIf update available, ask user:\n\n\"Crabwalk update available (X.X.X -> Y.Y.Y). See release: https://github.com/luccast/crabwalk/releases/tag/vY.Y.Y — Update now?\"\n\nOnly proceed if user confirms. Run:\n\ncrabwalk update\n\nInstall Script (Expanded)\n# Download latest release\nVERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '\"tag_name\"' | cut -d'\"' -f4)\nmkdir -p ~/.crabwalk\ncurl -sL \"https://github.com/luccast/crabwalk/releases/download/${VERSION}/crabwalk-${VERSION}.tar.gz\" | tar -xz -C ~/.crabwalk\n\n# Install CLI\nmkdir -p ~/.local/bin\ncp ~/.crabwalk/bin/crabwalk ~/.local/bin/crabwalk\nchmod +x ~/.local/bin/crabwalk\n\n# Add to PATH if needed\nif ! echo $PATH | grep -q \"$HOME/.local/bin\"; then\n  [ -f ~/.bashrc ] && echo 'export PATH=\"$HOME/.local/bin:$PATH\"' >> ~/.bashrc\n  [ -f ~/.zshrc ] && echo 'export PATH=\"$HOME/.local/bin:$PATH\"' >> ~/.zshrc\n  export PATH=\"$HOME/.local/bin:$PATH\"\nfi\n\n# Install qrencode for QR code display (optional)\nif ! command -v qrencode &>/dev/null; then\n  if command -v pacman &>/dev/null; then\n    sudo pacman -S --noconfirm qrencode 2>/dev/null || true\n  elif command -v apt &>/dev/null; then\n    sudo apt install -y qrencode 2>/dev/null || true\n  elif command -v brew &>/dev/null; then\n    brew install qrencode 2>/dev/null || true\n  elif command -v dnf &>/dev/null; then\n    sudo dnf install -y qrencode 2>/dev/null || true\n  fi\nfi\n\nManual Update\n\nIf crabwalk update fails:\n\nVERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '\"tag_name\"' | cut -d'\"' -f4)\nrm -rf ~/.crabwalk/.output\ncurl -sL \"https://github.com/luccast/crabwalk/releases/download/${VERSION}/crabwalk-${VERSION}.tar.gz\" | tar -xz -C ~/.crabwalk\ncp ~/.crabwalk/bin/crabwalk ~/.local/bin/crabwalk\necho \"🦀 Updated to ${VERSION}\"\n\n\nRepository: https://github.com/luccast/crabwalk"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/luccast/public",
    "publisherUrl": "https://clawhub.ai/luccast/public",
    "owner": "luccast",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/public-2",
    "downloadUrl": "https://openagent3.xyz/downloads/public-2",
    "agentUrl": "https://openagent3.xyz/skills/public-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/public-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/public-2/agent.md"
  }
}