alphaear-reporter

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

AlphaEar Reporter Skill

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).
本Skill提供了生成专业财务报告的结构化工作流,包括规划、撰写、编辑以及创建可视化辅助工具(图表)。

Capabilities

功能

Capabilities

1. 生成结构化报告(Agent工作流)

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:
  1. Cluster Signals: Read input signals and use the Cluster Signals Prompt to group them.
  2. Write Sections: For each cluster, use the Write Section Prompt to generate analysis.
  3. Assemble: Use the Final Assembly Prompt to compile the report.
你(Agent) 是报告生成器。使用
references/PROMPTS.md
中的提示词逐步构建报告。
工作流:
  1. 信号聚类:读取输入信号,使用信号聚类提示词对其进行分组。
  2. 撰写章节:针对每个聚类,使用章节撰写提示词生成分析内容。
  3. 组装报告:使用最终组装提示词编译完整报告。

2. Visualization Tools

2. 可视化工具

Use
scripts/visualizer.py
to generate chart configurations if needed manually, though the Writer Prompt usually handles this via
json-chart
blocks.
如果需要手动生成图表配置,可以使用
scripts/visualizer.py
,不过通常撰写提示词会通过
json-chart
块自动处理这部分。

Dependencies

依赖项

  • sqlite3
    (built-in)
  • sqlite3
    (内置)