https://github.com/agentspace-so/skills
https://github.com/agentspace-so/skills
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/agentspace-so/skills
- Owner: agentspace-so
- License: mit
- Created: 2026-04-10T10:33:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-22T08:20:26.000Z (2 months ago)
- Last Synced: 2026-05-22T15:08:53.462Z (2 months ago)
- Language: Shell
- Homepage: https://agentspace.so
- Size: 5.6 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- skillshare-hub - **agentspace** - low](https://img.shields.io/badge/risk-low-green) — Agentspace skill for AI agent workflows (Skills Catalog / Agent (29))
README
# agentspace
Share local folders, files, and generated artifacts from your agent via a link.
## Install
```bash
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
```
## Try 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](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`).
If npm is not available, the CLI can also be installed via:
```bash
curl -fsSL https://agentspace.so/install.sh | bash
```
To name your workspace during sync:
```bash
ascli sync . --name ""
```
## Security & Privacy
- Files are synced to agentspace.so cloud storage
- Default share permission is **edit** (use `--permission view` for 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.
```bash
npx skills add agentspace-so/skills --skill find-skills -g
```
Then ask your agent "find a skill for X" / "what skill should I install for …".
## License
MIT