Openakita search-store-skills
Search for Skills on the OpenAkita Platform Skill Store
install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/search-store-skills" ~/.claude/skills/openakita-openakita-search-store-skills && rm -rf "$T"
manifest:
skills/system/search-store-skills/SKILL.mdsource content
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
with optional filterssearch_store_skills - Review results — note the
andid
for each SkilltrustLevel - Use
to inspect before installingget_store_skill_detail - Use
to install the chosen Skillinstall_store_skill
Parameters
| Parameter | Required | Description |
|---|---|---|
| No | Search keyword |
| No | Filter by category |
| No | Filter: official, certified, community |
| No | Sort by: installs (default), rating, newest, stars |
| 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