
agentspace-so / skills
★ 11A skill package that teaches your agent 2 capabilities — every one documented and browsable below, no GitHub required · by agentspace-so.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
See what your AI agent is doing, from anywhere. The agent keeps writing — logs, code, generated outputs, screenshots, artifacts. One command turns the folder into a live URL you (or a teammate) open in any browser to watch files evolve, edit in place, or comment — no sync, no zip, no account. Workspaces stay live 24 hours anonymously; one email claim keeps them permanent. Hosted on Cloudflare. Triggers on "show me what the agent is doing", "open the agent's folder", "share this folder",...
5 files — installable on its own
Discover, vet, and install agent skills by searching ACROSS every major registry at once — skills.sh, clawhub.ai, and GitHub — presenting each board on its own native metric (installs / stars) with the top entry per board, security-scanning the top candidates' real SKILL.md for risky patterns, and flagging what's already installed. Use when the user asks "how do I do X", "find a skill for X", "is there a skill that…", "what skill should I install for…", or wants to extend the agent with a...
3 files — installable on its own
agentspace
Share local folders, files, and generated artifacts from your agent via a link.
Install
npx skills add agentspace-so/skills --skill agentspace -gOr tell your agent:
Install the agentspace skill: npx skills add agentspace-so/skills --skill agentspace -gTry it — say this to your agent
- "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."
How it works
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>"Security & Privacy
- 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
Also in this repo: find-skills
🔍 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.
npx skills add agentspace-so/skills --skill find-skills -gThen ask your agent "find a skill for X" / "what skill should I install for …".
License
MIT
Install the whole package (2 skills):
npx skills add https://github.com/agentspace-so/skillsOr install a single skill:
npx skills add https://github.com/agentspace-so/skills --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.