‹ 首页

agentspace

@agentspace-so · 收录于 1 周前

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.

适合你,如果想让队友或自己从任何设备实时查看agent的产出文件。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add agentspace-so/skills/agentspace
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- agentspace-so/skills/agentspace
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify agentspace-so/skills/agentspace
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
13GitHub stars
待重算上下文体积
索引托管

怎么用

商店整理自技能原文 · 版本 88d28ef · 表述以原文为准
它做什么

装上后,Claude 可以把你的本地文件夹或文件变成一个公开的网页链接。你或别人打开链接就能看到文件内容、在线编辑或评论,不需要注册账号。

什么时候触发

当你说“看看我的文件夹”、“分享这个文件夹”、“给我一个链接”或类似的话时,Claude 会询问要分享哪个路径,然后执行命令生成链接。

装好后可以这样说
Claude 会生成一个只读链接,你可以发给同事。
Claude 会分享文件夹,返回一个在手机上也能打开的链接。
技能原文 SKILL.md作者撰写 · MIT · 88d28ef

🪢 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.

  1. Tell the agent to share any local folder or file.
  2. The agent returns a URL — anyone opens it in the browser, no signup.

agentspace.so · GitHub · npm @agentspace-so/ascli

What you can share

Folders, single files, generated code, test output, build logs, screenshots, PDFs, reports, dashboards, prototypes — any local artifact.

How it works
  • One command (ascli share <path>) creates an anonymous workspace and returns a link.
  • Anyone opens the link — reads, comments, or edits directly in the browser.
  • Anonymous workspaces live 24 hours. One email claim makes them permanent.
  • Hosted on Cloudflare's edge network — links load fast worldwide.
Data handling
  • Only the path the user explicitly names is uploaded. Do not default to the current working directory unless the user clearly says so.
  • All network traffic goes to agentspace.so only.
  • The skill does not read environment variables, shell history, or files outside the path the user specifies.
Choose the CLI path
  1. If ascli is already on PATH, use it directly.
  2. Else if npm is available, install once with npm install -g @agentspace-so/ascli@latest, or run without installing via npx @agentspace-so/ascli@latest <command>.
  3. If neither 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.

Share a path
  • Ask the user which folder or file to share if they have not named one explicitly. Do not assume ..
  • Run ascli share <path> --permission edit with the user-specified path.
  • If the user asks for view-only access, use --permission view.
  • share handles an unbound folder by creating a temporary workspace, syncing once, and returning a link — no separate sync step is needed.
  • Return the share URL directly to the user exactly as the CLI prints it.
Guardrails
  • Do not invent claim URLs, workspace URLs, or share URLs. Only return what the CLI prints.
  • Do not require a global install if npx already works.
  • Do not move the user into a different project just to use agentspace.so.
  • If the user asks to "share this folder" and the target is ambiguous, confirm the exact path before running.
  • If you need exact command variants, read [references/commands.md](references/commands.md).
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。