safety/private-public-split

Classify vault entries and filter exports to enforce privacy boundaries.

6|2|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/frankxai/Starlight-Intelligence-System --skill safety-private-public-split
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: safety/private-public-split
Source: https://github.com/frankxai/Starlight-Intelligence-System/tree/main/skills/safety/private-public-split
Command: npx skills add https://github.com/frankxai/Starlight-Intelligence-System --skill safety-private-public-split

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforce privacy boundaries to prevent private vault data from being exported unintentionally during inter-tool communications, platform exports, or shared contexts.

Core Features & Use Cases

  • Entry classification to mark private vs public-safe data
  • Export filtering with user review and opt-in
  • Tagging protocol to guide future exports and guardrails

Quick Start

Tag vault entries with privacy labels and run an export to see what is allowed.

Frequently Asked Questions about safety/private-public-split

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

FAQPage Schema
How do I prevent private vault data from being exported unintentionally?

To prevent private vault data from being exported unintentionally, you can apply an automatic classification step and export filter to keep private data private by default.

What is the best way to filter vault content destined for platform adapters or shared contexts?

The best way to filter vault content for platform adapters or shared contexts is using an export filter combined with a privacy tagging protocol that requires user review and opt-in.

How does the privacy tagging protocol classify data for vault exports?

The privacy tagging protocol classifies data by marking vault entries with privacy labels, distinguishing between private and public-safe data to guide future exports and guardrails.

Can I automatically classify vault entries as private or public-safe before sharing?

Yes, you can automatically classify vault entries as private or public-safe by tagging them with privacy labels and running an export to see what is allowed.

Why does shared context vault export require privacy boundaries?

Shared context vault export requires privacy boundaries because inter-tool communications and platform exports can unintentionally expose private data without automatic classification and filtering guardrails.

Do I need to manually review vault entries during the export filtering process?

Yes, you need to manually review vault entries during the export filtering process, as the privacy tagging protocol applies user review and opt-in to ensure private data remains protected.