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.
npx skills add FlameskyDexive/Legends-Of-Heroes --skill et-lubangit clone --depth 1 https://github.com/FlameskyDexive/Legends-Of-HeroesWrote 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.
[](https://agentmods.dev/skills/flameskydexive/legends-of-heroes/et-luban)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
What it actually says
et-luban - Luban 导出入口
何时使用
- 导出 Luban 生成的 C# 配置代码与 C# 数据代码
- 修改
Packages/cn.etetet.*/Luban/**、__tables__.xlsx、__beans__.xlsx、__enums__.xlsx、Defines/后重新导出 - 刷新聚合后的
luban.conf - 排查
ET.ExcelExporter、LubanGen.ps1、luban.conf导出失败 - 核对导出后的
CodeMode/Model/**与CodeMode/Config/**
不要加载
- 只是读取/写入 Excel 单元格、批量改表,还没到导出环节(用
et-excel) - 只是编译
ET.sln、导出 Proto、启动服务器、发布(用et-build) - 只是查询 Unity 编辑器状态或执行其它 UnityBridge 命令
默认动作
- 命令必须在项目根目录执行,避免
Packages/相对路径和LubanGen.ps1定位错误。 - 当前 Luban 脚本统一走
cs-code与cs-code-data,导出结果是 C# 代码,不是 json 或二进制。 - 导出前先区分“改表”和“生成产物”;只改表时先用
et-excel。 - 导出过程会扫描
Packages/cn.etetet.*/Luban/*并刷新聚合luban.conf。 - 导出后检查控制台、生成结果与 diff,区分真实配置变化和自动聚合变化。
- 改/建
__beans__/__enums__/含多态字段的数据表时,"列表"表头(*fields/*items/多态字段)必须横向合并单元格,否则导出报缺失 列:'alias';详见 references。 - 导出若新增了生成
.cs(新枚举/新 bean 子类),必须先 UnityBridgeRefresh+RegenProject再编译,否则dotnet build报CS0234(新文件无.meta、不在显式.csproj列表)。
优先入口
dotnet ./Bin/ET.ExcelExporter.dll- Unity 菜单:
ET/Excel/ExcelExporter
按需补读
references/et-luban-export.md:导出流程、结果落点、常见失败排查、多态 bean/枚举表 authoring(合并单元格)与导出后 Unity 刷新
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.
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.
- 12d ago First seen · 40 lines · 58 tokens per session scan A b9e3f9ae4aa5
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.
Other skills, from other repositories
luban-dev
A guide for Luban, a game-configuration tool that turns spreadsheets and schemas into C# code and binary data for a TEngine project.
html-to-ugui
A pipeline for turning HTML interface prototypes into Unity UGUI Prefabs, which are reusable Unity interface objects. It uses browser-rendered layout data to preserve positions, images, text, controls, and device-adaptation intentions.
grill-me
A structured questioning skill for testing an idea, plan, or argument by examining its evidence, assumptions, counterexamples, and weak points.
improve-codebase-architecture
A code-review guide for finding places where a codebase's modules are hard to understand, change, or test. It uses the project's terminology and recorded architecture decisions to suggest refactoring opportunities.
grill-with-docs
A code-review skill that uses project decision records and context documents to assess whether a change fits the system's architecture and domain.
tengine-dev
A development guide for TEngine, a framework used to build Unity games. It covers the framework’s modules, user interfaces, events, asset loading, hot updates, configuration, and related tools.