publish

Generate password-protected HTML documents from Markdown brain pages using AES-256-GCM encryption.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of sharing sensitive internal knowledge base content with external parties without exposing the entire system or relying on insecure, server-side hosting.

Core Features & Use Cases

  • Zero-Server Sharing: Generates self-contained HTML files that require no backend infrastructure.
  • Client-Side Encryption: Protects content using AES-256-GCM encryption, ensuring that plaintext is never exposed during transit or storage.
  • Privacy Stripping: Automatically removes internal metadata, cross-links, and private timeline logs before export.
  • Use Case: Securely share a deal memo or research briefing with an external consultant by generating a password-protected HTML file that they can open locally in any browser.

Quick Start

Use the publish skill to create a password-protected shareable version of the brain page located at brain/companies/acme.md.

Frequently Asked Questions about publish

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

FAQPage Schema
How do I securely share Markdown brain pages as encrypted HTML files?

You can securely share Markdown brain pages by converting them into self-contained, password-protected HTML files. This process applies AES-256-GCM encryption and strips internal metadata to ensure privacy during distribution.

How does client-side AES-256-GCM encryption protect shared HTML documents?

AES-256-GCM encryption protects shared HTML documents by ensuring plaintext is never exposed during transit or storage. The generated file requires a password to decrypt and view the content locally in a browser.

Can I share internal research briefings without exposing private timeline logs and metadata?

Yes, you can share internal research briefings without exposing private metadata. The export process automatically strips internal metadata, cross-links, and private timeline logs before generating the final HTML document.

Do I need a backend server to host and distribute password-protected HTML documents?

No, a backend server is not required to host or distribute password-protected HTML documents. The process generates zero-server, self-contained HTML files that recipients can open directly in any standard web browser.

Does generating deterministic encrypted HTML require the gbrain CLI runtime?

Yes, generating deterministic encrypted HTML requires the gbrain CLI runtime. This environment performs the deterministic HTML generation and cryptographic operations needed to create the self-contained files.