search-store-skills
// Search for Skills on the OpenAkita Platform Skill Store
$ git log --oneline --stat
stars:1.8Kforks:246updated:May 17, 2026 at 09:08
SKILL.md
| name | search-store-skills |
|---|---|
| description | Search for Skills on the OpenAkita Platform Skill Store |
name: search-store-skills description: Search for Skills on the OpenAkita Platform Skill Store system: true handler: skill_store tool-name: search_store_skills category: Platform
search-store-skills
Search for Skills on the OpenAkita Platform Skill Store.
When to Use
- User wants to find or browse Skills on the OpenAkita marketplace
- User asks "有什么技能可以安装" or "搜索一个 XX Skill"
- User wants to discover Skills by trust level (official / certified / community)
Workflow
- Call
search_store_skillswith optional filters - Review results — note the
idandtrustLevelfor each Skill - Use
get_store_skill_detailto inspect before installing - Use
install_store_skillto install the chosen Skill
Parameters
| Parameter | Required | Description |
|---|---|---|
query | No | Search keyword |
category | No | Filter by category |
trust_level | No | Filter: official, certified, community |
sort | No | Sort by: installs (default), rating, newest, stars |
page | No | Page number (default 1) |
Trust Levels
- official: Maintained by the OpenAkita team
- certified: Reviewed and approved by the team
- community: Community-contributed, use at your own discretion
Fallback
If the remote Skill Store is unavailable:
- Local skill management still works
- Skills can be installed from GitHub using
install_skill - The skills.sh marketplace can be accessed via Setup Center