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

54
skills/users/SKILL.md Normal file
View File

@@ -0,0 +1,54 @@
---
name: users-routes
description: Handle 5 OpenAPI operation(s) under /v2/users for the users route group.
---
# users API Routes
Handle 5 OpenAPI operation(s) under /v2/users for the users 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
### user_get
- Operation ID: `user_get`
- Route: `GET /v2/users/{userId}`
- Mode: READ
- Summary: Get public user data
- Parameters:
- `userId` in `path` required
### users_me_get
- Operation ID: `users_me_get`
- Route: `GET /v2/users/me`
- Mode: READ
- Summary: Get private user data
### users_me_usage_monthly_get
- Operation ID: `users_me_usage_monthly_get`
- Route: `GET /v2/users/me/usage/monthly`
- Mode: READ
- Summary: Get monthly usage
- Parameters:
- `date` in `query`
### users_me_limits_get
- Operation ID: `users_me_limits_get`
- Route: `GET /v2/users/me/limits`
- Mode: READ
- Summary: Get limits
### users_me_limits_put
- Operation ID: `users_me_limits_put`
- Route: `PUT /v2/users/me/limits`
- Mode: WRITE
- Summary: Update limits
- Body: JSON request body accepted.