← All skills
Tencent SkillHub · Communication & Collaboration

BNBOT

Control Twitter/X via BNBOT Chrome Extension - scrape tweets, post, reply, navigate, and analyze accounts.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Control Twitter/X via BNBOT Chrome Extension - scrape tweets, post, reply, navigate, and analyze accounts.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.4.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

BNBot - Control Twitter/X via AI

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

First-time setup (run once after install)

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.

Before using any bnbot tool

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 &

How to use tools

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 extension is not connected

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

Status

bnbot get-extension-status — Check if extension is connected bnbot get-current-page-info — Get current Twitter/X page info

Navigation

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

Posting

bnbot post-tweet --text "..." bnbot post-thread --tweets '[{"text":"..."},{"text":"..."}]' bnbot submit-reply --text "..." [--tweetUrl <url>] bnbot quote-tweet --tweetUrl <url> --text "..."

Engagement

bnbot like-tweet [--tweetUrl <url>] bnbot retweet [--tweetUrl <url>] bnbot follow-user --username <handle>

Scraping

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

Content Fetching

bnbot fetch-wechat-article --url <url> bnbot fetch-tiktok-video --url <url> bnbot fetch-xiaohongshu-note --url <url>

Articles

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]

Jobs

bnbot search-jobs [--type boost] [--limit 10]

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs