agentsclimarketplace

Alphaear logic visualizer

Skill RKiding/Awesome-finance-skills/skills/alphaear-logic-visualizer

A collection of Awesome Finance Agent Skills for free and easy to start | 一系列开源免费的金融分析Agent Skills

Install
npx -y skills add RKiding/Awesome-finance-skills --skill alphaear-logic-visualizer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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

SKILL.md

1.2 KB, 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:

  1. Generate XML: Use the Draw.io XML Generation Prompt from references/PROMPTS.md to convert your logical chain into XML.
  2. 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).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.