Alphaear logic visualizer
Skill RKiding/Awesome-finance-skills/skills/alphaear-logic-visualizer
Create visualize finance logic diagrams (e.g., Draw.io XML) to explain complex finance transmission chains or finance logic flows.From its SKILL.md
npx -y skills add RKiding/Awesome-finance-skills --skill alphaear-logic-visualizerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 247 tokens by cl100k_base, as published. Nobody here has run it
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.mdto convert your logical chain into XML. - Save/Render: Use
scripts/visualizer.pymethodrender_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).
What ships with it: 5 files
23.0 KB alongside SKILL.md, 4 of them executable
references/
- PROMPTS.md2.0 KB
scripts/
- __init__.pyruns0 B
- visualizer_prompt.pyruns2.0 KB
- visualizer.pyruns18.6 KB
tests/
- test_visualizer.pyruns506 B