Install
openclaw skills install @zmqnk/complex-causal-analysisGenerates interactive D3.js Sankey-style causal network diagrams showing hierarchical cause-effect relationships with evidence and adjustable nodes.
openclaw skills install @zmqnk/complex-causal-analysisAn interactive causal network visualization skill for analyzing cause-and-effect relationships in complex systems. Creates beautiful D3.js-based Sankey-style diagrams showing how factors connect and propagate through systems.
Provide JSON with this structure:
{
"title": "Topic Name",
"nodes": [
{ "id": "Node Name", "layer": 3, "type": "Category", "desc": "Description", "color": "#hex" }
],
"links": [
{ "source": "Cause", "target": "Effect", "strength": 8 }
]
}
Create a causal network visualization for [TOPIC].
Nodes:
- [list with id, layer, type, description]
Links:
- [list source → target with strength 1-10]
Requirements:
- Top-to-bottom layout
- Only medium (5-7) and strong (8-10) relationships
- Add small arrow in middle of each link
- Node details show causes and results
- Include evidence/support for each node
Generates a standalone HTML file with:
When you activate this skill, provide:
The skill will generate the JSON and produce a clickable HTML file you can open in your browser.
Tags: visualization, d3, causal-network, history, analysis, interactive