What problem does it solve?
Sharing brain pages without exposing internal metadata or requiring server-side hosting can be risky or cumbersome. This skill packages brain content into a self-contained, password-protected HTML file that can be safely distributed to external collaborators, with client-side encryption and no server dependencies.
Core Features & Use Cases
- Self-contained HTML documents: no server required for viewing or sharing.
- Client-side encryption: AES-256-GCM with PBKDF2 key derivation to protect content.
- Privacy-first publishing: strips private YAML frontmatter, citations, and internal references while preserving external URLs.
- Use Case: securely share research briefs, deal memos, or brain pages via a single link.
Quick Start
Run inbrain publish on a brain Markdown file with the --password flag to generate a self-contained, password-protected HTML page.