
Skill Discovery
- 8 installs
- 7.3k repo stars
- Updated July 27, 2026
- hkuds/openspace
Search OpenSpace's local registry and cloud community for reusable skills before deciding to handle a task yourself or delegate it.
About
Uses search_skills to browse local and cloud OpenSpace skills, auto-importing top cloud hits for you to review. A developer uses it to find a proven skill before trial-and-error or delegation.
- search_skills across local + cloud with auto_import
- Decision tree: follow yourself, delegate, or handle it
Skill Discovery by the numbers
- 8 all-time installs (skills.sh)
- +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #543 of 781 Skill Development skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/hkuds/openspace --skill skill-discoveryAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 8 |
|---|---|
| repo stars | ★ 7.3k |
| Last updated | July 27, 2026 |
| Repository | hkuds/openspace ↗ |
What it does
Search OpenSpace's local registry and cloud community for reusable skills before deciding to handle a task yourself or delegate it.
Files
Skill Discovery
Discover and browse skills from OpenSpace's local and cloud skill library.
When to use
- User asks "what skills are available?" or "is there a skill for X?"
- You encounter an unfamiliar task — a proven skill can save significant tokens over trial-and-error
- You need to decide: handle a task yourself, or delegate to OpenSpace
search_skills
search_skills(query="automated deployment with rollback", source="all")| Parameter | Required | Default | Description |
|---|---|---|---|
query | yes | — | Natural language or keywords |
source | no | "all" | Local + cloud; falls back to local-only if no API key |
limit | no | 20 | Max results |
auto_import | no | true | Auto-download top cloud hits locally |
After search
Results are returned to you (not executed). Cloud hits with auto_imported: true include a local_path.
Found a matching skill?
├── YES, and I can follow it myself
│ → read SKILL.md at local_path, follow the instructions
├── YES, but I lack the capability
│ → delegate via execute_task (see delegate-task skill)
└── NO match
→ handle it yourself, or delegate via execute_taskNotes
- This is for discovery — you see results and decide. For direct execution, use
execute_taskfrom thedelegate-taskskill. - Cloud skills have been evolved through real use — more reliable than skills written from scratch.
- Always tell the user what you found (or didn't find) and what you recommend.