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/arindamxd/camerax-android/android-profilernpx skills add arindamxd/camerax-android --skill android-profilergit clone --depth 1 https://github.com/arindamxd/camerax-androidWrote 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/arindamxd/camerax-android/android-profiler)<a href="https://agentmods.dev/skills/arindamxd/camerax-android/android-profiler"><img src="https://agentmods.dev/badge/skills/arindamxd/camerax-android/android-profiler.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.00091 | $0.00452 |
| Opus 5 | $0.00046 | $0.00226 |
| Sonnet 5 | $0.00018 | $0.00090 |
| Haiku 4.5 | $0.00009 | $0.00045 |
Grade A, and why
android-profiler 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 4d 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.
This is a copy
100% identical to android-profiler — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Android Profiler Orchestrator
Your primary role is Intent Disambiguation and Routing; route the user to the correct workflow or prepare an execution plan for the user. Work with the user to finalize the plan and then proceed with the plan execution, addressing singular as well as composite needs.
Prerequisites and Setup
Before executing any workflows, read
references/env_setup.md (it sits next to this file
in the skill root). It defines what to set $SKILL_ROOT to - the anchor every
other path in this skill is written against.
Intent Disambiguation
Do not guess the user's intent. If the user request is not clear, ask the user what they want to do before proceeding.
Recording
Route all recording requests through
$SKILL_ROOT/recording/recording_orchestrator.md. This defines guidelines and
pre-flight checks or dependency checks that apply to all recording workflows,
and ensures you have the necessary setup to proceed. Read the orchestrator and
execute the plan it describes based on what the user wants to record (for
example, a system trace or a heap dump).
Analysis
Route all analysis requests through
$SKILL_ROOT/analysis/analysis_orchestrator.md.
What ships with it
26 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.
- analysis/analysis_orchestrator.md 1.4 KB
- analysis/workflows/perfetto-sql/perfetto_sql.md 1.0 KB
- analysis/workflows/perfetto-trace-analysis/perfetto_trace_analysis.md 4.9 KB
- analysis/workflows/perfetto-trace-analysis/references/guiding_principles.md 3.0 KB
- analysis/workflows/perfetto-trace-analysis/references/hints/domain_hints_template.md 250 B
- analysis/workflows/perfetto-trace-analysis/references/hints/subsystems/hints_cpu.md 2.6 KB
- analysis/workflows/perfetto-trace-analysis/references/hints/subsystems/hints_graphics.md 2.3 KB
- analysis/workflows/perfetto-trace-analysis/references/hints/subsystems/hints_io.md 1.9 KB
- analysis/workflows/perfetto-trace-analysis/references/hints/subsystems/hints_ipc.md 1.8 KB
- analysis/workflows/perfetto-trace-analysis/references/hints/subsystems/hints_memory.md 2.4 KB
- analysis/workflows/perfetto-trace-analysis/references/hints/subsystems/hints_power.md 1.3 KB
- analysis/workflows/perfetto-trace-analysis/references/per_candidate_analysis.md 8.2 KB
- analysis/workflows/perfetto-trace-analysis/references/triage.md 4.1 KB
- recording/recording_orchestrator.md 1.5 KB
- recording/workflows/perfetto-trace-recording/perfetto_trace_recording.md 4.7 KB
- recording/workflows/perfetto-trace-recording/references/example-configs/app_jank.pftxt 1.0 KB
- recording/workflows/perfetto-trace-recording/references/example-configs/cpu_profile.pftxt 772 B
- recording/workflows/perfetto-trace-recording/references/example-configs/java_heap_dump.pftxt 566 B
- recording/workflows/perfetto-trace-recording/references/example-configs/long_background.pftxt 1006 B
- recording/workflows/perfetto-trace-recording/references/example-configs/memory_counters.pftxt 1.0 KB
- recording/workflows/perfetto-trace-recording/references/example-configs/native_heap.pftxt 589 B
- recording/workflows/perfetto-trace-recording/references/example-configs/sched_cpu.pftxt 836 B
- recording/workflows/perfetto-trace-recording/references/trace_config_reference.md 4.9 KB
- references/env_setup.md 537 B
- references/perfetto/setup.md 1.1 KB
- references/perfetto/sql.md 16 KB
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.
- 4d ago First seen · 57 lines · 91 tokens per session scan A 6385aeb41e96
android-profiler is a skill published in the GitHub repository arindamxd/camerax-android (132 stars, last pushed 6d ago), licensed Apache-2.0. It adds 91 tokens to every session and 452 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to android-profiler, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
implementing-android-code
This skill should be used when implementing Android code in Bitwarden. Covers critical patterns, gotchas, and anti-patterns unique to this codebase. Triggered by "How do I implement a ViewModel?", "Create a new screen", "Add navigation", "Write a repository", "BaseViewModel pattern", "State-Action-Event", "type-safe…
testing-android-code
This skill should be used when writing or reviewing tests for Android code in Bitwarden. Triggered by "BaseViewModelTest", "BitwardenComposeTest", "BaseServiceTest", "stateEventFlow", "bufferedMutableSharedFlow", "FakeDispatcherManager", "expectNoEvents", "assertCoroutineThrows", "createMockCipher", "createMockSend"…
interacting-with-android-device
Instructions for capturing UI state, comparing with mocks, and interacting with an Android device using MCP tools backed by ADB.
planning-android-implementation
Architecture design and phased implementation planning for Bitwarden Android. Use when planning implementation, designing architecture, creating file inventories, or breaking features into phases. Triggered by "plan implementation", "architecture design", "implementation plan", "break this into phases", "what files do…
evaluating-sdk-internal-updates
Evaluates a bitwarden/android "Update SDK to" PR against the sdk-internal commit range for compile-time and runtime breaking changes, maps affected symbols to Android call sites, and applies clear in-scope fixes. Use when reviewing an SDK bump PR, a bitwardenSdk version change, or triaging sdk-internal breaking…
reviewing-changes
Android-specific code review checklist and MVVM/Compose pattern validation for Bitwarden Android — use this for any review task, even if the user doesn't explicitly ask for a "checklist". Detects change type automatically and loads the right review strategy (feature additions, bug fixes, UI refinements, refactoring…