- Home
- Skills
- Hitoshura25
- Claude Devtools
- Privacy Policy Generate
privacy-policy-generate_skill
- Shell
1
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill hitoshura25/claude-devtools --skill privacy-policy-generate- SKILL.md12.4 KB
Overview
This skill generates a complete privacy policy for Android apps and prepares it for GitHub Pages hosting. It inspects project files to detect permissions, third-party SDKs, and Health Connect usage, then produces a ready-to-publish Markdown policy and a setup guide. The output is designed to meet Google Play privacy requirements and to be deployed under the repository's /docs folder.
How this skill works
The tool scans AndroidManifest.xml for package, app name, permissions, and Health Connect declarations. It parses build.gradle.kts to identify analytics, ads, and crash-reporting SDKs. Missing developer details are prompted, a tailored Markdown privacy policy is created at docs/privacy-policy.md, and docs/PRIVACY_SETUP.md is added with GitHub Pages deployment steps.
When to use it
- Preparing a new Android app for Google Play submission
- Updating or adding privacy disclosure when SDKs or permissions change
- Publishing a privacy policy quickly using GitHub Pages
- Complying with Health Connect disclosure requirements
- Automating privacy policy creation in CI or release scripts
Best practices
- Review and customize detected third-party service descriptions and links
- Verify Health Connect data types and purpose are accurate and complete
- Confirm developer name and contact email are correct before publishing
- Test the generated URL in a browser and ensure HTTPS accessibility
- Keep the docs/privacy-policy.md under version control for auditability
Example use cases
- Generate a privacy policy when adding Firebase Analytics and AdMob to an app
- Create a Health Connect disclosure listing steps, heart rate, and sleep data types
- Automate policy creation in a release pipeline to ensure up-to-date documentation
- Provide non-technical developers a ready-made GitHub Pages setup guide for Play Console
FAQ
No. Google Play requires a publicly accessible HTML or plain text URL, not a PDF.
What if Health Connect is detected?
The policy includes a Health Data section listing detected data types, purpose, storage, and sharing details; you must complete the Play Console Health declaration as well.
Where will the policy be published?
The generated files live in docs/ and are served by GitHub Pages at https://{USERNAME}.github.io/{REPO}/privacy-policy after enabling Pages for the branch.
How do I verify the generation succeeded?
Run the verification commands to check docs/privacy-policy.md and docs/PRIVACY_SETUP.md exist and that required sections like Title and Contact are present.