Install
openclaw skills install interactive-doc-mapperCreate JSON-driven single-page interactive HTML documentation for app workflows between packages, services, and components. Use when a user asks for clickable architecture docs, action flow maps such as invite-user or desktop-build flows, package/component handoff diagrams, or a reusable workflow JSON that renders to an inspectable HTML page.
openclaw skills install interactive-doc-mapperTurn an app's package/component workflows into a portable, self-contained HTML page where every package stays visible and clicking an action highlights the handoff path, payloads, and annotations.
Use the JSON file as the source of truth. The generated HTML is a review artifact, not the place to hand-edit flows.
Inventory the app.
frontend, backend, data,
build, or external.Create or update the flow JSON.
references/flow-schema.md.nodes.actions.actions[].steps with from, to, label,
payload, and notes.Validate before rendering.
python3 {baseDir}/scripts/validate_flow_doc.py --input <flows.json> --out <validation.json>.Generate the page.
python3 {baseDir}/scripts/generate_interactive_doc.py --input <flows.json> --out <workflow-map.html>.--print-summary when you want a short terminal summary for the user.Verify interactively.
invite-new-user,
todesktop-build, checkout-payment, daily-sync.frontend or backend unless those are actual packages.risk only when there is a real review concern such as auth, secrets,
irreversible side effects, or flaky build state.description or action
summaries.file:// without a build
step or external CDN.scripts/validate_flow_doc.py
scripts/generate_interactive_doc.py
references/flow-schema.md