Agent Skills
› ninehills/skills
› alphaear-logic-visualizer
alphaear-logic-visualizer
GitHub该技能用于生成 Draw.io XML 格式的逻辑流程图,以可视化解释复杂的金融逻辑流或信号传输链。通过调用提示词生成 XML,并利用 Python 脚本渲染为 HTML 文件供用户查看,辅助理解投资论点。
Trigger Scenarios
需要可视化金融逻辑流程
解释复杂的信号传输链
生成投资论点图示
Install
npx skills add ninehills/skills --skill alphaear-logic-visualizer -g -y
SKILL.md
Frontmatter
{
"name": "alphaear-logic-visualizer",
"description": "Create visualize finance logic diagrams (e.g., Draw.io XML) to explain complex finance transmission chains or finance logic flows."
}
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).
Version History
- f3e82a7 Current 2026-07-25 11:11


