원클릭으로
bolta-draft-post
Create a draft post using workspace voice profile - routes to Inbox for review before publishing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a draft post using workspace voice profile - routes to Inbox for review before 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.draft_post |
| version | 2.0.0 |
| description | Create a draft post using workspace voice profile - routes to Inbox for review before publishing |
| category | content |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| agent_types | ["content_creator","custom"] |
| safe_defaults | {"never_publish_directly":true,"always_route_to_inbox":true} |
| tools_required | ["bolta.create_post"] |
| inputs_schema | {"type":"object","required":["content","platform","account_id"],"properties":{"content":{"type":"string","description":"Post content (text, with formatting)"},"platform":{"type":"string","description":"Target platform (twitter, linkedin, instagram, etc.)"},"voice_profile_id":{"type":"string","description":"Voice profile UUID to apply"},"account_id":{"type":"string","description":"Social account UUID to post from"},"notes":{"type":"string","description":"Optional notes for human reviewer"}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"draft_id":{"type":"string"},"status":{"type":"string","enum":["Draft"]},"review_url":{"type":"string"}}} |
| organization | bolta.ai |
| author | Bolta Team |
Create a draft post for review using the workspace's voice profile. The draft is sent to the Inbox for human approval before publishing. This is the primary content creation tool for all content_creator agents.
{
"success": true,
"draft_id": "uuid",
"message": "Draft created successfully. Post ID: abc-123",
"status": "Draft",
"review_url": "/inbox?post_id=abc-123"
}
Job brief: "Create LinkedIn post about remote work"
Agent reasoning:
Tool call:
{
"content": "🏠 5 remote work mistakes I made (so you don't have to):\n\n1. No boundaries...",
"platform": "linkedin",
"account_id": "uuid",
"voice_profile_id": "uuid",
"notes": "Educational format (performs 3x better per memory). Hook: personal story."
}
Result: Draft created, sent to Inbox for review