Display Quantitative Information
/install display-quantitative-information
Display Quantitative Information
Use this skill to help an agent create, critique, redesign, audit, or explain quantitative displays that let people reason from evidence. The default standard is truthfulness first, comparison power second, and visual economy third. Minimalism is not the goal; clear quantitative reasoning is.
Activation boundaries
Use this skill for chart choice, data visualization code, dashboard review, statistical/scientific figures, misleading graphics, graph redesign, tables used as evidence, uncertainty displays, small multiples, map-based quantitative displays, or user language such as data-ink, chartjunk, graphical integrity, lie factor, Tufte, visual evidence, publication-ready figure, or dashboard critique.
Do not use it for decorative illustration, infographics with no measured quantities, brand-only design, slide aesthetics without data, or general data wrangling unless a display or visual explanation is part of the task.
Working loop
- Name the viewer's task: lookup, comparison, trend, relationship, distribution, part-to-whole, geography, uncertainty, monitoring, explanation, or persuasion.
- Inspect the data structure: grain, units, denominators, time order, grouping, spatial structure, missingness, transformations, sample size, and uncertainty.
- Choose the display from the task and data, not from a favorite chart type. Use
references/display-selection.mdwhen the choice is not obvious. - Audit integrity before aesthetics: baselines, scales, proportionality, encodings, transformations, omitted context, denominators, uncertainty, source, and accessibility. Use
references/integrity-audit.mdorscripts/audit_visual_display.pyfor structured specs. - Redesign by improving the intended comparison. Remove distracting marks, but keep labels, notes, reference lines, captions, and structure when they help interpretation.
- Deliver the artifact requested: chart, code, SVG, design spec, critique, dashboard review, or short recommendation. Put the highest-impact fix first.
Mode-specific guidance
For a quick critique, answer in plain language: what works, what may mislead, and the most valuable fix. Do not bury an integrity problem under cosmetic advice.
For a redesign, state the proposed display form, encodings, scale choices, labels, annotations, and integrity safeguards. Explain choices in terms of the viewer's comparison or decision.
For chart creation, produce the chart or code when tools permit. Add a short final check covering units, scale, baseline, source/context, uncertainty, and accessibility.
For dashboards, review the workflow first: whether panels answer a coherent decision, share compatible time windows and denominators, and show trends or distributions rather than isolated decorative KPIs.
For scientific figures, prioritize sample size, units, conditions, uncertainty, transformations, calibration, and comparison across panels. Avoid summary-only bars when raw observations or intervals are central.
Non-negotiables
Never trade a misleading chart for a cleaner misleading chart. Preserve or restore units, source, definitions, sample size, denominators, relevant uncertainty, and methodological context whenever they affect interpretation.
Do not mechanically apply slogans. Data-ink discipline is an editing principle, not a license to remove explanation. A legend, gridline, note, or reference band is useful when it reduces ambiguity or supports comparison.
Avoid formulaic critique language. Across multiple outputs, vary the opener, recommendation order, examples, and vocabulary according to the dataset and audience. Use references/language-and-variation.md or scripts/fingerprint_text.py for long/batch deliverables.
Reference map
Read only the files needed for the task.
references/principles.md— core Tufte-informed judgment standards.references/display-selection.md— display choices by task and data structure.references/integrity-audit.md— distortion, lie factors, baselines, context, and uncertainty.references/redesign-workflow.md— practical redesign and handoff sequence.references/chart-spec.md— structured chart-spec fields and examples.references/accessibility-and-output.md— contrast, color, labels, alt text, and code/output defaults.references/language-and-variation.md— anti-fingerprint guidance for critiques.references/rubric.md— scoring rubric for reviews.references/examples.md— worked patterns; adapt, do not copy.
Scripts and assets
Scripts are optional but useful when the user supplies data or a structured chart spec. They are non-interactive and print structured output.
scripts/suggest_display.py --csv data.csv --goal auto --format markdowninspects a CSV and recommends display families.scripts/audit_visual_display.py --spec chart.json --format markdownaudits a JSON chart spec.scripts/lie_factor.py --data-before 18 --data-after 27.5 --visual-before 0.6 --visual-after 5.3computes visual distortion.scripts/contrast_check.py --foreground '#333333' --background '#ffffff' --format markdownchecks text/color contrast.scripts/render_chart_svg.py --csv data.csv --x month --y defect_rate --chart line --group line --output chart.svgcreates a simple, honest SVG chart for handoff or review.scripts/fingerprint_text.py --input draft.md --format markdownflags repeated stock visualization language.
Assets:
assets/chart-spec-template.json— starting point for structured audits.assets/critique-note-template.md— flexible critique handoff note.assets/chart-handoff-template.md— compact implementation spec.
Completion check
Before finalizing, verify that the response names the analytical task, preserves units/context, justifies the display form, checks for misleading scales or encodings, and gives at least one concrete improvement to comparison, integrity, or accessibility.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install display-quantitative-information - 安装完成后,直接呼叫该 Skill 的名称或使用
/display-quantitative-information触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Display Quantitative Information 是什么?
Use this skill when the user needs to design, critique, redesign, audit, generate, code, or explain quantitative graphics: charts, dashboards, tables, maps,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。
如何安装 Display Quantitative Information?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install display-quantitative-information」即可一键安装,无需额外配置。
Display Quantitative Information 是免费的吗?
是的,Display Quantitative Information 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Display Quantitative Information 支持哪些平台?
Display Quantitative Information 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Display Quantitative Information?
由 Tristan Manchester(@tristanmanchester)开发并维护,当前版本 v1.0.0。