ワンクリックで
bolta-quota-status
View current quota usage and limits for a workspace including post count, API requests, and reset timers
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
View current quota usage and limits for a workspace including post count, API requests, and reset timers
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Activate a paused job after preview and voice validation - the explicit trust moment where user says "yes, start posting"
Modify an existing agent's configuration including persona, model tier, enabled skills, and job settings
Create and onboard a new AI agent teammate from marketplace presets with conversational discovery and preview generation.
Store and retrieve information across job runs - how agents learn and improve over time
Handle @mention interactions where users ask agents for quick feedback on posts and drafts
Bolta Skills Registry - canonical index and orchestration layer for all Bolta skills, organized by plane
| name | bolta.quota.status |
| version | 2.0.0 |
| description | View current quota usage and limits for a workspace including post count, API requests, and reset timers |
| category | control |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| required_scopes | ["workspace:read"] |
| agent_types | ["analytics","custom"] |
| safe_defaults | {} |
| tools_required | [] |
| inputs_schema | {"type":"object","required":["workspace_id"],"properties":{"workspace_id":{"type":"string","description":"Workspace UUID"}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"daily_posts":{"type":"object"},"hourly_api_requests":{"type":"object"},"percentage_used":{"type":"number"},"time_until_reset":{"type":"string"}}} |
| organization | bolta.ai |
| author | Bolta Team |
View current quota usage and limits for a workspace to monitor usage, check if approaching limits, and plan content schedules.
{
"success": true,
"daily_posts": {
"used": 47,
"limit": 100,
"remaining": 53,
"resets_in": "4h 23m"
},
"hourly_api_requests": {
"used": 234,
"limit": 1000,
"remaining": 766,
"resets_in": "23m"
},
"percentage_used": {
"posts": 0.47,
"api": 0.234
}
}
{
"workspace_id": "uuid"
}
Result: Receive current quota status to determine if bulk job can proceed