Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

autocli-skill

The perfect companion for ClaudeCode/OpenClaw/Agent, Give your AI Agent the ability to reach information across the entire web, fetching real-time data from Bilibili, Zhihu, Twitter/X, YouTube, Weibo, Reddit, Facebook, Instagram, TikTok, Notion, Cursor and 55+ platforms with natural language — reusing your Chrome login session, no API keys needed. Blazing fast Rust binary.

English | 中文 | 日本語


English

What is this?

Have you ever wanted OpenClaw/Claude/AI to:

  • Browse Bilibili trending, search Zhihu, check Weibo hot topics
  • Search YouTube, get Reddit posts, read HackerNews
  • Check stock prices on Yahoo Finance or Xueqiu
  • Post a tweet or search your Twitter timeline
  • Control Cursor, Notion, ChatGPT, Discord desktop apps from CLI
  • Integrate GitHub CLI, Docker, kubectl through a unified interface

...but OpenClaw/Claude/AI has no access to these platforms?

This skill bridges that gap.

It wraps autocli — a blazing fast Rust CLI tool that turns 55+ major platforms into command-line interfaces by reusing your existing Chrome login sessions. No API keys. No re-authentication. Single 4.7MB binary with zero runtime dependencies. Just download and go.

Prerequisites

Before installation, check that you have all of these:

  • Chrome browser open and logged in to your target platforms
  • autocli Chrome Extension installed (for browser commands) — Download from GitHub Releases

Step 1 — Install the autocli CLI tool

See: https://github.com/nashsu/AutoCLI

Step 2 — Install this skill

Method 1: Let Claude/OpenClaw/Any AI agent install for you

Help me install this skill: https://github.com/nashsu/AutoCLI-skill

Method 2: Manual Install

npx skills add https://github.com/nashsu/AutoCLI-skill

That's it! Restart Claude Code to activate the skill.

Supported Platforms (55+)

PlatformModeKey Commands
HackerNewsPublictop new best ask show jobs search user
Dev.toPublictop tag user
LobstersPublichot newest active tag
StackOverflowPublichot search bounties unanswered
WikipediaPublicsearch summary random trending
ArxivPublicsearch paper
BBCPublicnews
Twitter/XBrowsertrending bookmarks profile search timeline post reply like follow article ... (24 cmds)
Bilibili (B站)Browserhot search me favorite history feed subtitle download ... (12 cmds)
RedditBrowserhot frontpage popular search subreddit upvote save comment ... (15 cmds)
Zhihu (知乎)Browserhot search question download
Xiaohongshu (小红書)Browsersearch feed user publish creator-notes ... (11 cmds)
YouTubeBrowsersearch video transcript
Weibo (微博)Browserhot search
Douban (豆瓣)Browsersearch top250 subject movie-hot book-hot ... (7 cmds)
WeRead (微信読書)Browsershelf search book highlights notes ranking ... (7 cmds)
Xueqiu (雪球)Browserfeed hot-stock hot search stock watchlist ... (7 cmds)
BOSS直聘Browsersearch detail recommend greet batchgreet ... (14 cmds)
FacebookBrowserfeed profile search friends groups events ... (10 cmds)
InstagramBrowserexplore profile search follow like comment ... (14 cmds)
TikTokBrowserexplore search profile follow like comment ... (15 cmds)
Jike (即刻)Browserfeed search create like comment repost ... (10 cmds)
GooglePublic/Browsernews search suggest trends
V2EXPublic/Browserhot latest topic node user daily me ... (11 cmds)
BloombergPublic/Browsermain markets economics tech politics ... (10 cmds)
MediumBrowserfeed search user
SubstackBrowserfeed search publication
LinkedInBrowsersearch
Yahoo FinanceBrowserquote
CursorDesktopstatus send read new dump composer model ask ... (12 cmds)
NotionDesktopstatus search read new write sidebar favorites export
ChatGPTDesktopstatus new send read ask
DiscordDesktopstatus send read channels servers search members
CodexDesktopstatus send read new dump model ask ... (11 cmds)
Other 20+ sitesVariousSee autocli --help

Mode legend: Public = No browser needed, calls API directly; Browser = Requires Chrome + extension; Desktop = Requires the desktop app to be running

Usage

Make sure Chrome is open and you're logged in to the target platforms, then talk to Claude naturally:

"Search YouTube for LLM tutorials"
"Get the top 20 stories on HackerNews"
"What's trending on Twitter right now?"
"Search Reddit r/MachineLearning for transformer papers"
"Get BBC news headlines"
"Check AAPL stock price"
"Post a tweet: Just discovered Claude Code skills!"
"What's hot on Bilibili?"
"Search Douban for top-rated movies"
"Check my WeRead highlights"

Claude automatically picks the right autocli command, runs it, and displays results in a clean table with translated titles.

Command Reference

# Bilibili
autocli bilibili hot --limit 10 --format json
autocli bilibili search --keyword "AI"

# Twitter/X
autocli twitter timeline --format json
autocli twitter post --text "Hello from Claude!"
autocli twitter search "claude AI" --limit 10

# YouTube
autocli youtube search --query "LLM tutorial"

