Skip to main content

Install in 5 seconds

npx skills add sk-code-01/supalink-skill -g
That’s it. Your agent can now publish to the web.

What happens after install

Your AI agent gains a new ability: turning any files into a live website. Just tell it what you want:
You sayAgent does
”Publish this project”Scans files, uploads to Supalink, returns a live URL
”Deploy my dist folder”Same — finds dist/, publishes it
”Give me a URL for this”Same — detects the right directory, publishes
”Update my site”Compares hashes, uploads only changed files
”Make this live”Same — publishes whatever you’re working on
The agent handles everything: file scanning, hashing, uploading, authentication, error handling, and retries.

One install, every project

The skill installs globally. Every project, every conversation, every agent session — it just works. Your agent always has the ability to publish.
Session 1: "Build a landing page" → agent builds + publishes
Session 2: "Create a dashboard" → agent builds + publishes
Session 3: "Update the landing page" → agent updates only changed files

Supported agents

AgentInstall method
Claude Codenpx skills add sk-code-01/supalink-skill -g
Cursornpx skills add sk-code-01/supalink-skill -g -a cursor
Windsurfnpx skills add sk-code-01/supalink-skill -g -a windsurf
All agentsnpx skills add sk-code-01/supalink-skill -g --all
Follows the open Agent Skills standard.

No API key? No problem

Without an API key, the agent publishes anonymously — the site is live instantly but expires in 24 hours. The agent will offer to set up authentication on the first publish if you want permanent URLs.

What’s next

Installation details

Manual install, environment setup, and troubleshooting.

Usage examples

Real examples of what agents can publish.