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 skills/jaichangpark/workshop-harness/android-workshop-buildernpx skills add JAICHANGPARK/workshop-harness --skill android-workshop-buildergit clone --depth 1 https://github.com/JAICHANGPARK/workshop-harnessWrote 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.
[](https://agentmods.dev/skills/jaichangpark/workshop-harness/android-workshop-builder)<a href="https://agentmods.dev/skills/jaichangpark/workshop-harness/android-workshop-builder"><img src="https://agentmods.dev/badge/skills/jaichangpark/workshop-harness/android-workshop-builder.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00080 | $0.02516 |
| Opus 5 | $0.00040 | $0.01258 |
| Sonnet 5 | $0.00016 | $0.00503 |
| Haiku 4.5 | $0.00008 | $0.00252 |
Grade D, and why
android-workshop-builder scanned grade D with 3 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 3d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
| **Linux (Ubuntu/Fedora)** | Android Studio / `android` CLI + KVM Acceleration | Missing `/dev/kvm` user permissions | Run `sudo usermod -aG kvm $USER` and reboot | Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
| **macOS Apple Silicon (`arm64`)** | `curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh \| bash` | Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| **macOS Apple Silicon (`arm64`)** | `curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh \| bash` | How it starts
The opening of the file, as written. The whole thing — 227 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Android Hands-on Workshop Builder Skill
Purpose
Automates the creation of end-to-end technical hands-on workshops focused on Android Generative AI applications. Enforces modern Android development best practices including Jetpack Compose (Material 3), Gradle Kotlin DSL (build.gradle.kts), reactive state management with ViewModel and StateFlow, the unified Google GenAI Kotlin Android SDK (com.google.genai), and Google's official android CLI & Android Agent Skills.
Pre-Flight Web Research Protocol: Before generating Android workshop curriculum or code, verify the latest SDK versions for
com.google.genai:google-genai-kotlin-android(modern unified SDK, avoiding legacycom.google.ai.client.generativeai) and confirmandroidCLI commands viaandroid docsor official developer documentation.
🛠️ Google Android CLI & Skills Ecosystem Integration
Android hands-on workshops should actively utilize Google's android CLI and Android Agent Skills to streamline environment verification, headless emulator management, project scaffolding, and AI-assisted debugging:
1. android CLI Toolchain by OS
| Operating System & Architecture | Official One-Line Installation Command |
|---|---|
macOS Apple Silicon (arm64) |
curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh | bash |
macOS Intel (x86_64) |
curl -fsSL https://dl.google.com/android/cli/latest/darwin_x86_64/install.sh | bash |
Linux (x86_64) |
curl -fsSL https://dl.google.com/android/cli/latest/linux_x86_64/install.sh | bash |
Windows (x86_64) |
curl -fsSL https://dl.google.com/android/cli/latest/windows_x86_64/install.cmd -o "%TEMP%\i.cmd" && "%TEMP%\i.cmd" |
2. Essential android CLI Workflow for Workshops
# 1. Initialize Android CLI environment & agent skills for project
android init
# 2. Install all official Google Android Agent Skills
android skills add --all
# 3. Verify connected devices & SDK configuration
android info
# 4. Manage Android Virtual Devices (AVD) headlessly
android emulator list
android emulator start <avd-name>
# 5. Search official Android Knowledge Base & Best Practices
android docs "Google GenAI SDK Kotlin Compose"
# 6. Build and run app on active device / emulator
android run
# 7. Inspect UI layout tree in JSON (fast headless debugging for AI agents)
android layout
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.
- 3d ago First seen · 227 lines · 80 tokens per session scan D 34d2effdb93b
android-workshop-builder is a skill published in the GitHub repository JAICHANGPARK/workshop-harness (5 stars, last pushed 5d ago), licensed MIT. It adds 80 tokens to every session and 2,516 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
3gpp-expert
3GPP telecommunications expert covering all generations (2G–6G), releases (Rel-99 to Rel-21), protocol stacks, architecture, and deployment. Use whenever the user mentions: 3GPP, GSM, GPRS, EDGE, UMTS, WCDMA, HSPA, LTE, LTE-Advanced, 5G, NR, 5G-Advanced, 6G, NTN, RedCap, MIMO, beamforming, carrier aggregation, network…
short-video-production
Use when creating video content for Xiaohongshu, filming vlogs or tutorials, editing short-form vertical video, or optimizing video for mobile viewing.
onboarding-teardown
Use when someone wants to improve, fix, test or critique a mobile app's onboarding — "here's my onboarding", "roast my flow", "why do users drop off before the paywall", a competitor's signup flow, a welcome or activation flow, a quiz, or a flow described in one sentence. Also use whenever YOU are the one designing or…
mobile-design
Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps. When designing mobile app interfaces for iOS/Android, React Native, or Flutter.…
mobile-design
Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.
code-documenter
Use when adding docstrings, creating API documentation, or building documentation sites. Invoke for OpenAPI/Swagger specs, JSDoc, doc portals, tutorials, user guides.