ワンクリックで
bolta-policy-explain
Explain workspace policy and the caller's effective capabilities (what actions are allowed) in plain language.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Explain workspace policy and the caller's effective capabilities (what actions are allowed) in plain language.
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.policy.explain |
| version | 1.0.0 |
| description | Explain workspace policy and the caller's effective capabilities (what actions are allowed) in plain language. |
| category | ops |
| roles_allowed | ["Owner","Admin","Creator","Viewer"] |
| required_scopes | ["workspace:read"] |
| tools_required | ["bolta.get_workspace_policy","bolta.get_my_capabilities"] |
| inputs_schema | {"type":"object","required":["workspace_id"],"properties":{"workspace_id":{"type":"string"}}} |
| outputs_schema | {"type":"object","properties":{"safe_mode":{"type":"boolean"},"inbox_direct_scheduling":{"type":"boolean"},"capabilities":{"type":"array","items":{"type":"string"}},"allowed_actions_summary":{"type":"string"},"forbidden_actions_summary":{"type":"string"}}} |
| organization | bolta.ai |
| author | Max Fritzhand |
Return policy flags + capability list + short summaries.