This commit is contained in:
a2a-platform
2026-06-06 21:16:45 +00:00
parent fa7c71252f
commit dfb65e705f
17 changed files with 3113 additions and 4393 deletions

32
skills/store/SKILL.md Normal file
View File

@@ -0,0 +1,32 @@
---
name: store-routes
description: Handle 1 OpenAPI operation(s) under /v2/store for the store route group.
---
# store API Routes
Handle 1 OpenAPI operation(s) under /v2/store for the store route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### store_get
- Operation ID: `store_get`
- Route: `GET /v2/store`
- Mode: READ
- Summary: Get list of Actors in Store
- Parameters:
- `limit` in `query`
- `offset` in `query`
- `search` in `query`
- `sortBy` in `query`
- `category` in `query`
- `username` in `query`
- `pricingModel` in `query`
- `allowsAgenticUsers` in `query`
- `responseFormat` in `query`
- `includeUnrunnableActors` in `query`