Borrowing it
Nothing to install: this file belongs to GabrielOnDelphi/Claude-Tools-for-Delphi. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/GabrielOnDelphi/Claude-Tools-for-Delphi/main/.claude/skills/light-bug-Android/SKILL.mdgit clone --depth 1 https://github.com/GabrielOnDelphi/Claude-Tools-for-DelphiWrote 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/gabrielondelphi/claude-tools-for-delphi/light-bug-android)<a href="https://agentmods.dev/skills/gabrielondelphi/claude-tools-for-delphi/light-bug-android"><img src="https://agentmods.dev/badge/skills/gabrielondelphi/claude-tools-for-delphi/light-bug-android.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00146 | $0.02244 |
| Opus 5 | $0.00073 | $0.01122 |
| Sonnet 5 | $0.00029 | $0.00449 |
| Haiku 4.5 | $0.00015 | $0.00224 |
Grade A, and why
light-bug-Android 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/light-bug-Android — FMX Android crash triage (PC-side, over adb)
When invoked, do this in order. Be terse. Full background knowledge (classification table, .map recipe, paths) is in Reference - Android crash triage.md in this skill's folder — read it once at the start.
Constants:
ADB = c:\Delphi\Delphi 13\CatalogRepository\AndroidSDK-37.0.59082.6021\platform-tools\adb.exe
CaptureDir = c:\AI\Claude Code\Temp
If that CatalogRepository\AndroidSDK-* folder does not exist, glob for the actual installed version — the embedded SDK number drifts between Delphi updates.
Step 0 — Resolve device + package
& $ADB devices— need at least one device indevicestate.unauthorizedalmost always means an OLD standalone adb daemon (circa 2014) is running and answering instead of the Delphi-bundled one:taskkill /f /im adb.exe, then retry with the bundled path.- Package name: from the user's words, else grep the project's
.dprojforpackage=(inVerInfo_Keys), elseAndroidManifest.template.xml. Confirm it is installed:& $ADB shell pm path <pkg>. - If no project is obvious from the working directory, ask which app.
Step 1 — Capture the evidence
Pick by situation:
- Crash already happened, no tail was running: one-shot dump, unfiltered:
& $ADB logcat -d > "$CaptureDir\logcat-<Tag>-dump.txt" 2>&1 - Crash is reproducible: clear first (
& $ADB logcat -b all -c), start an unfiltered capture in the background, have the human reproduce on the phone (or drive it yourself via themcp__autopilot-android__*tools IF the build has the Autopilot bridge compiled in —AUTOPILOTdefine), then stop and read the capture. - A human at the machine can instead double-click a
Logcat-Android.cmdwrapper kept beside the project (verbs: tail/dump/clear; writes to$CaptureDir\logcat-<Tag>-latest.txt).
Capture UNFILTERED. Filter afterwards while reading: the interesting tags are AndroidRuntime (Java FATAL EXCEPTION), DEBUG (native tombstone), and info (Pascal-side FMX.Types.Log.d, prefixed FMX: <AppTitle>:).
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 2d ago Changed 1bcf0847cc28
- 4d ago Changed · +10 lines 58922b294088
- 8d ago First seen · 93 lines · 146 tokens per session scan A 849e55a31373
light-bug-Android is a skill published in the GitHub repository GabrielOnDelphi/Claude-Tools-for-Delphi (17 stars, last pushed today), licensed MPL-2.0. It adds 146 tokens to every session and 2,244 once invoked, about $0.0007 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 skills, from other repositories
ios-fix
Autonomous iOS bug fixer. (gstack).
google-mobile-ads-validate
Validates a project's Google Mobile Ads (GMA) SDK integration for iOS, Android, or Unity projects. Use when conducting a full pre-launch audit of an app that integrates GMA SDK or when validating any individual GMA SDK integration checks, such as when validating ad unit IDs and ad formats, SKAdNetwork IDs, mediation…
competition-ios-runtime
Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for IPA runtime analysis, Frida hooks, Objective-C or Swift method tracing, Keychain inspection, SSL pinning bypass, URL scheme handling, and iOS request-signing recovery. Use when the user asks to hook an IPA, trace Objective-C or Swift…
swiftui-performance-audit
SwiftUI performance: render, scroll, CPU/memory, updates, layout, Instruments.
android-tombstone-symbolication
Symbolicate the .NET runtime frames in an Android tombstone file. Extracts BuildIds and PC offsets from the native backtrace, downloads debug symbols from the Microsoft symbol server, and runs llvm-symbolizer to produce function names with source file and line numbers. USE FOR triaging a .NET MAUI or Mono Android app…
node-connect
Diagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps. Use when QR/setup code/manual connect fails, local Wi-Fi works but VPS/tailnet does not, or errors mention pairing required, unauthorized, bootstrap token invalid or expired, gateway.bind, gateway.remote.url, Tailscale…