원클릭으로
bolta-approve-post
Approve a draft post, moving it from Inbox to Approved status, ready for scheduling or publishing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Approve a draft post, moving it from Inbox to Approved status, ready for scheduling or publishing
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.approve_post |
| version | 2.0.0 |
| description | Approve a draft post, moving it from Inbox to Approved status, ready for scheduling or publishing |
| category | review |
| roles_allowed | ["Editor","Admin"] |
| required_scopes | ["review:approve"] |
| agent_types | ["reviewer","custom"] |
| safe_defaults | {"require_editor_role":true} |
| tools_required | ["bolta.update_post"] |
| inputs_schema | {"type":"object","required":["draft_id"],"properties":{"draft_id":{"type":"string","description":"Draft post UUID to approve"},"notes":{"type":"string","description":"Feedback for creator or human (optional)"},"approve_with_changes":{"type":"boolean","description":"Approve despite minor suggested tweaks","default":false},"schedule_time":{"type":"string","description":"ISO timestamp if scheduling immediately (optional)"}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"post_id":{"type":"string"},"status":{"type":"string","enum":["Approved","Scheduled"]},"message":{"type":"string"}}} |
| organization | bolta.ai |
| author | Bolta Team |
Approve a draft post, moving it from Inbox to Approved status. This is the quality gate — only approved content moves forward.
{
"success": true,
"post_id": "uuid",
"status": "Approved",
"message": "Post approved. Ready for scheduling."
}
{
"draft_id": "uuid",
"notes": "Voice profile match verified. Strategic timing appropriate. Approved."
}
Result: Post moved to Approved status, ready for scheduling
{
"draft_id": "uuid",
"notes": "Great content, scheduling for optimal time.",
"schedule_time": "2026-02-21T09:00:00Z"
}
Result: Post approved AND scheduled for 9am tomorrow