Awesome-finance-skills alphaear-reporter
Plan, write, and edit professional financial reports; generate finance chart configurations. Use when condensing finance analysis into a structured output.
install
source · Clone the upstream repo
git clone https://github.com/RKiding/Awesome-finance-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/RKiding/Awesome-finance-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/alphaear-reporter" ~/.claude/skills/rkiding-awesome-finance-skills-alphaear-reporter && rm -rf "$T"
manifest:
skills/alphaear-reporter/SKILL.mdsource content
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
(built-in)sqlite3