share-server-setup

Set up and manage a local share server for HTML artifacts across coding agents.

18|3|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/ondrej-svec/heart-of-gold-toolkit --skill share-server-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-server-setup
Source: https://github.com/ondrej-svec/heart-of-gold-toolkit/tree/main/plugins/marvin/skills/share-server-setup
Command: npx skills add https://github.com/ondrej-svec/heart-of-gold-toolkit --skill share-server-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bunx, tailscale, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Set up and connect a local share server to publish and view HTML/static artifacts across coding agents.

Core Features & Use Cases

  • Set up or adopt a local share server for HTML/artifact publishing and cross-agent sharing.
  • Optionally expose a viewer via Tailscale for private viewing of artifacts.
  • Integrate with existing shared skills to publish artifacts across agents.

Quick Start

Install the reference share server, initialize the local config, and publish artifacts across agents.

Frequently Asked Questions about share-server-setup

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

FAQPage Schema
How do I share HTML artifacts across multiple coding agents locally?

To share HTML artifacts across multiple coding agents, set up a local share server that publishes and serves static files. It handles installation, configuration, and health checks to keep artifacts accessible across different agents.

Can I use Tailscale to privately view HTML reports published by coding agents?

Yes, you can optionally expose the share server viewer via Tailscale for private artifact viewing. This creates a secure tunnel so only authorized devices on your Tailscale network can access the published HTML reports.

What dependencies are required to set up a local share server for static artifacts?

You need bunx, tailscale, and python3 installed to set up the local share server. These tools provide the runtime environment, optional secure network access, and script execution needed for artifact publishing and management.

How do I keep a local share server running on macOS for coding agents?

You can set up an optional macOS LaunchAgent to keep the local share server running continuously. This ensures the server stays active and accessible locally, allowing coding agents to publish and view HTML artifacts without manual restarts.

Does the local share server support health checks for published artifacts?

Yes, the local share server implements health checks to verify the server is running and accessible. This ensures that artifact publishing and viewing endpoints remain operational and available for connected coding agents.

When should I use a local share server instead of direct file sharing for coding agents?

Use a local share server when multiple coding agents need a centralized endpoint to publish and view HTML reports. It is ideal for cross-agent artifact sharing, especially when optional private viewing via Tailscale is needed.