mcpbeat

Alphaear Logic Visualizer

rkiding/alphaear-logic-visualizer

Create visualize finance logic diagrams (e.g., Draw.io XML) to explain complex finance transmission chains or finance logic flows.

6k tokens
context cost
the whole folder, loaded on every use
6
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-logic-visualizer

The instruction itself

6 sections, as written by the author

AlphaEar Logic Visualizer Skill

Overview

This skill specializes in creating visual representations of logic flows, specifically generating Draw.io XML compatible diagrams. It is useful for visualizing investment theses or signal transmission chains.

Capabilities

1. Generate Draw.io Diagrams

1. Generate Draw.io Diagrams (Agentic Workflow)

YOU (the Agent) are the Visualizer. Use the prompts in references/PROMPTS.md to generate the XML.

Workflow:

  • Generate XML: Use the Draw.io XML Generation Prompt from references/PROMPTS.md to convert your logical chain into XML.
  • Save/Render: Use scripts/visualizer.py method render_drawio_to_html(xml_content, filename) to save the XML into a viewable HTML file for the user.

Example Usage (Conceptual):

  • Agent Action: "I will now generate a Draw.io XML for the transmission chain..."
  • Tool Call: visualizer.render_drawio_to_html(xml_content="<mxGraphModel>...", filename="chain_visual.html")

Dependencies

  • None (Standard Library for string manipulation).

How to use it

Copy the folder

Take rkiding/alphaear-logic-visualizer 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.