What problem does it solve? Sharing private knowledge-base pages with external people normally risks leaking internal metadata, source citations, and cross-links. This Skill publishes brain pages as self-contained HTML documents with all private data stripped and optional client-side encryption, so content can leave the brain safely. ## Core Features & Use Cases - Privacy-Stripped HTML Export: Automatically removes YAML frontmatter, source citations, confirmation numbers, internal cross-links, and timeline sections before publishing. - Client-Side Encryption: Protects pages with AES-256-GCM and PBKDF2 key derivation, decrypted in the browser via the Web Crypto API with no server required. - Flexible Sharing Workflows: Share the HTML file directly, upload to cloud storage with expiring signed URLs, or host on static platforms like Netlify, S3, or GitHub Pages. - Use Case: You need to send a deal memo on a company to an external investor. Publish the page with an auto-generated password, share the HTML file over email, and send the password through a separate channel. ## Quick Start Ask the agent to publish a brain page as a password-protected shareable HTML file, for example by saying "publish the Acme deal analysis page with a password so I can share it externally".