publish

Convert private brain pages into password-protected standalone HTML files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts private brain pages into secure, shareable HTML documents.

Core Features & Use Cases

  • Securely publish brain content as standalone HTML files that require no server.
  • Optional password protection ensures recipients can view content without exposing the entire brain.
  • Supports offline sharing workflows and private data purging before distribution.

Quick Start

Run the publish workflow to generate a self-contained, optionally password-protected HTML page from a brain page.

Frequently Asked Questions about publish

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

FAQPage Schema
How do I convert brain pages to standalone HTML for offline sharing?

To convert brain pages to standalone HTML for offline sharing, the Skill generates a self-contained HTML file by stripping internal metadata from the source content, ensuring the document is fully portable and requires no server to view.

Can I password-protect HTML files generated from brain pages?

Yes, you can password-protect HTML files generated from brain pages. The publish Skill encrypts the output by default using AES-256-GCM, requiring recipients to enter a password to view the protected content.

What is the best way to securely share private brain content without exposing the entire brain?

The best way to securely share private brain content without exposing the entire brain is to generate standalone, password-protected HTML files. This isolates specific pages and purges private data before distribution.

Does the publish process remove internal metadata before generating the HTML document?

Yes, the publish process removes internal metadata before generating the HTML document. It strips internal references and purges private data to ensure only the intended content is distributed in the standalone file.

Do I need a server to view shared brain content exported as HTML?

No, you do not need a server to view shared brain content exported as HTML. The Skill creates self-contained HTML documents that recipients can open directly in any standard web browser.