hyperdroid-skill AGENTS.md

An instruction file for installing and using Hyperdroid skills with several coding assistants, including Codex, Cursor, Copilot, and Gemini.

In plain words
What is it for?
Use it to install Hyperdroid for one or more supported assistants and see the included skills. Those skills cover tasks such as Android debugging, device control, and app building.
Why use it?
It explains which assistants are supported and how to install the skill set, so developers do not have to work out the commands or available skills themselves.

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/hyperb1iss/hyperdroid-skill/agents-md
Clone the repo
git clone --depth 1 https://github.com/hyperb1iss/hyperdroid-skill

Made for: Codex, OpenCode.

Per session 811 This file is loaded in full into every session.
When invoked 811 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.00811 $0.00811
Opus 5 $0.00405 $0.00405
Sonnet 5 $0.00162 $0.00162
Haiku 4.5 $0.00081 $0.00081

Measured yesterday against content hash 81105e95571c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

hyperdroid-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 yesterday.

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 · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Compatibility

Compatible with the skills.sh open agent ecosystem.

Installation

Vercel Skills (npx)

# Install for all supported agents
npx skills add hyperb1iss/hyperdroid-skill

# Install for specific agent
npx skills add hyperb1iss/hyperdroid-skill -a cursor
npx skills add hyperb1iss/hyperdroid-skill -a copilot
npx skills add hyperb1iss/hyperdroid-skill -a codex
npx skills add hyperb1iss/hyperdroid-skill -a gemini

# List available skills
npx skills add hyperb1iss/hyperdroid-skill --list

Claude Code Plugin

# Add the marketplace
/plugin marketplace add hyperb1iss/hyperdroid-skill

# Install the plugin
/plugin install hyperdroid

Supported Agents

  • claude-code — Anthropic's Claude Code CLI
  • cursor — Cursor AI editor
  • copilot — GitHub Copilot
  • codex — OpenAI Codex CLI
  • gemini — Google Gemini CLI
  • amp — Amp agent
  • opencode — Opencode agent
  • antigravity — Antigravity agent

Skills Provided

Skill Description
android Device mastery via ADB — debugging, shell, app management, UI automation
android-fastboot Fastboot, partition flashing, bootloader unlocking, recovery, root
android-build Gradle CLI, SDK tools, AOSP build system, kernels, device trees
lineageos Custom ROM development — breakfast/brunch, repopick, Gerrit workflow

Agent Registry

Device Interaction (hyperdroid:android)

  • hyperdroid:crash-analyzer — Autonomous crash investigation: collects logs, tombstones, ANR traces, provides root cause diagnosis

Directory Structure

skills/
├── android/
│   ├── SKILL.md              # Device mastery — ADB, debugging, system inspection
│   └── references/
│       └── deep-dive.md      # Advanced ADB techniques
├── android-fastboot/
│   ├── SKILL.md              # Fastboot, flashing, recovery, root
│   └── references/
│       └── partitions.md     # Partition layouts & A/B mechanics
├── android-build/
│   ├── SKILL.md              # Gradle CLI, SDK tools, AOSP builds
│   └── references/
│       ├── aosp.md           # AOSP build system deep dive
│       └── lineageos.md      # LineageOS build specifics
└── lineageos/
    ├── SKILL.md              # Custom ROM development workflow
    └── references/
        └── gerrit-workflow.md  # Gerrit contribution process

Read the full file on GitHub · 110 lines

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. yesterday First seen · 110 lines · 811 tokens per session scan A 81105e95571c

Subscribe to this mod's changes

hyperdroid-skill AGENTS.md is an instructions file published in the GitHub repository hyperb1iss/hyperdroid-skill (34 stars, last pushed 7mo ago), licensed MIT. It adds 811 tokens to every session, about $0.0041 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.