publish

Publish brain pages as password-protected, self-contained HTML documents.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Postergully/11mirror-plugin --skill publish-postergully
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: publish
Source: https://github.com/Postergully/11mirror-plugin/tree/main/skills/publish
Command: npx skills add https://github.com/Postergully/11mirror-plugin --skill publish-postergully

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts internal brain content into portable, self-contained HTML files that can be shared externally without servers or running LLMs, preserving privacy and reducing reliance on centralized systems.

Core Features & Use Cases

  • Fully self-contained HTML documents with external URLs preserved and internal data stripped during publication.
  • Optional client-side AES-256-GCM encryption with password support for private sharing.
  • No server required; supports private sharing of brain notes, memos, and research via a single file.

Quick Start

Publish brain/people/jane-doe.md to a self-contained, password-protected HTML file.

Frequently Asked Questions about publish

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

FAQPage Schema
How do I share brain pages externally as self-contained HTML files?▼

You can share brain pages by publishing them as self-contained HTML files. This process converts internal brain content into portable documents that can be distributed without requiring servers or running LLMs.

Can I password-protect HTML files generated from brain content?▼

Yes, generated HTML files can be password-protected. The process uses client-side AES-256-GCM encryption with PBKDF2, allowing you to set optional passwords for secure private sharing of memos and research outputs.

Does publishing brain content to HTML require a server or LLM calls?▼

Publishing brain content to HTML does not require a server or active LLM calls. The output is a fully self-contained HTML document, preserving external URLs while stripping internal metadata for privacy.

What is the best way to securely share research notes without relying on centralized servers?▼

Publishing brain content as encrypted, self-contained HTML files is an effective way to share research securely. It reduces reliance on centralized systems by utilizing client-side AES-256-GCM encryption.

Are external URLs preserved when publishing brain pages to HTML?▼

Yes, external URLs are preserved when publishing brain pages. The process creates fully self-contained HTML documents while specifically stripping internal data and metadata during publication.

What encryption is used for privately sharing HTML documents?▼

Privately sharing HTML documents uses client-side AES-256-GCM encryption with PBKDF2. This optional password protection ensures that shared brain notes and memos remain secure.