بنقرة واحدة
bolta-reply-to-mention
Draft a reply to a mention, comment, or DM while maintaining brand voice and community presence
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Draft a reply to a mention, comment, or DM while maintaining brand voice and community presence
التثبيت باستخدام 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.reply_to_mention |
| version | 2.0.0 |
| description | Draft a reply to a mention, comment, or DM while maintaining brand voice and community presence |
| category | engagement |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| agent_types | ["engagement","custom"] |
| safe_defaults | {"always_draft_for_approval":true,"escalate_sensitive_topics":true} |
| tools_required | ["bolta.get_voice_profile","bolta.create_reply_draft"] |
| inputs_schema | {"type":"object","required":["mention_id","reply_text"],"properties":{"mention_id":{"type":"string","description":"Mention UUID to reply to"},"reply_text":{"type":"string","description":"Draft reply content"},"tone":{"type":"string","enum":["helpful","empathetic","professional"],"description":"Reply tone"},"escalate":{"type":"boolean","description":"Flag for human review","default":false},"voice_profile_id":{"type":"string","description":"Voice profile to match"}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"draft_reply_id":{"type":"string"},"status":{"type":"string","enum":["draft"]},"requires_approval":{"type":"boolean"},"escalated":{"type":"boolean"}}} |
| organization | bolta.ai |
| author | Bolta Team |
Draft a reply to a mention, comment, or DM while staying on-brand and maintaining community presence.
{
"success": true,
"draft_reply_id": "uuid",
"status": "draft",
"requires_approval": true,
"escalated": false
}
{
"mention_id": "uuid",
"reply_text": "Hi! You can reset your password from Settings → Security. Let me know if you need help!",
"tone": "helpful",
"voice_profile_id": "uuid"
}
Result: Draft reply created for approval
{
"mention_id": "uuid",
"reply_text": "We're sorry to hear about your experience. Our team is looking into this.",
"tone": "empathetic",
"escalate": true
}
Result: Draft reply created AND flagged for human review (complaint escalation)