@todoforai/browser
v0.1.6
Published
CLI client for the TODOforAI browser extension — browser automation via the edge runtime
Readme
@todoforai/browser
CLI client for the TODOforAI browser extension — browser automation via the edge runtime.
Install
This package is automatically installed by the TODOforAI platform when needed — you don't need to install it manually.
If you still want to install it manually:
npm install -g @todoforai/browserUsage
todoforai-browser <command> [options]
todoforai-browser --helpQuick examples
todoforai-browser open https://example.com
todoforai-browser snapshot
todoforai-browser click button#submit
todoforai-browser fill 'input[name="email"]' [email protected]
todoforai-browser screenshot page.png
todoforai-browser eval document.title
todoforai-browser get text .main-content
todoforai-browser tab listRun todoforai-browser --help for the full list of commands, inspection queries, tab management, and options.
How it works
This CLI communicates with the TODOforAI browser extension through the edge runtime. The browser extension runs in your Chrome browser and exposes automation capabilities (navigation, content extraction, tab management, etc.) that this CLI can invoke remotely.
CLI (todoforai-browser) → Edge Runtime → Browser Extension → ChromePrerequisites
You need both the browser extension and an edge running:
- TODOforAI Browser Extension — Chrome Web Store
- TODOforAI Edge — Download Edge App (Windows) · macOS ARM64 · macOS x64 · GitHub
Related
- TODOforAI — AI-powered task management platform
- Edge (source) — Local edge runtime
- Edge App — Desktop app (Windows, macOS, Linux)
License
MIT
