Show HN:WebCLI – 讓 AI 代理能夠瀏覽網站的文字模式瀏覽器
WebCLI 是一款創新的文字模式網頁瀏覽器,能將現代網站轉換為 BBS 風格的數字化選單。這種格式讓 AI 代理,特別是大型語言模型(LLMs),能夠以基於文字的推理方式來瀏覽和互動網頁內容。
Navigation Menu
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
A text-mode web browser that converts websites into BBS-style menus for AI agents.
License
Uh oh!
There was an error while loading. Please reload this page.
andycufari/webcli
Folders and files
Latest commit
History
Repository files navigation
WebCLI 🖥️
WebCLI is a text-mode web browser designed for AI agents.
It converts modern websites into BBS-style, numbered text menus, so LLMs can navigate the web using the same format they already reason in: text.
No screenshots.
No raw HTML dumps.
No brittle selectors.

Why This Exists
Working with browsers + LLMs today is painful.
Most agent setups:
Both approaches are:
I built WebCLI after repeatedly hitting these problems while experimenting with browser-based agents.
This project explores a different idea: what if the browser spoke the same language as the agent?
What It Does
Turns this:
Into this:
This keeps interaction deterministic, readable, and cheap.
Installation
Usage
MCP Server (Claude Desktop / Claude Code)
Add to your config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Restart Claude. Then:
"Go to news.ycombinator.com and tell me the top stories"
CLI
Python
Tools
Element IDs
How It Works
Limitations
Use Cases
Built With
License
MIT © Andy Cufari / CM64.studio
Built in Buenos Aires 🇦🇷
About
A text-mode web browser that converts websites into BBS-style menus for AI agents.
Resources
License
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
Packages
0
Languages
Footer
Footer navigation
相關文章