gobi-html-artifact

Designs and publishes self-contained HTML pages as versioned Gobi artifacts via the gobi CLI.

3|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/gobi-ai/gobi-cli --skill gobi-html-artifact-gobi-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gobi-html-artifact
Source: https://github.com/gobi-ai/gobi-cli/tree/main/skills/gobi-html-artifact
Command: npx skills add https://github.com/gobi-ai/gobi-cli --skill gobi-html-artifact-gobi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Loose HTML files have no revision history, no shareable identity, and often ship with generic AI-default styling. This Skill produces polished, self-contained HTML pages and publishes them as versioned Gobi artifacts with revision history and optional post attachment. ## Core Features & Use Cases - Structured design process: Grounding, token planning, AI-default critique, build, and a final polish pass before publishing. - Versioned publishing: Create and revise HTML artifacts with gobi personal artifact create|revise --kind html, with revert, history, and download support. - Optional sharing: Attach artifacts to space or personal posts only when the user explicitly asks to share. - Use Case: Ask for an interactive Q3 dashboard; the Skill designs a self-contained HTML page, publishes it as a Gobi artifact, and reports the artifact id for future revisions. ## Quick Start Ask the assistant to design an interactive dashboard or landing page and publish it as a Gobi HTML artifact using the gobi CLI.

Frequently Asked Questions about gobi-html-artifact

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

FAQPage Schema
How do I publish an HTML page as a Gobi artifact?▼

Run gobi --json personal artifact create --kind html --file ./page.html --title "My Page" after building a self-contained HTML file. To update it later, use gobi personal artifact revise with the artifact id, which creates a new current revision.

How do I share a Gobi HTML artifact to a space or post?▼

Attach the artifact when creating a post with gobi --json space create-post --content "" --artifact <artifactId>, or use personal create-post for your personal feed. Sharing is optional and only done when explicitly requested; the artifact itself is the default output.

Can Gobi HTML artifacts use external CDNs or webfonts?▼

No, HTML artifacts render in a sandboxed iframe and should be self-contained single files with inline CSS and JS. External CDN scripts, webfonts, and remote resources are discouraged for sandbox and offline reliability.

What is the difference between gobi-html-artifact and gobi-artifact?▼

gobi-html-artifact owns the design and HTML publishing path, including the design-quality process for visual pages. gobi-artifact covers general artifact CRUD for markdown, notes, and media kinds, while gobi-core handles auth and setup.

When should I not use Gobi HTML artifacts?▼

Use gobi-artifact for markdown or media artifacts, gobi-homepage for vault homepage publishing, and generic frontend-design for pure React app UI in a repo with no Gobi publishing. HTML artifacts are personal-core only.