npx skills add https://github.com/agentspace-so/skills --skill agentspace使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
Share local folders, files, and generated artifacts from your agent via a link.
npx skills add agentspace-so/skills --skill agentspace -g
Or tell your agent:
Install the agentspace skill: npx skills add agentspace-so/skills --skill agentspace -g
The skill uses agentspace.so to sync local folders to cloud storage and return a shareable URL. It auto-detects the best install path (ascli → npx → curl).
If npm is not available, the CLI can also be installed via:
curl -fsSL https://agentspace.so/install.sh | bash
To name your workspace during sync:
ascli sync . --name "<workspace name>"
--permission view for read-only access)npx skills remove agentspaceMIT