> alphaear-logic-visualizer
Create visualize finance logic diagrams (e.g., Draw.io XML) to explain complex finance transmission chains or finance logic flows.
curl "https://skillshub.wtf/RKiding/Awesome-finance-skills/alphaear-logic-visualizer?format=md"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).
> related_skills --same-repo
> skill-creator
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
> alphaear-stock
Search A-Share/HK/US finance stock tickers and retrieve finance stock price history. Use when user asks about finance stock codes, recent price changes, or specific company finance stock info.
> alphaear-signal-tracker
Track finance investment signal evolution and update logic based on new finance market information. Use when monitoring finance signals and determining if they are strengthened, weakened, or falsified.
> alphaear-sentiment
Analyze finance text sentiment using FinBERT or LLM. Use when the user needs to determine the sentiment (positive/negative/neutral) and score of financial text markets.