Back to skills
SkillHub ClubShip Full StackFull Stack
search-store-skills
Search for Skills on the OpenAkita Platform Skill Store
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
1,270
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
B77.6
Install command
npx @skill-hub/cli install openakita-openakita-search-store-skills
Repository
openakita/openakita
Skill path: skills/system/search-store-skills
Search for Skills on the OpenAkita Platform Skill Store
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openakita.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install search-store-skills into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openakita/openakita before adding search-store-skills to shared team environments
- Use search-store-skills for platform workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- 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 1. Call `search_store_skills` with optional filters 2. Review results — note the `id` and `trustLevel` for each Skill 3. Use `get_store_skill_detail` to inspect before installing 4. Use `install_store_skill` to 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