investigation-viz

Render investigation results as interactive network visualisations in self-contained HTML.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ste/sus --skill investigation-viz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: investigation-viz
Source: https://github.com/ste/sus/tree/main/.claude/skills/investigation-viz
Command: npx skills add https://github.com/ste/sus --skill investigation-viz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Investigations often produce complex, interconnected data. This skill converts raw investigation results into interactive network visualisations to help users understand relationships quickly and clearly.

Core Features & Use Cases

  • Interactive network graphs and relationship maps for investigations, including targets, related companies, PSCs, and officers.
  • Self-contained HTML output with CDN-based vis.js for instant viewing without local dependencies.
  • Companion JSON data for downstream analysis and reproducibility.

Quick Start

Generate a self-contained HTML visualisation for the latest investigation results and save it to the output/ directory.

Frequently Asked Questions about investigation-viz

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

FAQPage Schema
How do I turn investigation data into an interactive network graph?

To turn investigation data into an interactive network graph, this Skill renders raw results into self-contained HTML visualisations using vis.js, revealing relationships between entities and officers instantly.

What is the best way to visualise relationships between officers and related companies?

Visualising relationships between officers and related companies is best handled by generating interactive network graphs and relationship maps, which clearly map out targets, PSCs, and corporate connections.

Do I need to install vis.js locally to view the generated network visualisation?

You do not need to install vis.js locally to view the network visualisation, because the output is a self-contained HTML file that loads the library via a CDN for instant viewing.

Can I export the investigation graph data for downstream analysis?

You can export investigation graph data for downstream analysis because the Skill generates a companion JSON data file alongside the HTML visualisation, ensuring reproducibility and further processing.

Does this approach work for large-scale projects with complex interconnected data?

This approach works for large-scale projects with complex interconnected data by scaling the interactive network visualisations to accommodate projects of varying sizes and complexities.