# HackerNews
autocli hackernews top --limit 20 --format json

# Reddit
autocli reddit hot --subreddit MachineLearning

# Yahoo Finance
autocli yahoo-finance quote --symbol AAPL

# Douban
autocli douban top250 --format json

Troubleshooting

ProblemFix
autocli: command not foundRe-run the install script; check your PATH
Chrome not being controlledMake sure Chrome is open; verify autocli Chrome extension is loaded
Login state not recognizedIn Chrome, manually log in to the target site first
Browser commands timeoutCheck autocli doctor for diagnostics

Credits

Built on nashsu/AutoCLI — a complete Rust rewrite of opencli, up to 12x faster with 10x less memory.


中文

这是什么?

你有没有遇到过这种情况:

  • 想让 Claude 帮你查 B站热门搜知乎看微博热搜,但 Claude 根本没有这些平台的访问权限
  • 想让 Claude 控制 Cursor、Notion、ChatGPT 等桌面应用
  • 用 Playwright 自动化太麻烦,还要单独处理登录态
  • 各平台 API 要申请资质,普通用户根本用不了

这个 Skill 解决了这个问题。

它把 autocli 封装成 Claude Code 的能力——autocli 是一个用 Rust 重写的极速 CLI 工具,把 55+ 个主流平台变成命令行接口,直接复用你 Chrome 浏览器里已有的登录态。零配置,零 API Key,零运行时依赖。单个 4.7MB 二进制文件,下载即用。

前置条件

安装前,请逐一确认以下条件都已满足:

  • Chrome 浏览器 已打开,并已登录目标网站
  • autocli Chrome 扩展 已安装(浏览器命令需要)— 从 GitHub Releases 下载

安装配置

第一步:安装 autocli CLI 工具

参考:https://github.com/nashsu/AutoCLI

第二步:安装本 Skill

方法一:让 Claude/OpenClaw/任意 AI Agent 帮你安装

帮我安装这个 skill:https://github.com/nashsu/AutoCLI-skill

方法二:手动安装

npx skills add https://github.com/nashsu/AutoCLI-skill

安装完成后重启 Claude Code,Skill 即可生效。

使用方法

确保 Chrome 已打开且已登录目标网站,然后在 Claude Code 中用自然语言说:

查下B站今天的热门
搜知乎上关于AI大模型的讨论
看微博热搜前10条
帮我发一条推文:今天天气真好
查一下茅台的股票行情
搜YouTube上的LLM教程
看豆瓣电影Top250
查看我微信读书的笔记

Claude 会自动调用 autocli 完成操作,结果以表格形式展示,英文标题附带中文翻译。

命令速查

# B站
autocli bilibili hot --limit 10 --format json
autocli bilibili search --keyword "AI"

# Twitter/X
autocli twitter timeline --format json
autocli twitter post --text "Hello from Claude!"
autocli twitter search "claude AI" --limit 10

# 雪球
autocli xueqiu stock --symbol SH600519   # 茅台行情
autocli xueqiu watchlist                  # 我的自选股

# HackerNews
autocli hackernews top --limit 20 --format json

# 豆瓣
autocli douban top250 --format json

# 桌面应用
autocli cursor status
autocli notion search "会议记录"

常见问题

问题解决方法
autocli: command not found重新运行安装脚本,检查 PATH 配置
Chrome 无法被控制确保 Chrome 已打开,且 autocli Chrome 扩展已加载
登录态未识别在 Chrome 中手动登录目标网站后再试
浏览器命令超时运行 autocli doctor 进行诊断

致谢

本 Skill 基于 nashsu/AutoCLI 构建——基于 opencli 的 Rust 完全重写版本,速度提升最高 12 倍,内存减少 10 倍。


日本語

これは何ですか?

こんな経験はありませんか?

  • ClaudeにBilibiliのトレンド確認知乎の検索微博のホットトピック確認をさせたいが、Claudeにはこれらのプラットフォームへのアクセス権限がない
  • ClaudeでCursor、Notion、ChatGPTなどのデスクトップアプリを操作したい
  • Playwrightの自動化は面倒で、ログイン状態の管理も別途必要
  • 各プラットフォームのAPIは申請資格が必要で、一般ユーザーには使えない

このSkillがその問題を解決します。

autocliをClaude Codeの能力として統合します。autocliはRustで完全に書き直された超高速CLIツールで、55以上の主要プラットフォームをコマンドラインインターフェースに変換し、Chromeブラウザの既存のログイン状態をそのまま再利用します。設定不要、APIキー不要、ランタイム依存なし。たった4.7MBのバイナリファイル1つで、ダウンロードしてすぐに使えます。

前提条件

インストール前に、以下の条件を確認してください:

  • Chromeブラウザ が起動済みで、対象サイトにログイン済み
  • autocli Chrome拡張機能 がインストール済み(ブラウザコマンド用)— GitHub Releasesからダウンロード

インストール

ステップ1:autocli CLIツールをインストール

参照:https://github.com/nashsu/AutoCLI

ステップ2:このSkillをインストール

方法1:Claude/OpenClaw/任意のAI Agentにインストールさせる

