Openakita search-hub-agents
Search for Agents on the OpenAkita Platform Agent 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-hub-agents" ~/.claude/skills/openakita-openakita-search-hub-agents && rm -rf "$T"
manifest:
skills/system/search-hub-agents/SKILL.mdsource content
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
- Call
with optional filterssearch_hub_agents - Review results — note the
field for each Agentid - Use
(from install-hub-agent) to inspect before installingget_hub_agent_detail - Use
to install the chosen Agentinstall_hub_agent
Parameters
| Parameter | Required | Description |
|---|---|---|
| No | Search keyword (e.g. "客服", "project manager") |
| No | Filter: customer_service, development, business, creative, education, productivity, general |
| No | Sort by: downloads (default), rating, newest |
| No | Page number (default 1, 20 results per page) |
Fallback
If the remote Agent Store is unavailable:
- Local Agent import/export via
files still works.akita-agent - Use
to see local Agentslist_exportable_agents - Suggest user retry later or check network