privacy-policy-generate
Installation
SKILL.md
Privacy Policy Generator
Generates a comprehensive privacy policy for Android apps by scanning the project and creating a GitHub Pages-ready Markdown document.
Overview
Why this is needed:
- Google Play requires a privacy policy URL for all apps
- Privacy policy must be on a publicly accessible, non-geofenced URL
- Cannot be a PDF (must be HTML or plain text)
- Health Connect apps have additional disclosure requirements
What this skill does:
- Scans AndroidManifest.xml for permissions and features
- Analyzes build.gradle for third-party SDKs
- Detects Health Connect integration
- Prompts for missing information
- Generates privacy policy in Markdown
- Provides GitHub Pages setup instructions
Related skills
More from hitoshura25/claude-devtools
android-playstore-setup
Complete Play Store setup - orchestrates scanning, privacy policy, version management, Fastlane, and workflows (Internal track only)
62android-playstore-scan
Scan Android project and generate Play Console setup checklist (analysis only, no file modifications)
15android-proguard-setup
Configure ProGuard/R8 for Android release builds with safe defaults
13android-release-build-setup
Complete Android release build configuration - orchestrates keystore, ProGuard, and signing setup
11android-release-validation
Validate Android release builds before publishing to ensure quality and catch ProGuard issues
11android-espresso-dependencies
Add Espresso and AndroidX Test dependencies to Android project
9