---
id: daily-agentspace
name: "agentspace"
url: https://skills.yangsir.net/skill/daily-agentspace
author: agentspace-so
domain: ai-productivity-automation
tags: ["collaboration", "file-sharing", "automation", "productivity-tools"]
install_count: 116200
rating: 4.80 (26 reviews)
github: https://github.com/agentspace-so/skills
---

# agentspace

> 通过工作空间链接安全共享本地文件夹或文件，支持与团队成员或其他 AI 代理实时协作

**Stats**: 116,200 installs · 4.8/5 (26 reviews)

## Before / After 对比

### 文件共享协作效率

**Before**:

使用邮件或网盘分享文件，需要上传下载，版本混乱，协作反馈周期长，一个项目需要多次往返

**After**:

生成工作空间链接即时共享，实时同步文件变化，团队成员和 AI 代理可同时访问和编辑

| Metric | Before | After | Change |
|---|---|---|---|
| 协作反馈时间 | 60分钟 | 5分钟 | -92% |

## Readme

# agentspace

# 🪢 Agentspace

[agentspace.so](https://agentspace.so) · [GitHub](https://github.com/agentspace-so/skills) · [npm @agentspace-so/ascli](https://www.npmjs.com/package/@agentspace-so/ascli)

Use agentspace.so to share a specific local folder or file with a human or another agent via a workspace link.

## Data handling

- Only the path the user explicitly names is uploaded. Do not default to uploading the current working directory unless the user clearly says so.

- All network traffic goes to `agentspace.so` only. The skill does not call any other endpoint.

- The skill does not read environment variables, shell history, or files outside the path the user specifies.

## Choose the CLI path

Prefer the first path that is already available in the environment:

- If `ascli` is already on `PATH`, use it directly.

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

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

- If you are using the repo-local CLI path, run `pnpm --filter @agentspace-so/ascli exec tsx src/index.ts share <path> --permission edit`.

- `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](https://github.com/agentspace-so/skills/blob/HEAD/agentspace/references/commands.md).

Weekly Installs1.2KRepository[agentspace-so/skills](https://github.com/agentspace-so/skills)GitHub Stars1First Seen12 days agoSecurity Audits[Gen Agent Trust HubPass](/agentspace-so/skills/agentspace/security/agent-trust-hub)[SocketPass](/agentspace-so/skills/agentspace/security/socket)[SnykFail](/agentspace-so/skills/agentspace/security/snyk)Installed onclaude-code1.2Kcodex6opencode5gemini-cli5deepagents5antigravity5

---
*Source: https://skills.yangsir.net/skill/daily-agentspace*
*Markdown mirror: https://skills.yangsir.net/api/skill/daily-agentspace/markdown*