ワンクリックで
bolta-get-audience-insights
Retrieve audience demographics, behavior patterns, and engagement trends for data-driven content strategy
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Retrieve audience demographics, behavior patterns, and engagement trends for data-driven content strategy
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_audience_insights |
| version | 2.0.0 |
| description | Retrieve audience demographics, behavior patterns, and engagement trends for data-driven content strategy |
| category | analytics |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| agent_types | ["analytics","content_creator","custom"] |
| safe_defaults | {} |
| tools_required | ["platform_api_integration"] |
| inputs_schema | {"type":"object","required":["account_id"],"properties":{"account_id":{"type":"string","description":"Social account UUID"},"insights_type":{"type":"string","enum":["demographics","behavior","content_preferences"],"description":"Type of insights to retrieve"},"time_period":{"type":"string","enum":["7d","30d","90d"],"description":"Rolling time window for analysis"}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"account_id":{"type":"string"},"time_period":{"type":"string"},"insights":{"type":"object","properties":{"demographics":{"type":"object"},"behavior":{"type":"object"},"content_preferences":{"type":"object"}}}}} |
| organization | bolta.ai |
| author | Bolta Team |
Retrieve audience demographics, behavior patterns, and engagement trends to help agents understand WHO they're creating content for and HOW that audience behaves.
{
"success": true,
"account_id": "uuid",
"time_period": "30d",
"insights": {
"demographics": {
"follower_count": 12450,
"growth_rate_30d": 0.08,
"top_locations": ["United States", "United Kingdom", "Canada"],
"top_industries": ["Technology", "Marketing", "SaaS"]
},
"behavior": {
"peak_activity_times": ["9am-11am EST", "2pm-4pm EST"],
"engagement_by_day": {
"thursday": 0.038,
"sunday": 0.012
}
},
"content_preferences": {
"top_formats": ["thread", "single_post", "carousel"],
"top_topics": ["remote work", "productivity", "team collaboration"],
"avg_engagement_by_length": {
"short": 0.021,
"medium": 0.028,
"long": 0.034
}
}
}
}
{
"account_id": "uuid",
"insights_type": "demographics",
"time_period": "30d"
}
Result: Receive demographic breakdown for strategy planning