Agent Skills
› ninehills/skills
› alphaear-reporter
alphaear-reporter
GitHub用于生成专业金融报告的技能,涵盖信号聚类、章节撰写及图表配置,通过结构化工作流将财务分析转化为规范输出。
Trigger Scenarios
需要撰写财务报告
进行财务数据分析与可视化
Install
npx skills add ninehills/skills --skill alphaear-reporter -g -y
SKILL.md
Frontmatter
{
"name": "alphaear-reporter",
"description": "Plan, write, and edit professional financial reports; generate finance chart configurations. Use when condensing finance analysis into a structured output."
}
AlphaEar Reporter Skill
Overview
This skill provides a structured workflow for generating professional financial reports. It includes planning, writing, editing, and creating visual aids (charts).
Capabilities
Capabilities
1. Generate Structured Reports (Agentic Workflow)
YOU (the Agent) are the Report Generator. Use the prompts in references/PROMPTS.md to progressively build the report.
Workflow:
- Cluster Signals: Read input signals and use the Cluster Signals Prompt to group them.
- Write Sections: For each cluster, use the Write Section Prompt to generate analysis.
- Assemble: Use the Final Assembly Prompt to compile the report.
2. Visualization Tools
Use scripts/visualizer.py to generate chart configurations if needed manually, though the Writer Prompt usually handles this via json-chart blocks.
Dependencies
sqlite3(built-in)
Version History
- f3e82a7 Current 2026-07-25 11:11


