ecomap-generator

Generate eco-map visualizations from Neo4j data into HTML, Mermaid, and SVG.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kazumasakawahara/nest-support --skill ecomap-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecomap-generator
Source: https://github.com/kazumasakawahara/nest-support/tree/main/claude-skills/ecomap-generator
Command: npx skills add https://github.com/kazumasakawahara/nest-support --skill ecomap-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires neo4j>=6.0.3, python-dotenv>=1.2.1, and includes scripts (resource) components.

What problem does it solve?

支援ネットワークを可視化するためのエコマップを生成するスキルで、Neo4jデータから関係性を抽出・可視化する作業を自動化します。

Core Features & Use Cases

  • Neo4jデータベースと連携してクライアントの関係者・機関を自動取得し、HTML/Mermaid/SVG形式で出力します。
  • 全体像・支援会議用・緊急時体制・引き継ぎ用の4テンプレートを提供し、現場のさまざまなニーズに対応します。
  • 実務利用例として、クライアント名を指定してエコマップを生成し、会議資料や引き継ぎ資料として活用します。

Quick Start

クライアント名とテンプレートを指定してエコマップ出力を生成します。

Frequently Asked Questions about ecomap-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an eco-map visualization from a Neo4j graph database?

To generate an eco-map from Neo4j, you need a Skill that extracts client relationship data and renders it into HTML, Mermaid, or SVG outputs. This Skill automates extraction, node/edge layout calculation, and script-driven rendering.

What is an eco-map used for in support network visualization?

An eco-map visualizes a client's support network to clarify relationships and resources. It is used for case conferences, emergency readiness, and handover documentation in care environments.

Can I output Neo4j network data as Mermaid or SVG files?

Yes, you can output Neo4j network data as Mermaid or SVG files. This Skill supports multiple output formats including HTML, Mermaid, and SVG to integrate with various documentation workflows.

Does this Neo4j visualization tool support templates for emergency or handover cases?

Yes, this Neo4j visualization tool supports templates for emergency and handover cases. It provides specific templates including full_view, support_meeting, emergency, and handover to tailor the eco-map output.

Do I need Neo4j installed to visualize care networks with this tool?

Yes, you need Neo4j installed. The Skill requires the neo4j Python driver and a configured database connection to query and extract the client-related relationship data needed for eco-map generation.