Skill
Interactive Doc Mapper
Create JSON-driven single-page interactive HTML documentation for app workflows between packages, services, and components. Use when a user asks for clickabl...
Verified: 2026-05-15 (clawhub-ingest-2026-05-15+enrich-capability-skill)
When to use Interactive Doc Mapper
Choose if
You want an agent to produce a portable, single-page interactive HTML diagram of an app's workflows (invite-user, build pipeline, service handoffs) from a JSON spec, runnable from `file://` without a server or CDN. Pairs well with onboarding docs and architecture reviews where the artifact must travel as a single file.
Avoid if
You need a live, queryable architecture map that updates as code changes (use a tool that introspects the codebase). You want diagram-as-code via Mermaid or PlantUML — this is a JSON-driven, browser-rendered format, not a textual diagram language.
Risk Flags
- LOW scope Output is a single static HTML file that runs from `file://` without a build step or external CDN. Not a live dashboard — diagrams must be regenerated when the underlying workflow changes.
- LOW runtime README mentions Python 3 for validation/generation scripts and a browser for viewing. Hosts without Python 3 cannot run the validators.
Cost
Type: Free
Distribution
- ClawHub
interactive-doc-mapper- License
- MIT-0