mcpbeat

Alphaear Reporter

rkiding/alphaear-reporter

Plan, write, and edit professional financial reports; generate finance chart configurations. Use when condensing finance analysis into a structured output.

77k tokens
context cost
the whole folder, loaded on every use
36
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
2747
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/RKiding/Awesome-finance-skills --skill alphaear-reporter

The instruction itself

7 sections, as written by the author

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)

How to use it

Copy the folder

Take rkiding/alphaear-reporter from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.