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