一键导入
bolta-get-best-posting-times
Analyze historical performance to recommend optimal posting schedule based on when YOUR specific audience is most engaged
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze historical performance to recommend optimal posting schedule based on when YOUR specific audience is most engaged
用 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_best_posting_times |
| version | 2.0.0 |
| description | Analyze historical performance to recommend optimal posting schedule based on when YOUR specific audience is most engaged |
| category | analytics |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| agent_types | ["analytics","content_creator","custom"] |
| safe_defaults | {"min_posts_required":10} |
| tools_required | ["bolta.get_post_metrics"] |
| inputs_schema | {"type":"object","required":["account_id"],"properties":{"account_id":{"type":"string","description":"Social account UUID"},"platform":{"type":"string","enum":["linkedin","twitter","instagram"],"description":"Target platform"},"analysis_period":{"type":"string","enum":["30d","90d"],"description":"How far back to analyze"},"min_posts_required":{"type":"number","description":"Minimum posts needed for valid analysis","default":10}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"account_id":{"type":"string"},"posts_analyzed":{"type":"number"},"recommendations":{"type":"array","items":{"type":"object","properties":{"day":{"type":"string"},"time":{"type":"string"},"avg_engagement_rate":{"type":"number"},"confidence":{"type":"string"},"reason":{"type":"string"}}}}}} |
| organization | bolta.ai |
| author | Bolta Team |
Analyze historical performance to recommend optimal posting schedule based on when YOUR specific audience is most engaged. Not generic "best times" — data-driven recommendations for this account.
bolta.get_post_metrics(account_id, analysis_period){
"success": true,
"account_id": "uuid",
"platform": "linkedin",
"analysis_period": "90d",
"posts_analyzed": 47,
"recommendations": [
{
"day": "Thursday",
"time": "9:00 AM EST",
"avg_engagement_rate": 0.038,
"confidence": "high",
"reason": "47% higher engagement than account average"
},
{
"day": "Tuesday",
"time": "2:00 PM EST",
"avg_engagement_rate": 0.032,
"confidence": "medium",
"reason": "32% higher, but only 8 posts in this slot"
}
]
}
{
"account_id": "uuid",
"platform": "linkedin",
"analysis_period": "90d"
}
Result: Receive data-driven schedule recommendations for optimal engagement