このskillをインストールしてください:https://github.com/nashsu/AutoCLI-skill

方法2:手動インストール

npx skills add https://github.com/nashsu/AutoCLI-skill

インストール完了後、Claude Codeを再起動するとSkillが有効になります。

対応プラットフォーム(55以上)

プラットフォームモード主なコマンド
HackerNewsPublictop new best ask show jobs search user
Dev.toPublictop tag user
LobstersPublichot newest active tag
StackOverflowPublichot search bounties unanswered
WikipediaPublicsearch summary random trending
ArxivPublicsearch paper
BBCPublicnews
Twitter/XBrowsertrending bookmarks profile search timeline post reply like follow article ... (24コマンド)
Bilibili (B站)Browserhot search me favorite history feed subtitle download ... (12コマンド)
RedditBrowserhot frontpage popular search subreddit upvote save comment ... (15コマンド)
Zhihu (知乎)Browserhot search question download
Xiaohongshu (小紅書)Browsersearch feed user publish creator-notes ... (11コマンド)
YouTubeBrowsersearch video transcript
Weibo (微博)Browserhot search
Douban (豆瓣)Browsersearch top250 subject movie-hot book-hot ... (7コマンド)
WeRead (微信読書)Browsershelf search book highlights notes ranking ... (7コマンド)
Xueqiu (雪球)Browserfeed hot-stock hot search stock watchlist ... (7コマンド)
BOSS直聘Browsersearch detail recommend greet batchgreet ... (14コマンド)
FacebookBrowserfeed profile search friends groups events ... (10コマンド)
InstagramBrowserexplore profile search follow like comment ... (14コマンド)
TikTokBrowserexplore search profile follow like comment ... (15コマンド)
Jike (即刻)Browserfeed search create like comment repost ... (10コマンド)
GooglePublic/Browsernews search suggest trends
V2EXPublic/Browserhot latest topic node user daily me ... (11コマンド)
BloombergPublic/Browsermain markets economics tech politics ... (10コマンド)
MediumBrowserfeed search user
SubstackBrowserfeed search publication
LinkedInBrowsersearch
Yahoo FinanceBrowserquote
CursorDesktopstatus send read new dump composer model ask ... (12コマンド)
NotionDesktopstatus search read new write sidebar favorites export
ChatGPTDesktopstatus new send read ask
DiscordDesktopstatus send read channels servers search members
CodexDesktopstatus send read new dump model ask ... (11コマンド)
その他20以上各種autocli --help を参照

モード説明: Public = ブラウザ不要、APIを直接呼び出し; Browser = Chrome + 拡張機能が必要; Desktop = デスクトップアプリの起動が必要

使い方

Chromeが起動していて対象サイトにログイン済みであることを確認し、Claudeに自然言語で話しかけてください:

「YouTubeでLLMチュートリアルを検索して」
「HackerNewsのトップ20記事を取得して」
「Twitterで今何がトレンドか教えて」
「Reddit r/MachineLearningでtransformerの論文を検索して」
「BBCのニュースヘッドラインを取得して」
「AAPLの株価を確認して」
「ツイートを投稿して:Claude Code skillsを発見した!」
「Bilibiliの人気動画は何?」
「豆瓣で高評価の映画を検索して」
「微信読書のハイライトを確認して」

Claudeが自動的に適切なautocliコマンドを選択・実行し、結果を見やすいテーブル形式で表示します。

コマンドリファレンス

# Bilibili
autocli bilibili hot --limit 10 --format json
autocli bilibili search --keyword "AI"

# Twitter/X
autocli twitter timeline --format json
autocli twitter post --text "Hello from Claude!"
autocli twitter search "claude AI" --limit 10

# YouTube
autocli youtube search --query "LLM tutorial"

# HackerNews
autocli hackernews top --limit 20 --format json

# Reddit
autocli reddit hot --subreddit MachineLearning

# Yahoo Finance
autocli yahoo-finance quote --symbol AAPL

# Douban
autocli douban top250 --format json

# デスクトップアプリ
autocli cursor status
autocli notion search "議事録"

トラブルシューティング

問題解決方法
autocli: command not foundインストールスクリプトを再実行し、PATHを確認
Chromeが制御できないChromeが起動中で、autocli Chrome拡張機能がロードされているか確認
ログイン状態が認識されないChromeで対象サイトに手動ログインしてから再試行
ブラウザコマンドがタイムアウトautocli doctor で診断を実行

クレジット

nashsu/AutoCLI をベースに構築——opencliのRust完全書き直し版で、最大12倍高速、メモリ使用量10分の1。


License

Apache 2.0

关于 About

The perfect companion for ClaudeCode/OpenClaw/Agent, Give your AI Agent the ability to reach information across the entire web, fetching real-time data from Bilibili, Zhihu, Twitter/X, YouTube, Weibo, Reddit, Facebook, Instagram, TikTok, Notion, Cursor and 55+ platforms with natural language — reusing your Chrome login session, no API keys needed.

语言 Languages

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
4
Total Commits
峰值: 2次/周
Less
More

核心贡献者 Contributors