Alphaear reporter
Skill RKiding/Awesome-finance-skills/skills/alphaear-reporter
A collection of Awesome Finance Agent Skills for free and easy to start | 一系列开源免费的金融分析Agent Skills
npx -y skills add RKiding/Awesome-finance-skills --skill alphaear-reporterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Plan, write, and edit professional financial reports; generate finance chart configurations. Use when condensing finance analysis into a structured output.
SKILL.md
1.1 KB, as published. Nobody here has run it
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)