Share local folders, files, and generated artifacts from your agent via a link.
npx skills add agentspace-so/skills --skill agentspace -gOr tell your agent:
Install the agentspace skill: npx skills add agentspace-so/skills --skill agentspace -g
- "Share the current folder with me and return a link."
- "Upload these generated files and give me a link."
- "Send me the build artifacts."
- "Give another agent access to this workspace."
- "Handoff this project to another agent."
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 | bashTo name your workspace during sync:
ascli sync . --name "<workspace name>"- Files are synced to agentspace.so cloud storage
- Default share permission is edit (use
--permission viewfor read-only access) - No credentials or API keys are required for basic sync
- Remove skill:
npx skills remove agentspace
MIT