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.
npx agentmods add instructions/hyperb1iss/hyperdroid-skill/agents-mdgit clone --depth 1 https://github.com/hyperb1iss/hyperdroid-skillWhat 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.
| Model | Per session | Once 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 |
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.
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
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.
- yesterday First seen · 110 lines · 811 tokens per session scan A 81105e95571c
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.
Other instructions, from other repositories
cindy AGENTS.md
Instructions for makecindy/cindy, covering cindy 客户端仓:agent 工作入口, 仓库边界, 规则组织, 当前规则索引 and 通用工作流程.
Xcode-Build-Optimization-Agent-Skill AGENTS.md
Instructions for AvdLee/Xcode-Build-Optimization-Agent-Skill, covering agent guidance, layout, skills, rules and handoff between skills.
Xcode-Build-Optimization-Agent-Skill copilot-instructions.md
Instructions for AvdLee/Xcode-Build-Optimization-Agent-Skill, covering repository mission, agent skill requirements, behavior constraints, build optimization focus areas and common issues to flag.
AppClaw CLAUDE.md
Instructions for appclawhq/AppClaw, covering claude.md, what is appclaw?, build & run commands, architecture and entry point & cli modes (src/index.ts).
zafiro CLAUDE.md
Instructions for niki914/zafiro, covering agent rules, 项目定位, 术语(你在对话中会用到这些词), 进程与 ipc 骨架 and engineering principles.
agentxx AGENTS.md
Instructions for coolight7/agentxx, covering agentxx, 兼容性, 设计 & 建议, 代码结构 and 运行所有测试模块,遇到错误也不终止继续运行.