You tell Claude to share a folder, and agentspace turns it into a live URL anyone can open to watch files update in real time. No account, no sync dance, no zipping things up to hand off. Anonymous links last 24 hours, or you can claim one with an email to keep it permanent. It's aimed at the moment when you need to show someone what your agent just generated or let a teammate see logs as they're written. Runs on Cloudflare, works with npx if you don't want a global install. The main thing it solves is making local agent output visible from another browser without the usual file-sharing ritual.
npx -y skills add agentspace-so/skills --skill agentspace --agent claude-codeInstalls into .claude/skills of the current project.
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.sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template