Legends-Of-Heroes: Skill for Codex

.codex/skills/aibridge-batch-script/SKILL.md

aibridge-batch-script is a skill for Codex from FlameskyDexive/Legends-Of-Heroes. It costs 69 tokens per session (445 once invoked), scanned A, original, MIT.

A workflow for batching multiple AIBridge commands, including Unity Editor operations. A batch script groups commands, delays, checks, menu actions, and logging into one repeatable run.

In plain words
What is it for?
Use it to run several Unity Editor commands together, wait for compilation or play mode, handle dialogs, inspect logs, check objects, and automate longer AIBridge workflows.
Why use it?
It reduces manual repetition and helps handle long, JSON-heavy, or quoting-sensitive command sequences consistently.

Skill for Codex

Written for Codex: installed under .codex/. Also seen: mentions Codex.

This is FlameskyDexive/Legends-Of-Heroes's own configuration. It tells Codex how to work on Legends-Of-Heroes itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Legends-Of-Heroes configures →

Reuse

Borrowing it

Nothing to install: this file belongs to FlameskyDexive/Legends-Of-Heroes. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/FlameskyDexive/Legends-Of-Heroes/master/.codex/skills/aibridge-batch-script/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/FlameskyDexive/Legends-Of-Heroes

Made for: 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 aibridge-batch-script

README.md
[![agentmods](https://agentmods.dev/badge/skills/flameskydexive/legends-of-heroes/aibridge-batch-script/github.svg)](https://agentmods.dev/skills/flameskydexive/legends-of-heroes/aibridge-batch-script)
Your own site
<a href="https://agentmods.dev/skills/flameskydexive/legends-of-heroes/aibridge-batch-script"><img src="https://agentmods.dev/badge/skills/flameskydexive/legends-of-heroes/aibridge-batch-script/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 aibridge-batch-script

Your own site · 80×15
<a href="https://agentmods.dev/skills/flameskydexive/legends-of-heroes/aibridge-batch-script"><img src="https://agentmods.dev/badge/skills/flameskydexive/legends-of-heroes/aibridge-batch-script.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 445 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.00069 $0.00445
Opus 5 $0.00034 $0.00222
Sonnet 5 $0.00014 $0.00089
Haiku 4.5 $0.00007 $0.00044

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

Security

Grade A, and why

aibridge-batch-script 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 11d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.codex/skills/aibridge-batch-script/SKILL.md · 41 lines

What it actually says

AIBridge Batch Script

Use this Skill for batch and multi automation. Prefer multi --stdin for long scripts, JSON-heavy commands, or PowerShell quoting-sensitive commands.

$CLI means the platform-appropriate AIBridge CLI invocation, usually ./.aibridge/cli/AIBridgeCLI.exe on Windows.

Rules

  • Run commands from the Unity project root.
  • Plain multi lines become Batch call lines automatically.
  • Native Batch lines are kept as-is: call, delay, log, menu, wait_compile, wait_playmode, assert_log_empty, assert_object, set_var, print_var, dialog click, and # comments.
  • dialog click ok | yes | Save declares dialog auto-click choices; after that line executes, later steps auto-click the first matching logical choice or visible button text. A later dialog click declaration replaces the previous strategy. Keep the CLI invocation waiting; --no-wait cannot continue clicking after the process exits.
  • Keep generated scripts under .aibridge/scripts/ when a file is needed.
  • Use --keep-file only when debugging the generated script.

Quick Examples

$CLI multi --cmd "editor log --message Step1&get_logs --logType Error --count 1"
$script = @'
editor log --message "开始批处理"
dialog click ok | yes | Save
wait_compile 120000
delay 1000
get_logs --logType Error --count 1
'@
$script | & $CLI multi --stdin

References

  • references/batch-script-reference.md: generated command reference for batch.
Files

What ships with it

1 file 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. 11d ago First seen · 41 lines · 69 tokens per session scan A 8b75e6723b5b

Subscribe to this mod's changes

aibridge-batch-script is a skill published in the GitHub repository FlameskyDexive/Legends-Of-Heroes (925 stars, last pushed 1mo ago), licensed MIT. It adds 69 tokens to every session and 445 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.

Related

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.

Alex-Rachel/TEngine · 149 tokens

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.

Alex-Rachel/TEngine · 150 tokens

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.

Alex-Rachel/TEngine · 68 tokens

game-development

Game development patterns, architectures, and best practices.

miles990/claude-software-skills · 12 tokens

anti-cheat-systems

Analyze layered game integrity defenses and select repository resources for process-memory reports, acquired-memory forensics, callback scope, behavioral measurement and driver-policy evidence. Use for DMA versus host-mediated acquisition, input provenance, replay fidelity, collector health, detector rollout/recovery…

gmh5225/awesome-game-security · 90 tokens

game-hacking-techniques

Classify game-cheating threats across client memory, code injection, rendering, input, engines, kernels, DMA and remote transports. Use for repository-backed attack-surface maps, attacker prerequisites, state exposure, legitimate comparison baselines, and observable artifacts. Select engine source, capture or…

gmh5225/awesome-game-security · 95 tokens