Skip to main content

Module marketplace_tool

Module marketplace_tool 

Source
Expand description

Marketplace tool — wraps MarketplaceApi behind the AgentTool interface.

Provides agents with multi-registry marketplace capabilities. Registries: ClawHub, Skills.sh (Vercel Labs ecosystem).

Actions: search, get, install, update, update_all, check_updates, skills_sh_search, skills_sh_list, skills_sh_install, skills_sh_detail.

§Example

{ "action": "search", "query": "code review", "limit": 10 }
{ "action": "install", "slug": "code-review-helper", "version": "1.2.0" }
{ "action": "skills_sh_search", "query": "frontend design" }
{ "action": "skills_sh_install", "skill_id": "vercel-labs/agent-skills/frontend-design" }

Structs§

MarketplaceTool
Agent tool for multi-registry marketplace operations.