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_task
Notes
This is for discovery — you see results and decide. For direct execution, use execute_task from the delegate-task skill.
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.
1---2name: skill-discovery3description: Skill Discovery4---5# Skill Discovery67Discover and browse skills from OpenSpace's local and cloud skill library.89## When to use1011- User asks "what skills are available?" or "is there a skill for X?"12- You encounter an unfamiliar task — a proven skill can save significant tokens over trial-and-error13- You need to decide: handle a task yourself, or delegate to OpenSpace1415## search_skills1617```18search_skills(query="automated deployment with rollback", source="all")19```2021| Parameter | Required | Default | Description |22|-----------|----------|---------|-------------|23| `query` | yes | — | Natural language or keywords |24| `source` | no | `"all"` | Local + cloud; falls back to local-only if no API key |25| `limit` | no | `20` | Max results |26| `auto_import` | no | `true` | Auto-download top cloud hits locally |2728## After search2930Results are returned to you (not executed). Cloud hits with `auto_imported: true` include a `local_path`.3132```33Found a matching skill?34├── YES, and I can follow it myself35│ → read SKILL.md at local_path, follow the instructions36├── YES, but I lack the capability37│ → delegate via execute_task (see delegate-task skill)38└── NO match39 → handle it yourself, or delegate via execute_task40```4142## Notes4344- This is for **discovery** — you see results and decide. For direct execution, use `execute_task` from the `delegate-task` skill.45- Cloud skills have been evolved through real use — more reliable than skills written from scratch.46- Always tell the user what you found (or didn't find) and what you recommend.
Run npx skillmds@latest add penghang1223/skill-discovery in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Skill Discovery It is listed under Product & Planning on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
penghang1223 (@penghang1223) published this skill. Their other Agent Skills are listed on their SkillMD profile.