share

Publishes web-ready HTML or Markdown files to the cloud as a link.

8|1|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/pbuchman/intexuraos --skill share
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share
Source: https://github.com/pbuchman/intexuraos/tree/main/.claude/skills/share
Command: npx skills add https://github.com/pbuchman/intexuraos --skill share

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to easily publish HTML or markdown content to a public URL, making it accessible as a web page.

Core Features & Use Cases

  • Publish HTML: Share rich, self-contained HTML content, generated or existing.
  • Publish Markdown: Share styled markdown content with a GitHub-like appearance.
  • Publish Raw Markdown: Share plain markdown files as-is.
  • Use Case: You've created a complex data visualization in HTML and want to share it with your team via a link. This skill will host it for you.

Quick Start

Use the share skill to publish the content of the file 'report.md' as a styled markdown page.

Frequently Asked Questions about share

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

FAQPage Schema
How do I publish markdown content as a web page to a public URL?

To publish markdown content as a web page, this skill uploads your files to a cloud storage bucket and generates a public URL. It supports styled markdown with a GitHub-flavored template or raw markdown uploads for direct access.

What is the best way to share self-contained HTML content via a link?

The best way to share self-contained HTML content is using this skill to host it in a cloud storage bucket. It handles content generation, slug creation, collision detection, and upload verification to provide a accessible public URL.

Can I host a complex HTML data visualization and share it with my team?

Yes, you can host complex HTML data visualizations and share them with your team. The skill publishes rich HTML to cloud storage, verifying the upload and returning a public URL for easy distribution.

Does the publishing process handle URL slug creation and collision detection?

Yes, the publishing process handles URL slug creation and collision detection. When uploading HTML or markdown content to cloud storage, it automatically generates slugs and checks for naming conflicts to ensure successful publication.

What are the differences between publishing raw markdown and styled markdown?

Publishing raw markdown shares plain files as-is, while styled markdown applies a GitHub-flavored template for a formatted appearance. Both upload to cloud storage buckets but yield different visual presentations at the public URL.