用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/a5c-ai/babysitter --skill data-storytelling命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | data-storytelling |
| description | Narrative generation skill for transforming analytical insights into compelling business stories |
| allowed-tools | ["Read","Write","Glob","Grep","Bash"] |
| metadata | {"specialization":"decision-intelligence","domain":"business","category":"visualization","priority":"medium","shared-candidate":true,"tools-libraries":["openai/anthropic APIs","jinja2","markdown"]} |
| graph | {"domains":["domain:business-intelligence"],"skillAreas":["skill-area:data-analytics","skill-area:data-visualization","skill-area:business-analysis"],"roles":["role:data-analyst","role:bi-developer","role:business-analyst"]} |
The Data Storytelling skill transforms analytical insights into compelling, actionable business narratives. It bridges the gap between complex analysis and executive decision-making by generating clear, contextual, and persuasive communications tailored to different audiences.
# Analytical insights to narrate
insights = {
"context": {
"analysis_type": "quarterly_performance",
"period": "Q3 2024",
"audience": "executive_leadership",
"objective": "investment_decision"
},
"key_findings": [
{
"metric": "Revenue",
"value": 12500000,
"change": 0.15,
"benchmark": "above_target",
"significance": "high",
"drivers": ["new_product_launch", "market_expansion"]
},
{
"metric": "Customer Acquisition Cost",
"value": 185,
"change": 0.22,
"benchmark": "above_target",
"significance": "medium",
"drivers": ["increased_competition", "channel_mix_shift"]
}
],
"supporting_data": {
"visualizations": ["revenue_trend.png", "cac_breakdown.png"],
"tables": ["segment_performance.csv"]
}
}
# Narrative structure configuration
narrative_config = {
"structure": "situation_complication_resolution",
"tone": "professional",
"length": "executive_summary", # or "detailed_report"
"format": "markdown",
"sections": [
"headline",
"key_takeaways",
"context",
"analysis",
"recommendations",
"next_steps"
],
"emphasis": "actionable_recommendations"
}
# Audience-specific settings
audience_profiles = {
"executive_leadership": {
"detail_level": "high_level",
"jargon": "minimal",
"focus": "strategic_implications",
"format_preference": "bullet_points",
"time_available": "2_minutes"
},
"technical_team": {
"detail_level": "detailed",
"jargon": "acceptable",
"focus": "methodology_and_data",
"format_preference": "full_narrative",
"time_available": "15_minutes"
},
"board_of_directors": {
"detail_level": "summary",
"jargon": "none",
"focus": "business_impact",
"format_preference": "visual_heavy",
"time_available": "5_minutes"
}
}
| Structure | Best For | Flow |
|---|---|---|
| SCR (Situation-Complication-Resolution) | Problem-solving | Context -> Challenge -> Solution |
| Pyramid | Executive updates | Conclusion -> Supporting points -> Details |
| Before-After-Bridge | Change proposals | Current state -> Future state -> How to get there |
| STAR | Case studies | Situation -> Task -> Action -> Result |
| What-So What-Now What | Quick insights | Finding -> Implication -> Action |
{
"insights": {
"context": "object",
"key_findings": ["object"],
"supporting_data": "object"
},
"narrative_config": {
"structure": "string",
"tone": "string",
"length": "string",
"sections": ["string"]
},
"audience": {
"profile": "string",
"detail_level": "string",
"time_available": "string"
}
}
{
"narrative": {
"headline": "string",
"executive_summary": "string",
"sections": {
"section_name": "string (markdown)"
},
"key_takeaways": ["string"],
"recommendations": ["string"],
"next_steps": [
{
"action": "string",
"owner": "string",
"timeline": "string"
}
]
},
"annotations": {
"visualization_id": "string annotation"
For chart annotations: