一键导入
bolta-get-business-context
Get business context including products, audience, values, and brand DNA for informed content creation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get business context including products, audience, values, and brand DNA for informed content creation
用 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.get_business_context |
| version | 2.0.0 |
| description | Get business context including products, audience, values, and brand DNA for informed content creation |
| category | content |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| agent_types | ["content_creator","reviewer","analytics","engagement","custom"] |
| safe_defaults | {} |
| tools_required | [] |
| inputs_schema | {"type":"object","description":"No parameters required - scoped to workspace automatically","properties":{}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"workspace_name":{"type":"string"},"business_overview":{"type":"string"},"brand_values":{"type":"array","items":{"type":"string"}},"tone_of_voice":{"type":"string"},"products":{"type":"array","items":{"type":"object"}},"target_audience":{"type":"string"},"positioning":{"type":"string"}}} |
| organization | bolta.ai |
| author | Bolta Team |
Get business context including products, audience, values, and brand DNA. Use this to understand what the business does and who it serves before creating content.
{
"success": true,
"workspace_name": "Acme Corp",
"business_overview": "B2B SaaS for async collaboration...",
"brand_values": ["Speed", "Clarity", "Authenticity"],
"tone_of_voice": "Professional but bold...",
"products": [
{
"id": "uuid",
"name": "Acme Platform",
"description": "...",
"key_features": ["Feature 1", "Feature 2"],
"target_audience": "Engineering managers"
}
],
"target_audience": "B2B SaaS teams 10-50 employees",
"positioning": "The fastest way to collaborate async"
}
{}
Result: Receive full business context for workspace to inform content strategy