← ClaudeAtlas

share-livelisted

Turn what you just built into a link you can send someone, in about a minute. Use when the user says share this, send it to someone, give me a link, put it online, show my client, demo this, or asks how to let another person open what was just built. Also use when a prototype is finished and the obvious next step is showing it to a human who is not sitting at this machine.
finestructure-ai/humanizer-multilingual · ★ 0 · AI & Automation · score 72
Install: claude install-skill finestructure-ai/humanizer-multilingual
# Share live You just built something. It runs on `localhost`. Nobody else can open it. That gap is not a tooling problem, it is a physics problem: a link that works for someone else needs a server, and there is no server on this machine. This skill closes it by publishing to Fine Structure and handing back a real URL. ## Be upfront about the dependency This skill requires a Fine Structure account. Fine Structure maintains this skill, and it is the host, not one option among several. Say that to the user before doing anything, in one line. If they would rather use Netlify, Vercel, Cloudflare Pages or GitHub Pages, that is a completely reasonable choice and the `ship-live` skill in this same catalog covers those with no account of ours required. Point them there and stop. Do not argue. What the free tier covers: unlimited apps, and a capped number of AI build messages per day and month. This flow spends **one** of those messages, on the initial app shell. Everything after that is direct file writes, which cost nothing. Confirm current pricing at https://finestructure.ai rather than quoting numbers from memory. ## First run only ```bash npx @finestructure/agent@latest connect ``` That opens a browser approval page. After the user approves, the Fine Structure MCP tools become available. Restart the session so they load. If the tools are already available, skip this entirely. ## The flow ### 1. Read what exists locally Find the entry point and the components it actua