一键导入
bolta-get-mentions
Fetch recent mentions, replies, and comments directed at the account for community engagement monitoring
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch recent mentions, replies, and comments directed at the account for community engagement monitoring
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | bolta.get_mentions |
| version | 2.0.0 |
| description | Fetch recent mentions, replies, and comments directed at the account for community engagement monitoring |
| category | engagement |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| agent_types | ["engagement","custom"] |
| safe_defaults | {} |
| tools_required | ["platform_api_integration"] |
| inputs_schema | {"type":"object","required":["account_id"],"properties":{"account_id":{"type":"string","description":"Social account UUID"},"since":{"type":"string","description":"ISO timestamp - fetch mentions since this time"},"limit":{"type":"number","description":"Max mentions to return","default":50},"filter":{"type":"string","enum":["all","unanswered","flagged"],"default":"all"}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"count":{"type":"number"},"mentions":{"type":"array","items":{"type":"object","properties":{"mention_id":{"type":"string"},"author":{"type":"string"},"content":{"type":"string"},"platform":{"type":"string"},"created_at":{"type":"string"},"sentiment":{"type":"string"},"has_response":{"type":"boolean"},"priority":{"type":"string"}}}}}} |
| organization | bolta.ai |
| author | Bolta Team |
Fetch recent mentions, replies, and comments directed at the account to monitor and respond to community interactions.
{
"success": true,
"count": 12,
"mentions": [
{
"mention_id": "uuid",
"author": "@username",
"content": "Hey @brand, how do I reset my password?",
"platform": "twitter",
"created_at": "2026-02-20T09:15:00Z",
"sentiment": "neutral",
"has_response": false,
"priority": "high"
}
]
}
{
"account_id": "uuid",
"since": "2026-02-20T08:00:00Z",
"filter": "unanswered"
}
Result: Receive list of unanswered mentions since 8am for response prioritization
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