원클릭으로
alphaear-logic-visualizer
Generate Draw.io XML diagrams to visualize finance logic flows, investment theses, and signal transmission chains
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate Draw.io XML diagrams to visualize finance logic flows, investment theses, and signal transmission chains
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze financial text sentiment using FinBERT or LLM, returning a scored label (positive/negative/neutral) from -1.0 to 1.0
Search A-Share and HK stock tickers by name or code and retrieve OHLCV historical price data
Time-series market forecasting using the Kronos model with news-aware sentiment adjustment for OHLC price prediction
Fetch real-time hot finance news and unified trend reports from multiple sources (财联社, WallStreetCN, Weibo, Zhihu, etc.) and Polymarket prediction data
Perform finance web searches across multiple engines (Jina, DuckDuckGo, Baidu) and local RAG document retrieval with smart search caching
Plan, write, and assemble professional financial reports by clustering signals into themes, writing analysis sections, and compiling a final structured report
| name | AlphaEar Logic Visualizer |
| description | Generate Draw.io XML diagrams to visualize finance logic flows, investment theses, and signal transmission chains |
| category | tools-and-utilities/report-generators |
| tags | ["visualization","drawio","logic-flow","diagrams"] |
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.
YOU (the Agent) are the Visualizer. Use the prompts in references/PROMPTS.md to generate the XML.
Workflow:
references/PROMPTS.md to convert your logical chain into XML.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):
visualizer.render_drawio_to_html(xml_content="<mxGraphModel>...", filename="chain_visual.html")