Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Control Twitter/X via BNBOT Chrome Extension - scrape tweets, post, reply, navigate, and analyze accounts.
Control Twitter/X via BNBOT Chrome Extension - scrape tweets, post, reply, navigate, and analyze accounts.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
BNBot operates through a real browser session via Chrome Extension. 29 CLI tools for posting, engagement, scraping, content fetching, and articles. Chrome Extension: Install npm: bnbot-cli
After bnbot-cli is installed, start the WebSocket daemon: nohup bnbot serve > /tmp/bnbot.log 2>&1 & sleep 1 lsof -i :18900 -P 2>/dev/null | grep LISTEN Confirm port 18900 is LISTEN before proceeding.
Check if the daemon is still running: lsof -i :18900 -P 2>/dev/null | grep LISTEN If empty, restart it: nohup bnbot serve > /tmp/bnbot.log 2>&1 &
All tools are executed via the bnbot CLI: bnbot get-extension-status bnbot post-tweet --text "Hello world!" bnbot scrape-timeline --limit 10 Output is JSON. Auto-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. When 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.
If bnbot get-extension-status shows connected: false, tell the user: Chrome Extension is not connected. Please: Install extension: https://chromewebstore.google.com/detail/bnbot-your-ai-growth-agen/haammgigdkckogcgnbkigfleejpaiiln Open https://x.com in Chrome Open BNBot sidebar → Settings → turn on MCP
bnbot get-extension-status — Check if extension is connected bnbot get-current-page-info — Get current Twitter/X page info
bnbot navigate-to-tweet --tweetUrl <url> bnbot navigate-to-search --query "..." [--sort ...] bnbot navigate-to-bookmarks bnbot navigate-to-notifications bnbot navigate-to-following bnbot return-to-timeline
bnbot post-tweet --text "..." bnbot post-thread --tweets '[{"text":"..."},{"text":"..."}]' bnbot submit-reply --text "..." [--tweetUrl <url>] bnbot quote-tweet --tweetUrl <url> --text "..."
bnbot like-tweet [--tweetUrl <url>] bnbot retweet [--tweetUrl <url>] bnbot follow-user --username <handle>
bnbot scrape-timeline --limit <n> --scrollAttempts <n> bnbot scrape-bookmarks --limit <n> bnbot scrape-search-results --query "..." --limit <n> bnbot scrape-current-view bnbot scrape-thread --tweetUrl <url> bnbot account-analytics --startDate YYYY-MM-DD --endDate YYYY-MM-DD
bnbot fetch-wechat-article --url <url> bnbot fetch-tiktok-video --url <url> bnbot fetch-xiaohongshu-note --url <url>
bnbot open-article-editor bnbot fill-article-title --title "..." bnbot fill-article-body --content "..." [--format markdown] bnbot upload-article-header-image --headerImage <path> bnbot publish-article [--publish true] bnbot create-article --title "..." --content "..." [--format markdown]
bnbot search-jobs [--type boost] [--limit 10]
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.