iota-sidequest
Installation
SKILL.md
Iota Sidequest
Use this skill when the user wants to do something inside an Android app through ADB.
Setup
Before the first run: {baseDir}/scripts/setup_runtime.sh. Ensure a device is visible in adb devices.
API key — set one of:
| Provider | Env var | Default model |
|---|---|---|
| Gemini (default) | GEMINI_API_KEY |
gemini-3.1-pro-preview |
| OpenAI | OPENAI_API_KEY |
gpt-5.2 |
If only OPENAI_API_KEY is set, the runtime auto-switches to OpenAI. To force a provider when both keys exist, set PHONE_AGENT_PROVIDER=openai (or gemini).