npx skills add ...
npx skills add agentspace-so/skills --skill agentspace
See what your AI agent is doing, from anywhere. The agent keeps writing — logs, code, generated outputs, screenshots, artifacts. One command turns the folder into a live URL you (or a teammate) open in any browser to watch files evolve, edit in place, or comment — no sync, no zip, no account. Workspaces stay live 24 hours anonymously; one email claim keeps them permanent. Hosted on Cloudflare. Triggers on "show me what the agent is doing", "open the agent's folder", "share this folder", "give me a link", "hand off this workspace", or any ask to make an agent's local file state visible from another device or to another person.
npx skills add agentspace-so/skills --skill agentspace
See what your agent is doing — from anywhere.
Your agent keeps writing — logs, code, generated outputs. You open a URL and watch the folder evolve in the browser. No sync, no zip, no account.
agentspace.so · GitHub · npm @agentspace-so/ascli
Folders, single files, generated code, test output, build logs, screenshots, PDFs, reports, dashboards, prototypes — any local artifact.
ascli share <path>) creates an anonymous workspace and returns a link.agentspace.so only.ascli is already on PATH, use it directly.npm is available, install once with npm install -g @agentspace-so/ascli@latest, or run without installing via npx @agentspace-so/ascli@latest <command>.ascli nor npm is available, stop and tell the user to install Node.js from nodejs.org first.Do not pipe a remote script into a shell to install.
..ascli share <path> --permission edit with the user-specified path.--permission view.share handles an unbound folder by creating a temporary workspace, syncing once, and returning a link — no separate sync step is needed.npx already works.