Alphaear reporter
Skill RKiding/Awesome-finance-skills/skills/alphaear-reporter
Plan, write, and edit professional financial reports; generate finance chart configurations. Use when condensing finance analysis into a structured output.From its SKILL.md
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.
SKILL.md
1.1 KB, 203 tokens by cl100k_base, 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)
What ships with it: 35 files
300.2 KB alongside SKILL.md, 34 of them executable
references/
- PROMPTS.md2.2 KB
scripts/
- __init__.pyruns0 B
- prompts/fin_agent.pyruns6.6 KB
- prompts/forecast_analyst.pyruns1.9 KB
- prompts/intent_agent.pyruns2.2 KB
- prompts/isq_prompt_generator.pyruns1.8 KB
- prompts/report_agent.pyruns18.1 KB
- prompts/trend_agent.pyruns7.4 KB
- prompts/visualizer.pyruns2.0 KB
- report_agent.pyruns6.7 KB
- schema/isq_template.pyruns13.6 KB
- schema/models.pyruns6.1 KB
- tools/__init__.pyruns448 B
- tools/toolkits.pyruns18.7 KB
- utils/content_extractor.pyruns4.7 KB
- utils/database_manager.pyruns21.3 KB
- utils/hybrid_search.pyruns8.0 KB
- utils/__init__.pyruns25 B
- utils/json_utils.pyruns6.2 KB
- utils/llm/capability.pyruns2.8 KB
- utils/llm/factory.pyruns3.6 KB
- utils/llm/router.pyruns2.8 KB
- utils/logging_setup.pyruns1.0 KB
- utils/news_tools.pyruns9.9 KB
- utils/predictor/evaluation.pyruns5.6 KB
- utils/predictor/kline_generate.pyruns7.6 KB
- utils/predictor/model/__init__.pyruns394 B
- utils/predictor/model/kronos.pyruns30.4 KB
- utils/predictor/model/module.pyruns22.3 KB
- utils/predictor/training.pyruns18.3 KB
- utils/search_tools.pyruns28.6 KB
- utils/sentiment_tools.pyruns9.9 KB
- utils/stock_tools.pyruns9.8 KB
- visualizer.pyruns18.6 KB
tests/
- test_reporter.pyruns830 B