privacy-policy-generate

Generate a Markdown privacy policy from Android manifest and Gradle files.

3|1|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/hitoshura25/claude-devtools --skill privacy-policy-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: privacy-policy-generate
Source: https://github.com/hitoshura25/claude-devtools/tree/main/skills/privacy-policy-generate
Command: npx skills add https://github.com/hitoshura25/claude-devtools --skill privacy-policy-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a privacy policy for Android apps, ensuring compliance and speeding up the setup process for GitHub Pages hosting.

Core Features & Use Cases

  • Automated privacy policy generation: Scans the Android project to generate a tailored Markdown privacy policy.
  • GitHub Pages hosting setup: Produces a ready-to-publish setup guide for hosting the policy on GitHub Pages.
  • Use Case: When releasing an Android app, generate a policy and publish it to a static page to meet Google Play requirements.

Quick Start

Use the privacy-policy-generate skill to produce docs/privacy-policy.md for your Android project.

Frequently Asked Questions about privacy-policy-generate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an Android privacy policy for Google Play Console compliance?

Generate an Android privacy policy automatically by scanning your AndroidManifest.xml and Gradle configuration files. This produces a tailored Markdown document and a GitHub Pages setup guide to fulfill Google Play Console compliance requirements.

Does GitHub Pages hosting work for publishing an Android app privacy policy?

GitHub Pages hosting works for publishing an Android app privacy policy by using the provided setup guide. The Skill outputs a ready-to-publish Markdown file and instructions to host the static page, meeting public documentation requirements.

What files do I need to automatically generate a privacy policy for my Android app?

To automatically generate a privacy policy for your Android app, you need an active Android project containing the AndroidManifest.xml and Gradle configuration files. The Skill inspects these files to tailor the policy to your app's specific permissions.

Can I create a tailored privacy policy by inspecting AndroidManifest.xml permissions?

You can create a tailored privacy policy by inspecting AndroidManifest.xml and Gradle configuration. The tool scans these project files to detect permissions and generate a customized Markdown policy document for your specific Android application.

What is the best way to automate privacy policy generation for Android projects?

The best way to automate privacy policy generation for Android projects is using a tool that scans manifest and Gradle files to output a Markdown document. This approach ensures the policy accurately reflects your app's permissions without manual writing.

Where does the generated Android privacy policy Markdown file get saved?

The generated Android privacy policy Markdown file gets saved directly in your project's docs folder. Specifically, the Skill outputs the file as docs/privacy-policy.md, alongside a guide for GitHub Pages hosting setup.