et-luban

et-luban is a skill for Claude Code, Codex from FlameskyDexive/Legends-Of-Heroes. It costs 58 tokens per session (681 once invoked), scanned A, original, MIT.

A workflow for exporting C# configuration and data code from Luban, a table-to-code generator used in the ET project.

In plain words
What is it for?
Use it to run Luban exports, validate CodeMode output, refresh configuration, and troubleshoot ET.ExcelExporter or LubanGen.ps1 problems.
Why use it?
It keeps generated code and the combined luban.conf file up to date after changing tables, beans, enums, or export settings, and helps diagnose export failures.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to run Luban exports, validate CodeMode output, refresh configuration, and troubleshoot ET.ExcelExporter or LubanGen.ps1 problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flameskydexive/legends-of-heroes/et-luban
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add FlameskyDexive/Legends-Of-Heroes --skill et-luban
Clone the repo
git clone --depth 1 https://github.com/FlameskyDexive/Legends-Of-Heroes

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for et-luban

README.md
[![agentmods](https://agentmods.dev/badge/skills/flameskydexive/legends-of-heroes/et-luban/github.svg)](https://agentmods.dev/skills/flameskydexive/legends-of-heroes/et-luban)
Your own site
<a href="https://agentmods.dev/skills/flameskydexive/legends-of-heroes/et-luban"><img src="https://agentmods.dev/badge/skills/flameskydexive/legends-of-heroes/et-luban/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for et-luban

Your own site · 80×15
<a href="https://agentmods.dev/skills/flameskydexive/legends-of-heroes/et-luban"><img src="https://agentmods.dev/badge/skills/flameskydexive/legends-of-heroes/et-luban.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 681 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.00681
Opus 5 $0.00029 $0.00341
Sonnet 5 $0.00012 $0.00136
Haiku 4.5 $0.00006 $0.00068

Measured 12d ago against content hash b9e3f9ae4aa5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

et-luban scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Packages/cn.etetet.harness/skills/et-luban/SKILL.md · 40 lines

What it actually says

et-luban - Luban 导出入口

何时使用

  • 导出 Luban 生成的 C# 配置代码与 C# 数据代码
  • 修改 Packages/cn.etetet.*/Luban/**__tables__.xlsx__beans__.xlsx__enums__.xlsxDefines/ 后重新导出
  • 刷新聚合后的 luban.conf
  • 排查 ET.ExcelExporterLubanGen.ps1luban.conf 导出失败
  • 核对导出后的 CodeMode/Model/**CodeMode/Config/**

不要加载

  • 只是读取/写入 Excel 单元格、批量改表,还没到导出环节(用 et-excel
  • 只是编译 ET.sln、导出 Proto、启动服务器、发布(用 et-build
  • 只是查询 Unity 编辑器状态或执行其它 UnityBridge 命令

默认动作

  1. 命令必须在项目根目录执行,避免 Packages/ 相对路径和 LubanGen.ps1 定位错误。
  2. 当前 Luban 脚本统一走 cs-codecs-code-data,导出结果是 C# 代码,不是 json 或二进制。
  3. 导出前先区分“改表”和“生成产物”;只改表时先用 et-excel
  4. 导出过程会扫描 Packages/cn.etetet.*/Luban/* 并刷新聚合 luban.conf
  5. 导出后检查控制台、生成结果与 diff,区分真实配置变化和自动聚合变化。
  6. 改/建 __beans__/__enums__/含多态字段的数据表时,"列表"表头(*fields/*items/多态字段)必须横向合并单元格,否则导出报 缺失 列:'alias';详见 references。
  7. 导出若新增了生成 .cs(新枚举/新 bean 子类),必须先 UnityBridge Refresh+RegenProject 再编译,否则 dotnet buildCS0234(新文件无 .meta、不在显式 .csproj 列表)。

优先入口

  • dotnet ./Bin/ET.ExcelExporter.dll
  • Unity 菜单:ET/Excel/ExcelExporter

按需补读

  • references/et-luban-export.md:导出流程、结果落点、常见失败排查、多态 bean/枚举表 authoring(合并单元格)与导出后 Unity 刷新
Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 40 lines · 58 tokens per session scan A b9e3f9ae4aa5

Subscribe to this mod's changes

et-luban is a skill published in the GitHub repository FlameskyDexive/Legends-Of-Heroes (925 stars, last pushed 1mo ago), licensed MIT. It adds 58 tokens to every session and 681 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.