Control Android device via Orb Eye accessibility service. Use when user wants to interact with Android phone UI - open apps, click elements, type text, swipe, check notifications, or view screen content. HTTP API at localhost:7333.
Control Android device through Orb Eye accessibility service.
Check if service is running:
curl http://localhost:7333/ping
| Endpoint | Method | Description |
|----------|--------|-------------|
| /ping | GET | Health check |
| /screen | GET | List all UI elements |
| /tree | GET | Full accessibility tree |
| /info | GET | Current app package & activity |
| /notify | GET | Buffered notifications |
| /wait | GET | Block until UI changes |
| Endpoint | Method | Description |
|----------|--------|-------------|
| /click | POST | Click by text |
| /tap | POST | Tap at coordinates (x, y) |
| /swipe | POST | Swipe gesture |
| /longpress | POST | Long press at coordinates |
| /setText | POST | Type text into focused field |
| /back | POST | Press back button |
| /home | POST | Press home button |
./scripts/orb-eye.sh click "Telegram"
./scripts/orb-eye.sh tap 540 1200
./scripts/orb-eye.sh text "Hello World"
./scripts/orb-eye.sh screen
./scripts/orb-eye.sh back
Use scripts/orb-eye.sh for common operations. See references/api.md for full API documentation.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer