publish

Publish brain content as password-protected, self-contained HTML files.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/ltdrew/Agent-brain-2 --skill publish-ltdrew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish
Source: https://github.com/ltdrew/Agent-brain-2/tree/main/skills/publish
Command: npx skills add https://github.com/ltdrew/Agent-brain-2 --skill publish-ltdrew

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables secure, self-contained sharing of brain content by exporting pages as standalone HTML files with optional client-side encryption.

Core Features & Use Cases

  • Self-contained HTML exports with no server dependency.
  • Optional client-side AES-256-GCM encryption (default encrypted) and password management.
  • Strips internal metadata (frontmatter, citations, timeline) for privacy while preserving external URLs.
  • Deterministic HTML generation via gbrain publish for reproducible shares.
  • Suitable for sharing deals, briefs, and research externally without exposing brain internals.

Quick Start

Publish a brain page to a self-contained, password-protected HTML file using the gbrain publish command.

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 HTML without exposing internal metadata?

To share brain pages externally, you can publish them as self-contained HTML documents. This process strips internal metadata like frontmatter and citations while preserving external URLs, ensuring your internal brain structure remains private.

Can I password-protect an HTML export with client-side encryption?

Yes, HTML exports can be password-protected using client-side AES-256-GCM encryption. The default setting is encrypted, requiring a password to manage access to the shared document.

Do I need a server to host published HTML files?

No server is needed to host published HTML files. The export process creates standalone, self-contained HTML documents with zero server dependencies, allowing you to distribute them directly.

What is the best way to securely share research reports with external parties?

The best way to securely share research is exporting content as a deterministic, password-protected HTML file. This method securely distributes briefs and reports without revealing internal brain structures or requiring server hosting.

Does publishing HTML files strip out internal citations and timeline data?

Yes, publishing HTML files explicitly strips internal metadata, including citations and timeline data. This ensures privacy by removing internal structural information while keeping external URLs intact.

Why does the HTML publish workflow need to be deterministic?

The HTML publish workflow is deterministic to guarantee reproducible shares. This ensures that the generated HTML output remains consistent and reliable across different publishing instances without unexpected variations.