skills/android-media-files-sharing/SKILL.md
Use modern Android file, media, picker, FileProvider, and share-sheet APIs with minimal permissions.
npx skillsauth add krutikJain/android-agent-skills android-media-files-sharingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
android-permissions-activity-results only when the hard part is the runtime permission flow itself.android-permissions-activity-resultsandroid-security-best-practicesFileProvider, or chooser-based sharing before considering broad storage permissions.content:// URIs and temporary grants, never raw file paths.file:// paths or world-readable files instead of FileProvider URIs.cd examples/orbittasks-compose && ./gradlew :app:testDebugUnitTestcd examples/orbittasks-xml && ./gradlew :app:testDebugUnitTestpython3 scripts/eval_triggers.py --skill android-media-files-sharingtesting
Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
data-ai
Model screen state, events, reducers, and side effects for Android UIs with predictable lifecycle-aware ownership.
tools
Coordinate serialization, caching, conflict handling, and offline-first sync flows in Android apps.
development
Apply Android app security guidance around secrets, storage, network trust, exported components, and least privilege.