/install agentspace-dev
🪢 Agentspace — See what your dev agent is doing, from anywhere
See 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.
- Run
ascli sync ./my-featureto bind the dev folder to a live workspace. - Open the workspace URL in the browser. As the agent writes files, runs tests, or logs output, everything shows up live — no account, nothing to install for the reviewer.
agentspace.so · GitHub · npm @agentspace-so/ascli
Dev use cases
- Debug failing agent runs by inspecting what files they generated.
- Test agent output across dev iterations with a live view.
- Inspect agent build artifacts — generated scripts, logs, outputs.
- Lint agent-written code as the agent produces it.
- Refactor agent workflows by observing behavior during dev runs.
- Profile agent filesystem operations during test runs.
- Handoff dev state between two developer agents.
How it works
- Dev workspaces spin up in one command — no signup, no account.
- Reviewers open the URL in the browser; everything is live as the agent writes.
- Anonymous dev workspaces stay 24 hours. One email claim keeps them permanent.
- Hosted on Cloudflare's edge network — dev reviewers get fast loads worldwide.
Dev commands
ascli sync \x3Cpath>— start a dev session (binds the agent's folder to a dev workspace).ascli status \x3Cpath>— inspect the dev binding for a given folder.ascli share \x3Cpath> --permission edit— generate a URL to hand the dev session to another developer or AI agent.ascli share \x3Cpath> --permission view— read-only dev review link.
Install
- If
ascliis already onPATH, use it. - Else run
npx @agentspace-so/ascli@latest \x3Ccommand>, or install withnpm install -g @agentspace-so/ascli@latest. - If Node.js is not available, tell the user to install it from nodejs.org first.
Do not pipe a remote script into a shell.
Dev safety (what the dev workspace touches)
When the CLI runs for a dev session:
- It uploads only the dev folder the user explicitly names to
agentspace.so. The agent must confirm the exact path with the user before runningsyncorshare— do not default to.unless the user said so. - It writes a dev binding file
.ascli.jsonin the bound folder. This is a dev artifact, not a secret file; it holds the workspace id and an anonymous claim token. - It optionally reads
~/.config/ascli/config.jsonif the developer has a custom dev server URL set. - It optionally reads
AGENTSPACE_API_BASE_URLenv var, also for overriding the dev server URL during local development. - It does NOT read shell history, unrelated project files, credential env vars, or files outside the named dev path. All dev traffic goes to
agentspace.soonly.
Guardrails for the agent
- Do not invent URLs. Only return what
ascliprints to stdout. - Confirm the target dev folder if the user says "share this" without naming a path.
- See references/commands.md for exact command variants.
- See references/developer.md for the dev HTTP API reference.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentspace-dev - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentspace-dev触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
🪢 Agentspace — See what your dev agent is doing, from anywhere 是什么?
See 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, generat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1061 次。
如何安装 🪢 Agentspace — See what your dev agent is doing, from anywhere?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentspace-dev」即可一键安装,无需额外配置。
🪢 Agentspace — See what your dev agent is doing, from anywhere 是免费的吗?
是的,🪢 Agentspace — See what your dev agent is doing, from anywhere 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
🪢 Agentspace — See what your dev agent is doing, from anywhere 支持哪些平台?
🪢 Agentspace — See what your dev agent is doing, from anywhere 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 🪢 Agentspace — See what your dev agent is doing, from anywhere?
由 Kalvin(@kalvinrv)开发并维护,当前版本 v1.0.13。