{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bnbot",
    "name": "BNBOT",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/jackleeio/bnbot",
    "canonicalUrl": "https://clawhub.ai/jackleeio/bnbot",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bnbot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bnbot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/bnbot"
    },
    "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/bnbot",
    "agentPageUrl": "https://openagent3.xyz/skills/bnbot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bnbot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bnbot/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "BNBot - Control Twitter/X via AI",
        "body": "BNBot operates through a real browser session via Chrome Extension. 29 CLI tools for posting, engagement, scraping, content fetching, and articles.\n\nChrome Extension: Install\nnpm: bnbot-cli"
      },
      {
        "title": "First-time setup (run once after install)",
        "body": "After bnbot-cli is installed, start the WebSocket daemon:\n\nnohup bnbot serve > /tmp/bnbot.log 2>&1 &\nsleep 1\nlsof -i :18900 -P 2>/dev/null | grep LISTEN\n\nConfirm port 18900 is LISTEN before proceeding."
      },
      {
        "title": "Before using any bnbot tool",
        "body": "Check if the daemon is still running:\n\nlsof -i :18900 -P 2>/dev/null | grep LISTEN\n\nIf empty, restart it:\n\nnohup bnbot serve > /tmp/bnbot.log 2>&1 &"
      },
      {
        "title": "How to use tools",
        "body": "All tools are executed via the bnbot CLI:\n\nbnbot get-extension-status\nbnbot post-tweet --text \"Hello world!\"\nbnbot scrape-timeline --limit 10\n\nOutput is JSON.\n\nAuto-thread for multiple images: When post-tweet receives more than 4 images (Twitter's limit), it automatically splits into a thread — first tweet gets the text + first 4 images, subsequent tweets get remaining images in batches of 4. You don't need to manually use post-thread for this.\n\nWhen scraping content from Xiaohongshu or other platforms with many images (e.g. 10), just pass all images to post-tweet and it handles the splitting automatically."
      },
      {
        "title": "If extension is not connected",
        "body": "If bnbot get-extension-status shows connected: false, tell the user:\n\nChrome Extension is not connected. Please:\n\nInstall extension: https://chromewebstore.google.com/detail/bnbot-your-ai-growth-agen/haammgigdkckogcgnbkigfleejpaiiln\nOpen https://x.com in Chrome\nOpen BNBot sidebar → Settings → turn on MCP"
      },
      {
        "title": "Status",
        "body": "bnbot get-extension-status — Check if extension is connected\nbnbot get-current-page-info — Get current Twitter/X page info"
      },
      {
        "title": "Navigation",
        "body": "bnbot navigate-to-tweet --tweetUrl <url>\nbnbot navigate-to-search --query \"...\" [--sort ...]\nbnbot navigate-to-bookmarks\nbnbot navigate-to-notifications\nbnbot navigate-to-following\nbnbot return-to-timeline"
      },
      {
        "title": "Posting",
        "body": "bnbot post-tweet --text \"...\"\nbnbot post-thread --tweets '[{\"text\":\"...\"},{\"text\":\"...\"}]'\nbnbot submit-reply --text \"...\" [--tweetUrl <url>]\nbnbot quote-tweet --tweetUrl <url> --text \"...\""
      },
      {
        "title": "Engagement",
        "body": "bnbot like-tweet [--tweetUrl <url>]\nbnbot retweet [--tweetUrl <url>]\nbnbot follow-user --username <handle>"
      },
      {
        "title": "Scraping",
        "body": "bnbot scrape-timeline --limit <n> --scrollAttempts <n>\nbnbot scrape-bookmarks --limit <n>\nbnbot scrape-search-results --query \"...\" --limit <n>\nbnbot scrape-current-view\nbnbot scrape-thread --tweetUrl <url>\nbnbot account-analytics --startDate YYYY-MM-DD --endDate YYYY-MM-DD"
      },
      {
        "title": "Content Fetching",
        "body": "bnbot fetch-wechat-article --url <url>\nbnbot fetch-tiktok-video --url <url>\nbnbot fetch-xiaohongshu-note --url <url>"
      },
      {
        "title": "Articles",
        "body": "bnbot open-article-editor\nbnbot fill-article-title --title \"...\"\nbnbot fill-article-body --content \"...\" [--format markdown]\nbnbot upload-article-header-image --headerImage <path>\nbnbot publish-article [--publish true]\nbnbot create-article --title \"...\" --content \"...\" [--format markdown]"
      },
      {
        "title": "Jobs",
        "body": "bnbot search-jobs [--type boost] [--limit 10]"
      }
    ],
    "body": "BNBot - Control Twitter/X via AI\n\nBNBot operates through a real browser session via Chrome Extension. 29 CLI tools for posting, engagement, scraping, content fetching, and articles.\n\nChrome Extension: Install\nnpm: bnbot-cli\nFirst-time setup (run once after install)\n\nAfter bnbot-cli is installed, start the WebSocket daemon:\n\nnohup bnbot serve > /tmp/bnbot.log 2>&1 &\nsleep 1\nlsof -i :18900 -P 2>/dev/null | grep LISTEN\n\n\nConfirm port 18900 is LISTEN before proceeding.\n\nBefore using any bnbot tool\n\nCheck if the daemon is still running:\n\nlsof -i :18900 -P 2>/dev/null | grep LISTEN\n\n\nIf empty, restart it:\n\nnohup bnbot serve > /tmp/bnbot.log 2>&1 &\n\nHow to use tools\n\nAll tools are executed via the bnbot CLI:\n\nbnbot get-extension-status\nbnbot post-tweet --text \"Hello world!\"\nbnbot scrape-timeline --limit 10\n\n\nOutput is JSON.\n\nAuto-thread for multiple images: When post-tweet receives more than 4 images (Twitter's limit), it automatically splits into a thread — first tweet gets the text + first 4 images, subsequent tweets get remaining images in batches of 4. You don't need to manually use post-thread for this.\n\nWhen scraping content from Xiaohongshu or other platforms with many images (e.g. 10), just pass all images to post-tweet and it handles the splitting automatically.\n\nIf extension is not connected\n\nIf bnbot get-extension-status shows connected: false, tell the user:\n\nChrome Extension is not connected. Please:\n\nInstall extension: https://chromewebstore.google.com/detail/bnbot-your-ai-growth-agen/haammgigdkckogcgnbkigfleejpaiiln\nOpen https://x.com in Chrome\nOpen BNBot sidebar → Settings → turn on MCP\nAvailable CLI commands\nStatus\nbnbot get-extension-status — Check if extension is connected\nbnbot get-current-page-info — Get current Twitter/X page info\nNavigation\nbnbot navigate-to-tweet --tweetUrl <url>\nbnbot navigate-to-search --query \"...\" [--sort ...]\nbnbot navigate-to-bookmarks\nbnbot navigate-to-notifications\nbnbot navigate-to-following\nbnbot return-to-timeline\nPosting\nbnbot post-tweet --text \"...\"\nbnbot post-thread --tweets '[{\"text\":\"...\"},{\"text\":\"...\"}]'\nbnbot submit-reply --text \"...\" [--tweetUrl <url>]\nbnbot quote-tweet --tweetUrl <url> --text \"...\"\nEngagement\nbnbot like-tweet [--tweetUrl <url>]\nbnbot retweet [--tweetUrl <url>]\nbnbot follow-user --username <handle>\nScraping\nbnbot scrape-timeline --limit <n> --scrollAttempts <n>\nbnbot scrape-bookmarks --limit <n>\nbnbot scrape-search-results --query \"...\" --limit <n>\nbnbot scrape-current-view\nbnbot scrape-thread --tweetUrl <url>\nbnbot account-analytics --startDate YYYY-MM-DD --endDate YYYY-MM-DD\nContent Fetching\nbnbot fetch-wechat-article --url <url>\nbnbot fetch-tiktok-video --url <url>\nbnbot fetch-xiaohongshu-note --url <url>\nArticles\nbnbot open-article-editor\nbnbot fill-article-title --title \"...\"\nbnbot fill-article-body --content \"...\" [--format markdown]\nbnbot upload-article-header-image --headerImage <path>\nbnbot publish-article [--publish true]\nbnbot create-article --title \"...\" --content \"...\" [--format markdown]\nJobs\nbnbot search-jobs [--type boost] [--limit 10]"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jackleeio/bnbot",
    "publisherUrl": "https://clawhub.ai/jackleeio/bnbot",
    "owner": "jackleeio",
    "version": "1.4.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bnbot",
    "downloadUrl": "https://openagent3.xyz/downloads/bnbot",
    "agentUrl": "https://openagent3.xyz/skills/bnbot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bnbot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bnbot/agent.md"
  }
}