Install
openclaw skills install agentspace-devSee what your AI dev agent is doing, from anywhere โ free, no-signup live dev workspace for AI agent development. The dev agent keeps writing โ logs, generated code, test output, build artifacts, screenshots โ and you open a URL to watch the dev folder evolve in the browser. Debug failing agent dev runs, inspect generated dev files live, review build logs, test agent outputs, lint agent-written dev code, profile dev filesystem operations, and hand dev state to a reviewer or another developer agent โ all in a dev workspace that spins up with one CLI command and needs no account. Fits dev iterations, build pipelines, test debug sessions, output review, and dev-to-dev handoff. Dev workspaces stay live 24 hours anonymously; one email claim keeps them permanent. Built on the ascli CLI and dev HTTP API at agentspace.so. Triggers on "show me what the dev agent is doing", "open the dev agent's folder from anywhere", "debug this agent", "what did the agent generate", "review the build output", "hand off this dev session", "show me the agent's files live", or any dev-time observability need.
openclaw skills install agentspace-devSee what your dev agent is doing โ from anywhere. Free, no-signup live dev workspace for AI agent development, debug, and dev-to-dev handoff.
Your dev agent keeps writing โ logs, generated code, test output, build artifacts. You open a URL from any device and watch the dev folder evolve in the browser. No sync, no zip, no account.
ascli sync ./my-feature to bind the dev folder to a live workspace.agentspace.so ยท GitHub ยท npm @agentspace-so/ascli
ascli sync <path> โ start a dev session (binds the agent's folder to a dev workspace).ascli status <path> โ inspect the dev binding for a given folder.ascli share <path> --permission edit โ generate a URL to hand the dev session to another developer or AI agent.ascli share <path> --permission view โ read-only dev review link.ascli is already on PATH, use it.npx @agentspace-so/ascli@latest <command>, or install with npm install -g @agentspace-so/ascli@latest.Do not pipe a remote script into a shell.
When the CLI runs for a dev session:
agentspace.so. The agent must confirm the exact path with the user before running sync or share โ do not default to . unless the user said so..ascli.json in the bound folder. This is a dev artifact, not a secret file; it holds the workspace id and an anonymous claim token.~/.config/ascli/config.json if the developer has a custom dev server URL set.AGENTSPACE_API_BASE_URL env var, also for overriding the dev server URL during local development.agentspace.so only.ascli prints to stdout.