📊
AutomationPython

JimuReport

by jeecgboot

JimuReport is an Automation skill for Claude Code, published by jeecgboot in skills.

225 stars67 forkson jeecgboot/skillsAdded 2026/09/03Repository updated 2026/07/27
aiclaudeclaude-codeclaude-code-hookclaude-code-skillclaude-code-skillsclicodexgeminijeecgjeecgbootlowskills
Install in seconds
Install JimuReport
Copy JimuReport into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jeecgboot/skills/tree/main/jimureport ~/.claude/skills/jimureport

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jeecgboot/skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
jimureport/SKILL.md in jeecgboot/skills
Installs to
~/.claude/skills/jimureport
Collection
One of 14 skills cataloged from this repository
Category
Automation1754 skills

What JimuReport does

JimuReport generates JimuReport designs from natural language requirements or screenshots. Use it when you need data, print, grouped, looping, or fill-in reports, especially with Excel-like layouts and #{ } data binding.

JimuReport is cataloged under Automation on DirSkills. JimuReport comes from a repository tagged ai, claude, claude-code, claude-code-hook and claude-code-skill.

Documentation

README

积木报表 AI 生成器

不涉及「Online 报表」(cgreport)或「Online 表单」(cgform)。

临时配置文件规则(强制)

所有传给脚本的 --config <xxx.json> 必须写到 {系统临时目录}/{SKILL_NAME}/ 下,由操作系统自动清理;skill 与脚本均不主动删除该目录或文件。

import tempfile, os, json

SKILL_NAME = "<SKILL_NAME>"               # 请替换为实际的技能名称
skill_dir = os.path.join(tempfile.gettempdir(), SKILL_NAME)
os.makedirs(skill_dir, exist_ok=True)          # 确保目录存在,不主动检查

config_path = os.path.join(skill_dir, 'sk_audit_create.json')   # 示例文件名
with open(config_path, 'w', encoding='utf-8') as f:
    json.dump(cfg, f, ensure_ascii=False, indent=2)

tempfile.gettempdir() 自动适配:Windows %TEMP%、Linux /tmp、macOS /var/folders/.../T(注意 macOS 并非 /tmp)。
文件名建议使用 <表名>_<步骤>.json(如 sk_audit_create.json),无需重复技能前缀,因路径已包含技能名称,便于排错。

❌ 禁止:

This is the opening of the README. Read the full README on GitHub.

Commands JimuReport provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /save

Frequently asked about JimuReport

  • What else does jeecgboot publish alongside JimuReport?

    JimuReport is one of 14 skills that DirSkills catalogs from jeecgboot/skills, the repository it ships in. Its siblings there include Jeecg AIFlow, Jeecg Code Generator and Jeecg Desform. Each one is a separate skill with its own page in this directory, installs the same way JimuReport does, and is maintained by jeecgboot in that same repository. The rest of the collection is listed on the jeecgboot/skills page.

  • How does JimuReport compare to other Automation skills?

    JimuReport ranks #1590 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of JimuReport against them. Open each page to compare what they document and how they install.

More from jeecgboot/skills

JimuReport is one of 14 skills cataloged on DirSkills from jeecgboot/skills.

See all 14 skills
🤖
7h ago

Jeecg AIFlow

Jeecg AIFlow manages the full lifecycle of JeecgBoot AI orchestration flows from natural-language requests. Use it to create, edit, query, delete, debug, publish, or copy AIFlow workflows.
AI Engineering
22567
🛠️
7h ago

Jeecg Code Generator

Jeecg Code Generator turns natural-language requirements into JeecgBoot CRUD code, including Java backend, Vue3 frontend, and menu permission SQL. Use it for new modules, field changes, and other JeecgBoot code generation tasks.
AI Engineering
22567
📝
7h ago

Jeecg Desform

Jeecg Desform creates, updates, copies, deletes, and manages JeecgBoot desform forms through conversation. It is used for form design, field edits, CRUD data management, PC/mobile views, and OA approval apps with workflow and authorization.
Automation
22567
🧪
7h ago

Jeecg Dev

Jeecg Dev defines the required coding, logging, and database-change conventions for JeecgBoot work. Use it when editing JeecgBoot code, SQL, or related change logs under the /jeecg-dev command.
Quality
22567
🧩
7h ago

Jeecg Online Form

Jeecg Online Form converts natural-language form requirements into JeecgBoot Online 表单配置 and creates or edits database tables and form metadata through API. Use it for metadata-driven CRUD forms, sub-tables, tree tables, field changes, enhancements, permissions, and data management.
Automation
22567
⚙️
7h ago

JeecgBoot BPM

JeecgBoot BPM generates Flowable BPMN 2.0 workflows from natural language and can create or edit processes in JeecgBoot. Use it for approval flows, OA forms with workflows, and changes to existing process nodes or listeners.
Automation
22567