Install guide

How to install the /share skill

Step-by-step walkthrough with screenshots. Takes about 60 seconds.

Video walkthrough

Install path

CustomizeSkills+Create skillUpload a skill

Or install as an MCP

One URL, no file download

If you use Claude Desktop, Cursor, Cline, or Windsurf, you can install sharable.link as a remote MCP server. No Node.js, no file upload — just add this to your MCP config:

{
  "mcpServers": {
    "sharable": {
      "url": "https://sharable.link/mcp"
    }
  }
}

Restart your client. You'll get three tools: share_html, update_page, and unshare_page.

1Download SKILL.md

Or install via CLI: npx skills add hembara/share-skill

Download SKILL.md

2Upload it as a skill in Claude

Go to Customize → Skills → + → Create skill → Upload a skill.

Customize > Skills > Create skill menu
Upload skill dialog
File picker showing SKILL.md

3The skill is now installed

You’ll see “share” in your personal skills list, ready to use.

Share skill installed in Claude

4Enable network access

Go to Settings → Capabilities. Enable “Allow network egress” and set Domain allowlist to “All domains”. Then start a new chat.

Claude Capabilities settings with network egress and domain allowlist
Domain allowlist dropdown set to All domains

5Ask Claude to build something

Ask Claude to create a dashboard, report, landing page, or any HTML output.

Claude building a dashboard
Claude finished building the dashboard

6Type /share

Start typing /sh and the share skill appears. Hit enter to run it.

Typing /sh shows the share skill
/share typed in the chat

7Get your shareable link

Claude publishes the HTML and gives you a clean URL. Anyone can open it — no login needed.

Claude published the link

8Anyone can view the result

Getting a network error?

If the skill fails with a network or allowlist error, your Claude sandbox is blocking outbound requests. Quick fix:

  1. Go to Settings → Capabilities
  2. Enable Allow network egress
  3. Change Domain allowlist to All domains
  4. Start a new chat — settings don't apply to the current conversation
Full guide with screenshots →

Ready to share your first link?