OpenOri has a full suite of computer control tools. It can see your screen, interact with any application, and automate visual workflows — like a human sitting at your desk.Documentation Index
Fetch the complete documentation index at: https://docs.openori.dev/llms.txt
Use this file to discover all available pages before exploring further.
What OpenOri can do
| Action | Example | How it works |
|---|---|---|
| Screenshot | ”What’s on my screen?” | Captures your display and describes the content |
| Click | ”Click the Submit button” | Clicks at specific screen coordinates |
| Type | ”Type my email address into the form” | Types text into the focused input field |
| Scroll | ”Scroll down on this page” | Scrolls the active window up or down |
| Press keys | ”Press ⌘C to copy” | Sends keyboard shortcuts with modifiers |
| Move mouse | ”Hover over that menu item” | Moves the cursor to trigger tooltips or menus |
| Get active window | ”What app am I using?” | Returns the app name, window title, and position |
Example workflow
Here’s a real example of OpenOri automating a multi-step visual task:Screen context
OpenOri automatically detects what you’re working with:- Active browser tab — URL detection across 9 browsers (Chrome, Arc, Safari, Firefox, Edge, Brave, Opera, Vivaldi, Chromium)
- Active editor file — File path detection across 7 editors (VS Code, Cursor, Zed, Sublime, Xcode, IntelliJ, Vim/Neovim)
When to use computer use
Computer use is powerful for tasks that involve:- Filling forms — “Fill in the registration form with my info”
- Navigating apps — “Open Slack and check the #engineering channel”
- Visual verification — “Take a screenshot and check if the deploy succeeded”
- UI testing — “Click through the onboarding flow and note any issues”
- Data entry — “Copy these values from the spreadsheet into the form”