| name | bolta.week.plan |
| version | 2.0.0 |
| description | Generate a 7-day content calendar draft using voice profile + optional templates. V2 - Agent-aware, routes via workspace Safe Mode governance. |
| category | creator |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| agent_types | ["content_creator","custom"] |
| safe_defaults | {"never_publish":true,"never_schedule_unless_explicit":true} |
| tools_required | ["bolta.get_workspace_policy","bolta.get_my_capabilities","bolta.get_voice_profile","bolta.list_templates","bolta.render_template","bolta.draft_post","bolta.list_recent_posts","bolta.remember","bolta.recall"] |
| inputs_schema | {"type":"object","required":["workspace_id","voice_profile_id"],"properties":{"workspace_id":{"type":"string"},"agent_id":{"type":"string","description":"V2 - Agent executing this skill"},"voice_profile_id":{"type":"string"},"account_ids":{"type":"array","items":{"type":"string"}},"templates":{"type":"array","items":{"type":"string"},"description":"template_ids; optional"},"weekly_theme":{"type":"string"},"requested_action":{"type":"string","enum":["draft_only","send_to_inbox"]},"job_id":{"type":"string","description":"V2 - Job ID if executed as part of a job"}}} |
| outputs_schema | {"type":"object","properties":{"post_ids":{"type":"array","items":{"type":"string"}},"calendar":{"type":"array","items":{"type":"object"}},"final_state":{"type":"string","enum":["draft","inbox"]},"inbox_item_id":{"type":"string"}}} |
| organization | bolta.ai |
| author | Max Fritzhand |