meta-wearables-privacy-publishing

Audit privacy, consent, permissions, and release gates for Meta Wearables DAT and Web App products.

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/shotcowboystyle/meta-wearables-ops-plugin --skill meta-wearables-privacy-publishing-shotcowboystyle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-wearables-privacy-publishing
Source: https://github.com/shotcowboystyle/meta-wearables-ops-plugin/tree/main/.agent/skills/meta-wearables-privacy-publishing
Command: npx skills add https://github.com/shotcowboystyle/meta-wearables-ops-plugin --skill meta-wearables-privacy-publishing-shotcowboystyle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Wearable camera, microphone, Display, and personal-context features create privacy and publishing risks that ordinary phone apps do not, and this Skill makes the privacy and release contract explicit before implementation or App Store submission. ## Core Features & Use Cases - Data-Flow Auditing: Trace each data class from glasses or phone source through processing, network, storage, and deletion, recording purpose, consent, retention, and access. - Permission and Consent Review: Verify iOS usage descriptions, privacy manifests, DAT analytics settings, and Web App exposure against actual code paths. - Release Gate Checks: Validate Meta terms, acceptable-use policy, App Store metadata, reviewer notes, and Developer Mode versus release-channel compatibility before publishing. - Use Case: Before submitting a glasses camera app, use this Skill to produce a data-flow matrix, permission copy, privacy manifest changes, and a list of open legal or physical-device gates. ## Quick Start Audit my Meta Wearables DAT app for privacy, permissions, and App Store release readiness before I submit it for review.

Frequently Asked Questions about meta-wearables-privacy-publishing

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

FAQPage Schema
How do I audit privacy for a Meta Wearables DAT app?

Draw the data flow from glasses or phone source through processing, network, storage, and deletion, then record purpose, consent, retention, and access for each data class. Verify every iOS permission and usage description against actual code paths before release.

What privacy metadata does the App Store require for camera and microphone apps?

You need accurate Info.plist usage descriptions, a privacy manifest file, and App Store privacy details that match real collection behavior. Camera and microphone access should follow a clear user action with explanation, not launch-time requests.

Does this Skill cover Meta Wearables terms and acceptable use review?

Yes, it includes review against the official Meta Wearables terms and acceptable use policy, refreshed from the developer documentation. Material legal uncertainty is escalated to the product owner or counsel since the review is not legal advice.

Can I claim on-device processing for my wearable feature?

Only when the exact implementation and source establish that data stays on device. A valid callback, Developer Mode registration, attestation result, or release-channel membership is not proof of local processing or physical capability.

What are the limitations of a privacy audit for wearable apps?

The audit stops before publishing if any source, permission, consent, retention, terms, or physical-device gate is unresolved. It cannot guarantee App Store approval, Meta endorsement, or legal compliance, and credentials and callback payloads must stay redacted.