一键导入
bolta-agent-activate-job
Activate a paused job after preview and voice validation - the explicit trust moment where user says "yes, start posting"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Activate a paused job after preview and voice validation - the explicit trust moment where user says "yes, start posting"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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
Export audit/activity events for a workspace (agent + human actions) for debugging and compliance.
| name | bolta.agent.activate_job |
| version | 2.0.0 |
| description | Activate a paused job after preview and voice validation - the explicit trust moment where user says "yes, start posting" |
| category | agent |
| roles_allowed | ["Editor","Admin"] |
| required_scopes | ["workspace:read"] |
| agent_types | ["custom"] |
| safe_defaults | {"require_explicit_confirmation":true,"validate_prerequisites":true} |
| tools_required | ["bolta.get_job","bolta.update_job","bolta.get_voice_profile","bolta.get_account_info"] |
| inputs_schema | {"type":"object","required":["job_id","confirm_preview_reviewed","confirm_schedule_understood"],"properties":{"job_id":{"type":"string","description":"Job UUID to activate"},"confirm_preview_reviewed":{"type":"boolean","description":"Explicit confirmation preview was reviewed"},"confirm_schedule_understood":{"type":"boolean","description":"Explicit confirmation schedule is understood"},"override_checks":{"type":"boolean","description":"Admin-only bypass for prerequisite checks"}}} |
| outputs_schema | {"type":"object","properties":{"job_id":{"type":"string"},"status":{"type":"string","enum":["active"]},"next_run":{"type":"string","description":"ISO timestamp of next scheduled run"}}} |
| organization | bolta.ai |
| author | Bolta Team |
Activate a paused job after preview and voice validation. This is the explicit trust moment where the user says "yes, start posting."
bolta.get_job(job_id) → verify job exists and is in paused statusbolta.get_voice_profile(voice_profile_id)bolta.get_account_info(account_id)bolta.update_job(job_id, {status: "active"}){
"job_id": "uuid",
"status": "active",
"next_run": "2026-02-21T09:00:00Z"
}
{
"job_id": "uuid",
"confirm_preview_reviewed": true,
"confirm_schedule_understood": true
}
Result: Job status → active, first run scheduled