publish

Publish brain content as self-contained HTML with optional password protection.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/edwifiguy/era-agents-ops --skill publish-edwifiguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish
Source: https://github.com/edwifiguy/era-agents-ops/tree/main/skills/era-agents-op/gbrain/skills/publish
Command: npx skills add https://github.com/edwifiguy/era-agents-ops --skill publish-edwifiguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to securely publish brain content as self-contained HTML documents, removing internal metadata and keeping sensitive data private while providing convenient sharing.

Core Features & Use Cases

  • Self-contained HTML output with no external dependencies
  • Client-side AES-256-GCM encryption with PBKDF2 key derivation to protect content
  • Automatic stripping of private metadata, citations and internal references before publishing
  • Suitable for sharing research notes, deal memos, or knowledge pages with controlled access

Quick Start

Run gbrain publish brain/companies/acme.md to generate a password-protected HTML page

Frequently Asked Questions about publish

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

FAQPage Schema
How do I publish markdown notes as a standalone encrypted HTML file?

To publish markdown notes as a standalone encrypted HTML file, use the publish skill to generate self-contained HTML output with client-side AES-256-GCM encryption and password protection. It strips private metadata during the process.

What is client-side AES-256-GCM encryption for HTML pages?

Client-side AES-256-GCM encryption for HTML pages is a security mechanism that uses PBKDF2 key derivation to password-protect content directly in the browser. This ensures encrypted data remains inaccessible without the correct password.

Does publishing encrypted brain pages remove internal citations and references?

Yes, publishing encrypted brain pages automatically strips private metadata, internal citations, and references before generating the final standalone HTML. This ensures sensitive internal knowledge structures are not exposed to external readers.

Can I share deal memos or research notes as password-protected HTML without external dependencies?

Yes, you can share deal memos or research notes as password-protected HTML. The publish skill creates self-contained HTML files with no external dependencies, using client-side AES-256-GCM encryption for controlled access.

What is the best way to securely share knowledge pages across teams with controlled access?

The best way to securely share knowledge pages across teams is generating standalone HTML files with client-side password protection. This approach uses PBKDF2 key derivation and AES-256-GCM encryption to ensure data privacy.

Do I need a server to decrypt password-protected HTML pages generated from brain content?

No, you do not need a server to decrypt password-protected HTML pages. The publish skill uses client-side AES-256-GCM encryption and PBKDF2 key derivation, meaning all decryption happens directly in the viewer's browser.