Real Skill packageSource verifiedClawHub registry

smart-report

Data-to-report skill. Turns data files (CSV/Excel/JSON) into single-file interactive HTML reports with ECharts visualizations, narrative analysis and full numeric traceability (fact ledger). Use when the user asks to write a report, weekly/monthly report, analysis document, review, or presentation m

Identity and source

Publisher attributionhanliregistry owner unverified by skillvetai
Functional categoryDocuments, PDF & Presentationsautomatically inferred · 70% rule confidence
Package forminstruction with code31 recorded files
Canonical sourceClawHub registryclawhub:neuhanli:smart-report
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 9/2/2026.claude/skills/smart-report

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 9/2/2026.agents/skills/smart-report

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 9/2/2026skills/smart-report

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @neuhanli/smart-report
clawhub inspect @neuhanli/smart-report --version 1.0.1

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
partial text content
Files
30 / 31 inspected as text
Checked
9/2/2026, 4:32:29 AM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
highDynamic code or shell execution is presentscripts/data_transformer.py:25 · confidence 78%eval(
1 High/Critical review queue entry
STATIC_DYNAMIC_CODE_EXECUTIONpending
Open human review queue →
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
5 dependency and API indicators
  • pypi: pandas ==3.0.1
  • pypi: numpy ==2.4.3
  • pypi: openpyxl ==3.1.5
  • pypi: xlrd ==2.0.1
  • api: clawhub.ai
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
9/1/2026, 11:45:41 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:576467dbf100888f1fb3d11b613f2a48c3d9c8e6e4328844cfa807d6a4c05957
Show up to 30 recorded paths
  • assets/echarts-liquidfill.min.js
  • assets/echarts-wordcloud.min.js
  • assets/echarts.min.js
  • references/REFERENCE.md
  • references/REPORT.md
  • references/templates/T0.md
  • references/templates/T1.md
  • references/templates/T2.md
  • references/templates/T3.md
  • references/templates/T4.md
  • references/templates/T5.md
  • references/templates/T6.md
  • references/templates/T7.md
  • references/templates/T8.md
  • requirements.txt
  • scripts/__init__.py
  • scripts/_bootstrap.py
  • scripts/chart_generator.py
  • scripts/cli.py
  • scripts/data_parser.py
  • scripts/data_transformer.py
  • scripts/exceptions.py
  • scripts/plot_stats.py
  • scripts/renderers.py
  • scripts/report_assembler.py
  • scripts/stats_kernels.py
  • scripts/template.py
  • scripts/texts.py
  • scripts/themes.py
  • skill-card.md

Source changelog

smart-report 1.0.1 - Adds skill documentation (SKILL.md) defining the full workflow, strict output requirements, and template system for producing interactive HTML reports from data files. - Specifies CLI workflow, file formats, chart types, templating rules, and error handling protocol. - Details supported input formats: CSV, Excel (xls/xlsx), JSON; output is single-file HTML. - Ensures all narrative numbers are traceable to source data (fact ledger). - Introduces built-in ECharts integration (offline, no network required) and reporting safety features (sandboxed transforms).