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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adisinghstudent/opencli-social-platformsopencli-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:
- Node.js v16+ — nodejs.org
- Chrome browser open and logged in to target platforms
- Playwright MCP Bridge Chrome extension — Install from Chrome Web Store
- Playwright MCP configured in your AI agent (Claude Code, etc.)
- 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
- Open Chrome → go to the Playwright MCP Bridge extension page
- Click "Add to Chrome" and confirm
- 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
| Platform | Read | Search | Write |
|---|---|---|---|
| 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 | ✅ | — |
| ✅ 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adisinghstudent-opencli-social-platforms": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Oh My Openagent Omo
Skill by adisinghstudent
Planning With Files Manus Workflow
Skill by adisinghstudent
mirofish-offline-simulation
Fully local multi-agent swarm intelligence simulation engine using Neo4j + Ollama for public opinion, market sentiment, and social dynamics prediction.
ghostling-libghostty-terminal
Build minimal terminal emulators using the libghostty-vt C API with Raylib for windowing and rendering
Obra Superpowers Agentic Workflow
Skill by adisinghstudent