What problem does it solve?
Publishing sensitive brain content for external sharing can be risky and time-consuming; this Skill safely turns an internal page into a self-contained, optionally password-protected HTML artifact without using any LLM calls.
Core Features & Use Cases
- Deterministic HTML publishing: Generates a beautiful standalone HTML document from a brain page using the deterministic publish workflow.
- Client-side password protection: Supports optional AES-256-GCM encryption with PBKDF2 key derivation, so the server never needs to handle secrets.
- Privacy-preserving stripping: Removes internal metadata, source citations, confirmation numbers, cross-links, and raw timeline evidence so only safe content is shared.
- Sharing-ready outputs: Produces local files suitable for email, Slack, Airdrop, or uploading to static hosting/cloud storage with signed URLs.
Quick Start
Run gbrain publish on the brain markdown page you want to share, enabling password protection and choosing an output HTML file.