SKILL·C484B6

privacy-policy-generate

hitoshura25
Updated 1 month ago
7 views
2
1
2
View on GitHub
Othergeneral

About

This skill automatically generates a privacy policy for Android apps by scanning your project's manifest and dependencies, then outputs GitHub Pages-ready Markdown files. It's designed to help developers meet Google Play's requirement for a publicly accessible privacy policy URL. The tool specifically handles permissions analysis and includes necessary disclosures for features like Health Connect.

Quick Install

Claude Code

Recommended
Primary
npx skills add hitoshura25/claude-devtools -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/hitoshura25/claude-devtools
Git CloneAlternative
git clone https://github.com/hitoshura25/claude-devtools.git ~/.claude/skills/privacy-policy-generate

Copy and paste this command in Claude Code to install this skill

GitHub Repository

hitoshura25/claude-devtools
Path: skills/privacy-policy-generate
0
FAQ

Frequently asked questions

What is the privacy-policy-generate skill?

privacy-policy-generate is a Claude Skill by hitoshura25. Skills package instructions and resources that Claude loads on demand, so Claude can perform privacy-policy-generate-related tasks without extra prompting.

How do I install privacy-policy-generate?

Use the install commands on this page: add privacy-policy-generate to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does privacy-policy-generate belong to?

privacy-policy-generate is in the android category, tagged general.

Is privacy-policy-generate free to use?

Yes. privacy-policy-generate is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

android-fastlane-setup
Other

This skill sets up Fastlane for Android Play Store deployment by generating configuration files for supply (release automation) and screengrab (screenshot automation). It creates the necessary Fastlane structure including Appfile, Fastfile, and metadata directories using your package name and service account credentials. Use this when you need to automate Android app releases and screenshot testing through Claude Code.

View skill
android-ci-tests
Other

This Claude Skill automatically generates a GitHub Actions workflow for running Android unit and instrumented tests in CI. It creates a ready-to-use `test.yml` configuration file that triggers on pushes and pull requests to main branches. Developers should use it to quickly set up continuous testing for their Android projects without manually writing the CI pipeline.

View skill
android-store-listing
Other

This Claude Skill generates Google Play Store assets including a 1024x500 feature graphic and metadata templates. It's designed for Android developers who need to prepare their app store listing after completing icon creation. The skill outputs Fastlane-compatible files and provides a comprehensive store listing guide.

View skill
android-release-build-setup
Other

This skill fully configures Android release builds by sequentially running keystore generation, ProGuard/R8 setup, and signing configuration. It handles both production and local development environments with dual-source signing support. Use it to automate the complete release setup process for Android projects using Gradle Kotlin DSL.

View skill