Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:1
forks:0
updated:May 6, 2026 at 08:57
File Explorer
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | skill-discovery |
| description | 技能发现工具。搜索本地和云端技能库,发现可复用技能。当用户说"找技能"、"搜索技能"、"有什么技能"时使用。 |
| version | 1.0.0 |
| triggers | ["技能发现","skill discover"] |
Discover and browse skills from OpenSpace's local and cloud skill library.
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 |
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
execute_task from the delegate-task skill.