Back to skills
SkillHub ClubShip Full StackFull Stack
search-hub-agents
Search for Agents on the OpenAkita Platform Agent 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,319
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-hub-agents
Repository
openakita/openakita
Skill path: skills/system/search-hub-agents
Search for Agents on the OpenAkita Platform Agent 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-hub-agents into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openakita/openakita before adding search-hub-agents to shared team environments
- Use search-hub-agents for platform workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: search-hub-agents description: Search for Agents on the OpenAkita Platform Agent Store system: true handler: agent_hub tool-name: search_hub_agents category: Platform --- # search-hub-agents Search for Agents on the OpenAkita Platform Agent Store. ## When to Use - User wants to find or browse Agents on the OpenAkita marketplace - User asks "有什么 Agent 可以用" or "搜索一个 XX Agent" - User wants to discover community-shared Agents by category ## Workflow 1. Call `search_hub_agents` with optional filters 2. Review results — note the `id` field for each Agent 3. Use `get_hub_agent_detail` (from install-hub-agent) to inspect before installing 4. Use `install_hub_agent` to install the chosen Agent ## Parameters | Parameter | Required | Description | |-----------|----------|-------------| | `query` | No | Search keyword (e.g. "客服", "project manager") | | `category` | No | Filter: customer_service, development, business, creative, education, productivity, general | | `sort` | No | Sort by: downloads (default), rating, newest | | `page` | No | Page number (default 1, 20 results per page) | ## Fallback If the remote Agent Store is unavailable: - Local Agent import/export via `.akita-agent` files still works - Use `list_exportable_agents` to see local Agents - Suggest user retry later or check network