一键导入
bolta-get-voice-profile
Retrieve voice profile details including tone, style, vocabulary, dos/donts to understand brand voice before creating content
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Retrieve voice profile details including tone, style, vocabulary, dos/donts to understand brand voice before creating content
用 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_voice_profile |
| version | 2.0.0 |
| description | Retrieve voice profile details including tone, style, vocabulary, dos/donts to understand brand voice before creating content |
| category | content |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| agent_types | ["content_creator","reviewer","engagement","custom"] |
| safe_defaults | {} |
| tools_required | [] |
| inputs_schema | {"type":"object","required":["voice_profile_id"],"properties":{"voice_profile_id":{"type":"string","description":"Voice profile UUID"}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"voice_profile_id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"tone":{"type":"object"},"dos":{"type":"array","items":{"type":"string"}},"donts":{"type":"array","items":{"type":"string"}},"vocabulary":{"type":"object"},"examples":{"type":"array","items":{"type":"object"}}}} |
| organization | bolta.ai |
| author | Bolta Team |
Retrieve voice profile details (tone, style, vocabulary, dos/donts, examples) to understand the brand voice before creating content. This is a foundational context tool for maintaining brand consistency.
{
"success": true,
"voice_profile_id": "uuid",
"name": "Bolta Brand Voice",
"description": "Bold, founder-led voice...",
"tone": {
"playful": 3,
"professional": 7,
"direct": 9,
"thoughtful": 6
},
"dos": ["Lead with outcomes", "Use short sentences", "Be specific"],
"donts": ["No corporate jargon", "Avoid 'leverage'", "No passive voice"],
"vocabulary": {
"prefer": ["use", "build", "ship", "create"],
"avoid": ["leverage", "utilize", "synergy", "optimize"]
},
"examples": [
{
"text": "We built this in 2 weeks. You can too.",
"explanation": "Direct, specific, outcome-focused"
}
]
}
{
"voice_profile_id": "uuid"
}
Result: Receive complete voice profile to match tone, style, and vocabulary in content