v1.0.7

Remote machine setup + skill.md

May 2026 · New

npx -y @sharnix/agent@1.0.7

The problem

Setting up Sharnix on a remote server or VPS meant blocking the terminal while you waited for browser auth — awkward over SSH and impossible on headless boxes.

What we did

Setup can now print an auth URL and exit, so you authorize from your laptop or phone. We also published skill.md so AI agents know the full Sharnix workflow without guessing.

What you can do now

On a remote machine, run npx @sharnix/agent setup --print-url, open the link on any device, then start sharing. Tell your AI agent to read skill.md for the complete flow.

View technical details
  • Added --print-url flag to npx @sharnix/agent setup for non-blocking setup on remote servers and headless environments.
  • Published skill.md at relay.sharnix.com/skill.md — an installable procedural skill that gives AI agents complete workflow knowledge without reasoning from scratch.
  • Updated llms.txt with full remote-machine setup workflow and --print-url documentation.
  • Fixed bin entry names in npm package to ensure npx @sharnix/agent works correctly on all platforms.

← All releases