一键导入
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