ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

opencli-social-platforms

Use opencli CLI to control Bilibili, Twitter/X, YouTube, Zhihu, Reddit, HackerNews, and 10+ other platforms via natural language, reusing your Chrome login sessions with no API keys needed.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adisinghstudent/opencli-social-platforms
Or

opencli-skill: Control 16 Social Platforms via CLI

Skill by ara.so — Daily 2026 Skills collection.

opencli is a CLI tool that turns 16 major social/content platforms into command-line interfaces by reusing your existing Chrome browser login sessions. No API keys, no re-authentication — just open Chrome, log in as usual, and your AI agent does the rest.

Prerequisites

Before using opencli, ensure all of these are in place:

  1. Node.js v16+nodejs.org
  2. Chrome browser open and logged in to target platforms
  3. Playwright MCP Bridge Chrome extension — Install from Chrome Web Store
  4. Playwright MCP configured in your AI agent (Claude Code, etc.)
  5. opencli installed globally

Installation

Step 1 — Install opencli

npm install -g @jackwener/opencli

# Verify installation
opencli --version

Step 2 — Install Playwright MCP Bridge in Chrome

  1. Open Chrome → go to the Playwright MCP Bridge extension page
  2. Click "Add to Chrome" and confirm
  3. Verify the extension icon appears in Chrome's toolbar

Step 3 — Configure Playwright MCP in Claude Code

# Add Playwright MCP server (run once)
claude mcp add playwright --scope user -- npx @playwright/mcp@latest

# Verify it was added
claude mcp list
# Should show "playwright" in the list

Step 4 — Install this Skill

npx skills add joeseesun/opencli-skill

Restart Claude Code after installation.

Supported Platforms

PlatformReadSearchWrite
Bilibili (B站)✅ Hot/Ranking/Feed/History✅ Videos/Users
Zhihu (知乎)✅ Hot list✅ Question details
Weibo (微博)✅ Trending✅ Post
Twitter/X✅ Timeline/Trending/Bookmarks✅ Post/Reply/Like
YouTube
Xiaohongshu (小红书)✅ Recommended feed
Reddit✅ Home/Hot
HackerNews✅ Top stories
V2EX✅ Hot/Latest✅ Daily check-in
Xueqiu (雪球)✅ Hot/Stocks/Watchlist
BOSS直聘✅ Jobs
BBC✅ News
Reuters
什么值得买✅ Deals
Yahoo Finance✅ Stock quotes
Ctrip (携程)✅ Attractions/Cities

Key Commands

Bilibili (B站)

# Get hot/trending videos
opencli bilibili hot --limit 10 -f json

# Get video rankings
opencli bilibili ranking -f json

# Get your feed/timeline
opencli bilibili feed -f json

# Get watch history
opencli bilibili history -f json

# Search videos
opencli bilibili search --keyword "AI大模型"

# Search users
opencli bilibili search-user --keyword "技术up主"

Twitter/X

# Get your timeline
opencli twitter timeline -f json

# Get trending topics
opencli twitter trending -f json

Metadata

Stars3809
Views1
Updated2026-04-05
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adisinghstudent-opencli-social-platforms": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.