{
  "markdown": "# agentspace\n\nShare local folders, files, and generated artifacts from your agent via a link.\n\n## Install\n\n```bash\nnpx skills add agentspace-so/skills --skill agentspace -g\n```\n\nOr tell your agent:\n\n```\nInstall the agentspace skill: npx skills add agentspace-so/skills --skill agentspace -g\n```\n\n## Try it — say this to your agent\n\n- \"Share the current folder with me and return a link.\"\n- \"Upload these generated files and give me a link.\"\n- \"Send me the build artifacts.\"\n- \"Give another agent access to this workspace.\"\n- \"Handoff this project to another agent.\"\n\n## How it works\n\nThe skill uses [agentspace.so](https://agentspace.so/?utm_source=github&utm_medium=readme&utm_campaign=skills) to sync local folders to cloud storage and return a shareable URL. It auto-detects the best install path (`ascli` → `npx` → `curl`).\n\nIf npm is not available, the CLI can also be installed via:\n\n```bash\ncurl -fsSL https://agentspace.so/install.sh | bash\n```\n\nTo name your workspace during sync:\n\n```bash\nascli sync . --name \"<workspace name>\"\n```\n\n## Security & Privacy\n\n- Files are synced to agentspace.so cloud storage\n- Default share permission is **edit** (use `--permission view` for read-only access)\n- No credentials or API keys are required for basic sync\n- Remove skill: `npx skills remove agentspace`\n\n---\n\n## Also in this repo: find-skills\n\n🔍 **Find Skills** — search every agent-skill registry at once (skills.sh + clawhub.ai + GitHub), ranked on each board's own metric, with a built-in security scan of the top candidates.\n\n```bash\nnpx skills add agentspace-so/skills --skill find-skills -g\n```\n\nThen ask your agent \"find a skill for X\" / \"what skill should I install for …\".\n\n## License\n\nMIT\n",
  "bytes": 1703,
  "sha": "ce181c5ff715e05f418590397daa53eee18b0001a42bb9d09901b3d4793aca72",
  "repo_slug": "agentspace-so/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_agentspace_so_skills_agentspace_6270593f/readme"
}