android-adb-skill AGENTS.md

android-adb-skill AGENTS.md is an instructions file for Codex, OpenCode from amit-nayar/android-adb-skill. It costs 302 tokens per session, scanned A, original, MIT.

A command workflow for controlling and inspecting Android devices through Android Debug Bridge, a tool for sending commands from a computer to a device. It covers actions such as screenshots, taps, navigation, scrolling, testing, and debugging.

In plain words
What is it for?
Use it to install apps, inspect the Android interface, perform UI actions, run test flows, capture screenshots, and manage connected devices.
Why use it?
It provides consistent device commands and checks the screen after interactions, reducing guesswork during Android automation.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/amit-nayar/android-adb-skill/agents-md
Clone the repo
git clone --depth 1 https://github.com/amit-nayar/android-adb-skill

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for android-adb-skill AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/amit-nayar/android-adb-skill/agents-md.svg)](https://agentmods.dev/instructions/amit-nayar/android-adb-skill/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/amit-nayar/android-adb-skill/agents-md"><img src="https://agentmods.dev/badge/instructions/amit-nayar/android-adb-skill/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 302 This file is loaded in full into every session.
When invoked 302 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00302 $0.00302
Opus 5 $0.00151 $0.00151
Sonnet 5 $0.00060 $0.00060
Haiku 4.5 $0.00030 $0.00030

Measured 5d ago against content hash 87832a35b32f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

android-adb-skill AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 31 lines

What it actually says

Android Automation

Use the local command layer first:

./tools/android ...

Read docs/command-contract.md for the supported commands and output conventions. Read the relevant skills/*/SKILL.md file for task-specific workflow guidance.

Default Behavior

  • Prefer ./tools/android ... --json over raw adb.
  • If multiple devices are connected, pass --device <id> or stop and ask the user to choose.
  • Verify state after each interaction with ui dump, wait element, or screenshot.
  • Use raw adb only when the command layer does not support the required operation.

Skill Entry Points

  • skills/android/SKILL.md — General orchestration
  • skills/android-screenshot/SKILL.md — Screenshots
  • skills/android-ui/SKILL.md — UI inspection
  • skills/android-tap/SKILL.md — Element tapping
  • skills/android-navigate/SKILL.md — Navigation
  • skills/android-scroll/SKILL.md — Scrolling
  • skills/android-gesture/SKILL.md — Gestures
  • skills/android-test/SKILL.md — Test flows
  • skills/android-debug/SKILL.md — Debugging
  • skills/android-install/SKILL.md — APK installation
  • skills/android-device/SKILL.md — Device management
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 31 lines · 302 tokens per session scan A 87832a35b32f

Subscribe to this mod's changes

android-adb-skill AGENTS.md is an instructions file published in the GitHub repository amit-nayar/android-adb-skill (23 stars, last pushed 5mo ago), licensed MIT. It adds 302 tokens to every session, about $0.0015 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.