一键导入
bolta-loop-from-template
Create a recurring content loop from a template using a voice profile, then send all generated posts into Inbox Review as a bundle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a recurring content loop from a template using a voice profile, then send all generated posts into Inbox Review as a bundle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | bolta.loop.from_template |
| version | 1.0.0 |
| description | Create a recurring content loop from a template using a voice profile, then send all generated posts into Inbox Review as a bundle. |
| category | creator |
| roles_allowed | ["Owner","Admin","Creator"] |
| deprecated | true |
| deprecation_notice | V1 skill - Replaced by bolta.job.execute (V2 agentic jobs). This skill still works for backward compatibility but V2 jobs are recommended for adaptive, learning-based content generation. |
| safe_defaults | {"always_route_to_review":true} |
| tools_required | ["bolta.get_workspace_policy","bolta.get_my_capabilities","bolta.get_voice_profile","bolta.render_template","bolta.create_loop","bolta.create_post","bolta.submit_for_review"] |
| inputs_schema | {"type":"object","required":["workspace_id","voice_profile_id","template_id"],"properties":{"workspace_id":{"type":"string"},"voice_profile_id":{"type":"string"},"template_id":{"type":"string"},"horizon_days":{"type":"number","default":14},"cadence":{"type":"string","description":"e.g., daily|3x_week|weekdays"},"account_ids":{"type":"array","items":{"type":"string"}},"topic_seeds":{"type":"array","items":{"type":"string"}}}} |
| outputs_schema | {"type":"object","properties":{"loop_id":{"type":"string"},"post_ids":{"type":"array","items":{"type":"string"}},"review_bundle_id":{"type":"string"},"final_state":{"type":"string","enum":["pending_review"]},"warnings":{"type":"array","items":{"type":"string"}}}} |
| organization | bolta.ai |
| author | Max Fritzhand |
This is a V1 skill (template-based loops). It still works for backward compatibility.
V2 equivalent: Use bolta.job.execute with a Content Creator agent instead.
bolta.agent.hirebolta.agent.activate_jobFor details, see: skills/automation-plane/DEPRECATED.md
Turn a template into a real loop with multiple posts, all routed to review.
bolta.create_loop({workspace_id, voice_profile_id, template_id, horizon_days, cadence, account_ids})bolta.render_template(template_id, {voice_profile_id, topic_seed, slot_index})bolta.create_post({workspace_id, voice_profile_id, account_ids, body, status: "draft", metadata: {loop_id, slot_index}})bolta.submit_for_review({workspace_id, post_ids, note: "Loop generated from template"})Return loop_id, post_ids, review_bundle_id, final_state=pending_review.
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