---
name: AlphaEar Reporter
slug: alphaear-reporter
category: Writing
description: AlphaEar Reporter plans, writes, and edits professional financial reports and generates finance chart configurations. Use it to condense finance analysis into structured output.
github: "https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-reporter"
language: Python
stars: 2781
forks: 362
install: "npx degit https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-reporter ~/.claude/skills/alphaear-reporter"
installs_to: ~/.claude/skills/alphaear-reporter
source_path: skills/alphaear-reporter/SKILL.md
collection_size: 10
category_size: 1012
collection_url: "https://dirskills.com/collections/RKiding/Awesome-finance-skills"
added: 2026-08-17T07:10:25.765Z
last_synced: 2026-08-17T07:10:25.765Z
canonical_url: "https://dirskills.com/skills/alphaear-reporter"
---

# AlphaEar Reporter

AlphaEar Reporter plans, writes, and edits professional financial reports and generates finance chart configurations. Use it to condense finance analysis into structured output.

**Install:**

```bash
npx degit https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-reporter ~/.claude/skills/alphaear-reporter
```

## README

# 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:**
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.

### 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)
