Zixian Yang
Community@denni281
omnibot connects intelligent agents to real Chromium browsers for page reading, operation, navigation, and debugging via a local daemon and extension.
Agent Skills by Zixian Yang
Showing 1 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About Zixian Yang
FAQPage SchemaWhat tasks can I perform using omnibot?▼
omnibot lets agents read, inspect, operate, navigate, debug, and verify browser state in a real Chromium browser. It bridges the omnibot v2 daemon and a Chromium extension so agents can interact with live pages rather than simulated environments.
Who is omnibot designed for?▼
omnibot targets developers building agents that need real browser infrastructure. It suits engineers who require page reading, interaction, navigation, and state verification inside an actual Chromium instance instead of headless mocks.
How do I set up and run omnibot?▼
Install the omnibot v2 daemon and connect the omnibot Chromium extension to 127.0.0.1:18765. Once the daemon and extension are linked, agents invoke browser operations through the omnibot command interface with Bash access.
Is omnibot free and open source?▼
Yes. omnibot is released under the MIT license, permitting free use, modification, and distribution in personal and commercial projects without licensing fees.
What are omnibot's prerequisites and dependencies?▼
omnibot requires the omnibot v2 daemon, the omnibot Chromium extension connected to 127.0.0.1:18765, a real Chromium browser, and Bash as the permitted execution environment. No other runtimes are specified.