agentspace
작성자: agentspace-so
AI 에이전트가 어디서나 무엇을 하고 있는지 확인하세요. 에이전트는 로그, 코드, 생성된 출력물, 스크린샷, 아티팩트를 계속 기록합니다. 하나의 명령으로 폴더를 실시간 URL로 전환하여, 사용자(또는 팀원)가 브라우저에서 파일 변화를 보고, 직접 편집하거나 댓글을 달 수 있습니다 — 동기화, 압축, 계정이 필요 없습니다. 워크스페이스는 24시간 익명으로 유지되며, 이메일 인증 한 번으로 영구 보관됩니다. Cloudflare에서 호스팅됩니다. "에이전트가 무엇을 하고 있는지 보여줘", "에이전트 폴더 열어줘", "이 폴더 공유해줘" 등의 명령어로 실행됩니다.
npx skills add https://github.com/agentspace-so/skills --skill agentspace🪢 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.
- Tell the agent to share any local folder or file.
- 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.soonly. - The skill does not read environment variables, shell history, or files outside the path the user specifies.
Choose the CLI path
- If
ascliis already onPATH, use it directly. - Else if
npmis available, install once withnpm install -g @agentspace-so/ascli@latest, or run without installing vianpx @agentspace-so/ascli@latest <command>. - If neither
asclinornpmis 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 editwith the user-specified path. - If the user asks for view-only access, use
--permission view. sharehandles an unbound folder by creating a temporary workspace, syncing once, and returning a link — no separatesyncstep 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
npxalready 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.