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 skills add sunnat629/android-media-pack --skill media3-datasources-networkinggit clone --depth 1 https://github.com/sunnat629/android-media-packWrote 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/sunnat629/android-media-pack/media3-datasources-networking)<a href="https://agentmods.dev/skills/sunnat629/android-media-pack/media3-datasources-networking"><img src="https://agentmods.dev/badge/skills/sunnat629/android-media-pack/media3-datasources-networking/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sunnat629/android-media-pack/media3-datasources-networking"><img src="https://agentmods.dev/badge/skills/sunnat629/android-media-pack/media3-datasources-networking.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00038 | $0.00440 |
| Opus 5 | $0.00019 | $0.00220 |
| Sonnet 5 | $0.00008 | $0.00088 |
| Haiku 4.5 | $0.00004 | $0.00044 |
Grade A, and why
media3-datasources-networking 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 9d 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.
What it actually says
Trigger
Use for networking stack, cache, auth headers, retries, timeouts, custom URI handling, or offline-first media loading.
Rules
- Start with
streaming-media-architecturefor ownership, KMP split, preload window, and telemetry. - Pin Media3 to
1.10.1through the version catalog. - Keep Media3 APIs in Android source sets; expose KMP-safe state/events upward.
- PREFERRED stack order per official guidance:
HttpEngineDataSource(API 34+) first, thenCronetDataSourcevia Play Services Cronet, thenDefaultHttpDataSourceas fallback only. Use OkHttp when the app already standardizes on it. DefaultHttpDataSourceis the fallback, not the recommended default.- Custom DataSource only for measured auth, transform, retry, cache-key, or non-HTTP needs.
- Centralize User-Agent, headers, timeout, and cache policy.
- Do not let UI build media URLs directly.
Example
// Fallback path only, when HttpEngine (API 34+) and Cronet are unavailable.
val fallbackFactory = DefaultHttpDataSource.Factory()
.setUserAgent(appUserAgent)
.setAllowCrossProtocolRedirects(true)
Related
media3-bandwidth-abrmedia3-hls-dash-adaptive-streamingstreaming-media-architecture
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.
- 9d ago First seen · 51 lines · 38 tokens per session scan A 2fb218dc14b6
media3-datasources-networking is a skill published in the GitHub repository sunnat629/android-media-pack (13 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 38 tokens to every session and 440 once invoked, about $0.0002 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
maui-networking-offline-data
Build MAUI networking and offline data. USE FOR: typed HttpClient, JSON serialization, Android 10.0.2.2, iOS simulator localhost, LAN/dev-tunnel fallback, debug cleartext, offline-first screens, SQLite/EF Core sync metadata, queues, encryption decisions, retries, cancellation. DO NOT USE FOR: auth redirects, Aspire…
maui-aspire-client
Connect MAUI apps to Aspire-hosted APIs. USE FOR: AddServiceDiscovery, typed HttpClient, https+http://apiservice, missing AppHost config on devices, Android emulator 10.0.2.2, iOS simulator localhost, physical-device LAN/dev-tunnel fallbacks, dev certs, Bearer handlers, debug-only cleartext. DO NOT USE FOR: offline…
network-tracing
Instrument API requests with spans and distributed tracing. Use when tracking request latency, correlating client-backend traces, or debugging API issues.
offline-first
Offline-first architecture patterns - NetworkBoundResource, sync strategies, conflict resolution, cache invalidation, and connectivity monitoring.
cloudkit
Implement, review, or debug iCloud sync in iOS/macOS apps with CloudKit. Covers CKContainer + private/public/shared CKDatabase, CKRecord / CKRecord.Reference / CKAsset, CKQuery + CKQueryOperation, CKSubscription (query/database/recordZone) with silent push, CKSyncEngine (iOS 17+: state serialization…
offline-first
Offline-first architecture patterns - NetworkBoundResource, sync strategies, conflict resolution, cache invalidation, and connectivity monitoring.