agentspace

Use when the user wants to share a local folder, file, generated artifacts, logs, screenshots, or a project workspace with a human or another agent via a link. Trigger on requests like "share this folder", "upload these files", "send me the artifacts", "give me a link", or "handoff this workspace". Fits into MCP tool workflows and automation pipelines where multiple agents need a shared data root accessible through the ascli HTTP API.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agentspace" with this command: npx skills add agentspace-so/skills/agentspace-so-skills-agentspace

🪢 Agentspace

agentspace.so · GitHub · npm @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:

  1. If ascli is already on PATH, use it directly.
  2. 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>.
  3. 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Repository SourceNeeds Review
325.4K121.7Kanthropics
Coding

remotion-best-practices

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

Repository Source
259.9K2.8Kremotion-dev
Coding

ai-image-generation

Generate images with 50+ AI models via inference.sh CLI.

Repository Source
151K357skillssh
Coding

ai-video-generation

Generate videos with 40+ AI models via inference.sh CLI.

Repository Source
150.7K357skillssh