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-urlflag tonpx @sharnix/agent setupfor non-blocking setup on remote servers and headless environments. - Published
skill.mdat 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-urldocumentation. - Fixed bin entry names in npm package to ensure
npx @sharnix/agentworks correctly on all platforms.