← 返回 Skills 市场
kaisersong

Report Creator

作者 Kaiser · GitHub ↗ · v1.21.2 · MIT-0
cross-platform ⚠ suspicious
445
总下载
0
收藏
1
当前安装
16
版本数
在 OpenClaw 中安装
/install report-creator
功能描述
Use when the user wants to CREATE or GENERATE a report, business summary, data dashboard, or research doc — 报告/数据看板/商业报告/研究文档/KPI仪表盘. Handles Chinese and Eng...
安全使用建议
This skill appears to do what it says: generate and validate .report.md IR into single-file HTML reports using local templates and guard checks. It does not request credentials or install arbitrary remote binaries. Before installing or running it: 1) Inspect SKILL.md for any hidden/control characters (the scanner flagged 'unicode-control-chars'); remove or decode them if present. 2) If you install by cloning the GitHub repo, review scripts (scripts/*.py) to ensure they don't call unexpected network endpoints or execute untrusted code in your environment. 3) Run tests locally in a sandboxed environment if possible (repo includes tests and eval scripts). 4) Avoid pasting SKILL.md or other large skill files wholesale into online LLM prompts without first checking for hidden characters. 5) Because the skill can be invoked autonomously by the agent, only enable it for agents/contexts you trust. If you need higher assurance, request the authoritative upstream repo URL and verify commit history before use.
功能分析
Type: OpenClaw Skill Name: report-creator Version: 1.21.2 The skill bundle contains high-risk capabilities, specifically shell command execution via 'subprocess.run' in 'scripts/verify-release.py' and browser automation using Playwright in 'scripts/export-image.py'. An internal validation report ('reports/validate.json') explicitly flags these as 'dangerous calls' (Rule R75). While these scripts appear to serve legitimate purposes like automated testing and report-to-image conversion, they represent a significant attack surface if the agent is manipulated into executing them with unintended inputs. No evidence of intentional malice, such as data exfiltration or unauthorized persistence, was detected.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match the code and SKILL.md. Files, templates, evals, and scripts all align with generating, validating, and rendering .report.md → HTML reports. No unrelated env vars, binaries, or cloud credentials are requested.
Instruction Scope
SKILL.md gives detailed, narrow routing rules (flags, which reference files to load per route, IR contract). It explicitly instructs not to render surrounding conversation and to load references minimally. This scope is appropriate, but the SKILL.md is large and contains an injected-detection signal ('unicode-control-chars') — inspect SKILL.md for hidden control characters before trusting automated evals or embedding its contents into an LLM prompt.
Install Mechanism
No install spec in the registry; README suggests standard git clone or clawhub install from a GitHub repo. That is expected for a skill that includes templates and scripts. There are no obfuscated download URLs or archive extraction instructions in the metadata provided.
Credentials
The skill requires no environment variables or credentials and does not request access to unrelated services. Scripts and tests operate on repo-local files; nothing asks for secrets or service tokens.
Persistence & Privilege
always is false and there is no evidence the skill modifies other skills or system-wide settings. It is user-invocable and uses local files/templates; normal persistence and autonomy behavior apply.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install report-creator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /report-creator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.21.2
Packaging cleanup: remove tracked docs content from GitHub and ClawHub packages, keep local docs as an ignored symlink to /Users/song/projects/mydocs/report-creator, and update ignore rules so docs are not included in future packages.
v1.21.1
Skill prompt budget release: compress SKILL.md into a thin routing contract, move shell metadata and duplicate-date details into references, add size-budget regression coverage, and keep export shell checks in fast verification.
v1.20.1
kai-report-creator 1.20.1 - Updated SKILL.md and README.md; version bump to 1.20.1. - No functional or behavioral changes; documentation only.
v1.20.0
Version 1.20.0 - Added more eval cases for guard checks and narrative/kpi placeholders. - Introduced integration tests for guard functionality. - Added support for the new "regular-lumen" theme in both English and Chinese template directories. - Removed old example reports and legacy configuration files to streamline the codebase. - Updated documentation and references to reflect new features and structure.
v1.19.0
新增 fangsong 主题、数字字体质量检查、智能日期显示
v1.17.1
Added watermark with theme name, merged v1.16.1
v1.17.0
Added watermark feature with theme name, merged v1.16.1 updates
v1.14.0
**Added contract tests and improved documentation.** - Introduced two new contract tests: one for chart rendering and one for HTML shell validation. - Updated theme reference, component tag syntax, and feature documentation in all README and SKILL files. - Expanded test fixture HTML files for robustness. - Improved clarity and completeness of usage guidance in documentation.
v1.13.0
fix: remove XML-like tags from SKILL.md description field to fix Claude Desktop install error
v1.12.0
Integrate 13 anti-pattern checks from impeccable.style: forbidden patterns, self-check rules, animation constraints, prose line-length, responsive rules
v1.11.0
Embed hard rules in SKILL.md (KPI length, badge coverage, timeline validity, U+FE0F, summary values). Add heading quality rules with forbidden list and positive templates. Restructure --generate flow: read IR → load 5 reference files → render → pre-write validation (search-based checks) → silent review → write. Add highlight-sentence CSS to template. Expand forbidden heading list with Chinese variants.
v1.10.1
Enforce KPI value length (≤8 Chinese chars/≤3 English words), mandatory badge generation (≥2 locations), timeline restricted to temporal content only, fix callout icon U+FE0F variant selectors, add HTML version comment, add Category 0 visual hard rules to review checklist
v1.10.0
Version 1.10.0 introduces built-in report reviewing and significant documentation/test improvements. - Added `--review` flag for one-pass automatic report refinement using a standardized checklist. - Included report reviewing checklist and templates as references. - New demo and review files for business and monthly progress reports. - Added scripts and tests for documentation synchronization and review coverage. - Expanded multilingual guides and example reports. - Cleaned up obsolete design documents.
v1.8.3
Version 1.8.3 - Adds custom theme system: use `--theme <name>` to load themes from the `themes/` directory (see `themes/README.zh-CN.md`). - New docs and technical references covering component design, color system, and template rules. - Expands chart support: built-in `:::chart` now supports `sankey` type and ECharts auto-selection. - Updates and improves built-in templates and CSS for both English and Chinese themes. - Adds new and updated fixtures and tests, including coverage for color system and minimal themes.
v1.1.3
- No changes detected in this version. - The skill's functionality, documentation, and behavior remain unchanged from the previous release.
v1.0.0
kai-report-creator 1.1.3 - Initial public release for creating professional HTML reports and dashboards from notes, data, or plans. - Supports both Chinese and English inputs, with auto language detection. - Offers planning, generation, theme previews, HTML bundling, and export-to-image with CLI flags. - Outputs machine-readable HTML with embedded JSON for AI interoperability. - Simple, zero-dependency output: single HTML files, mobile responsive, suitable for embedding. - Clear flag-based command routing for flexible report workflows.
元数据
Slug report-creator
版本 1.21.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 16
常见问题

Report Creator 是什么?

Use when the user wants to CREATE or GENERATE a report, business summary, data dashboard, or research doc — 报告/数据看板/商业报告/研究文档/KPI仪表盘. Handles Chinese and Eng... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 445 次。

如何安装 Report Creator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install report-creator」即可一键安装,无需额外配置。

Report Creator 是免费的吗?

是的,Report Creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Report Creator 支持哪些平台?

Report Creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Report Creator?

由 Kaiser(@kaisersong)开发并维护,当前版本 v1.21.2。

💬 留言讨论