emuera-basic-agent-guide

emuera-basic-agent-guide is a skill for Claude Code, Codex from SweetenedSuzuka/Emuera-Basic-Agent-guide. It costs 79 tokens per session (5,781 once invoked), scanned A, original, GPL-2.0.

A guide for developing ERB scripts in Emuera, a scripting environment for game-like applications. It covers syntax, variables, commands, functions, game flow, character and CSV data, graphics, audio, tables, maps, XML, debugging, and configuration.

In plain words
What is it for?
Use it when writing or debugging Emuera scripts, handling game data and characters, working with media or structured files, or configuring the runtime.
Why use it?
It brings the main Emuera scripting concepts and available commands together in one place, reducing the need to look up each area separately.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

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.

agentmods
npx agentmods add skills/sweetenedsuzuka/emuera-basic-agent-guide/emuera-basic-agent-guide
Any agent
npx skills add SweetenedSuzuka/Emuera-Basic-Agent-guide --skill emuera-basic-agent-guide
Clone the repo
git clone --depth 1 https://github.com/SweetenedSuzuka/Emuera-Basic-Agent-guide

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 emuera-basic-agent-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/sweetenedsuzuka/emuera-basic-agent-guide/emuera-basic-agent-guide.svg)](https://agentmods.dev/skills/sweetenedsuzuka/emuera-basic-agent-guide/emuera-basic-agent-guide)
Your own site
<a href="https://agentmods.dev/skills/sweetenedsuzuka/emuera-basic-agent-guide/emuera-basic-agent-guide"><img src="https://agentmods.dev/badge/skills/sweetenedsuzuka/emuera-basic-agent-guide/emuera-basic-agent-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,781 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00079 $0.05781
Opus 5 $0.00039 $0.02891
Sonnet 5 $0.00016 $0.01156
Haiku 4.5 $0.00008 $0.00578

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

Security

Grade A, and why

emuera-basic-agent-guide 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 5d 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.

SKILL.md · 458 lines

The source is not reproduced here

Licensed GPL-2.0

The repository is licensed GPL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 5d ago First seen · 458 lines · 79 tokens per session scan A 5cfa6ba5c765

Subscribe to this mod's changes

emuera-basic-agent-guide is a skill published in the GitHub repository SweetenedSuzuka/Emuera-Basic-Agent-guide (5 stars, last pushed 1mo ago), licensed GPL-2.0. It adds 79 tokens to every session and 5,781 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

zoom-meeting-sdk-unreal

Zoom Meeting SDK for Unreal Engine wrapper integrations. Use when building Unreal projects that embed Zoom meetings with C++ and Blueprint wrappers, including wrapper-to-SDK mapping concerns.

anthropics/knowledge-work-plugins · 41 tokens

reflection-method-call

Call a C# method by reflection — including private methods. Requires a method schema obtained via 'reflection-method-find'. Supports static methods, instance methods (with optional target deserialization), and main-thread / off-thread execution.

IvanMurzak/Unity-MCP · 48 tokens

script-execute

Compiles and executes C# code dynamically using Roslyn. Supports a full-code mode (default) and a body-only mode — see the skill body for the difference and for how to pass Unity object references as parameters.

IvanMurzak/Unity-MCP · 48 tokens

reflection-method-find

Find C# methods across every loaded assembly by name / type / parameters — including private methods. Returns serialized MethodData entries usable as schemas for 'reflection-method-call'.

IvanMurzak/Unity-MCP · 39 tokens

unity-version-split

Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).

IvanMurzak/Unity-MCP · 59 tokens

script-delete

Delete one or more .cs script files from disk, refresh the AssetDatabase, and wait for Unity compilation to settle before delivering the final result via the request's requestId. Pair with 'script-read' to inspect files before deletion.

IvanMurzak/Unity-MCP · 52 tokens