maa-workflow-build

maa-workflow-build is a skill for Claude Code, Codex from KhazixW2/Everything-Maa. It costs 103 tokens per session (2,345 once invoked), scanned A, original, MIT.

A workflow for turning a vague MaaFramework automation request into a working, checked task. MaaFramework is a tool for automating games or apps.

In plain words
What is it for?
Use it to build or change complete MaaFramework tasks, such as automatically recovering stamina, including exploration, implementation, failure handling, and verification.
Why use it?
It prevents the agent from guessing the screen state or jumping straight into automation steps. It keeps the goal, assumptions, safety rules, recovery steps, and checks clear.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: $skill-name invocation.

Part of the everything-maa plugin — 14 skills, 3 MCP servers shipped together

Good fit Use it to build or change complete MaaFramework tasks, such as automatically recovering stamina, including exploration, implementation, failure handling, and verification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khazixw2/everything-maa/maa-workflow-build
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 KhazixW2/Everything-Maa --skill maa-workflow-build
Clone the repo
git clone --depth 1 https://github.com/KhazixW2/Everything-Maa

Made for: Claude Code, Codex.

Or install everything-maa, the plugin that ships this one along with the rest of its 14 skills, 3 MCP servers.

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 maa-workflow-build

README.md
[![agentmods](https://agentmods.dev/badge/skills/khazixw2/everything-maa/maa-workflow-build.svg)](https://agentmods.dev/skills/khazixw2/everything-maa/maa-workflow-build)
Your own site
<a href="https://agentmods.dev/skills/khazixw2/everything-maa/maa-workflow-build"><img src="https://agentmods.dev/badge/skills/khazixw2/everything-maa/maa-workflow-build.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,345 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.00103 $0.02345
Opus 5 $0.00051 $0.01172
Sonnet 5 $0.00021 $0.00469
Haiku 4.5 $0.00010 $0.00234

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

Security

Grade A, and why

maa-workflow-build 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 8d 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.

skills/maa-workflow-build/SKILL.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Maa Workflow Build

Own an end-to-end Maa automation request from ambiguous intent through evidence-backed completion. Treat the other Maa skills as specialist capabilities; keep this skill responsible for goal compilation, phase state, routing, recovery, and acceptance.

Operating contract

  • Do not jump from a vague request directly to Pipeline nodes.
  • Do not plan or implement against a scene that has not been observed. When a start or success state rests on a guess, explore the real UI first and write nodes from what was observed.
  • Maintain one task contract and one current run state throughout the task.
  • Separate observed facts, user decisions, working assumptions, and unresolved questions.
  • Ask only about choices that materially change behavior, safety, or acceptance. Make reversible, low-risk assumptions explicit and continue.
  • Define verification before implementation. Do not declare completion because files were written or a single smoke test passed.

Read references/task-contract.md before finalizing the goal. Read references/run-state.md before the first action and at every phase transition. Read references/exploration-first.md whenever a start or success state is not backed by a screenshot or recognition result captured in this task.

Specialist roles

  • Keep this orchestrator responsible for the task contract, state-machine design, failure routing, and final acceptance. The orchestrator owns state-machine assembly and integration; specialist outputs do not become a finished workflow until they are connected and verified against the contract.
  • Treat $maa-pipeline-guide as a reference and constraint source, not a sequential execution phase or node producer. Load only the sections needed to design, edit, or review the current control flow.
  • Treat $maa-pipeline-generate as the primary producer for recognition and action nodes, especially OCR, TemplateMatch, ColorMatch, ROI selection, and screenshot-derived snippets. Integrate its output into the designed state machine instead of treating generated nodes as task completion.
  • Invoke $maa-pipeline-option only when the task contract requires a user-facing toggle, selector, checkbox, switch, or input. Do not create options merely because the skill is available.
  • Run $maa-pipeline-testing after each coherent implementation increment and again against the integrated end-to-end flow. Use its evidence to route a failure back to the specialist or orchestrator phase that owns the defect.
  • Treat $maa-cli-operate as an execution backend for repeatable checks or guarded runtime operations, not a mandatory business phase.
  • Invoke $maa-diagnose only from RECOVER, and only when a failure exists whose owner is still unknown after focused testing. It is a read-only evidence producer, never a routine phase, and never a repair actor.
  • Treat $maa-wiki as an official-knowledge reference provider. Use it when the task contract, design, or acceptance criteria depend on MaaFramework documentation, schema, API, binding, release, or semantic-change facts; navigate to original sources before treating those facts as authoritative.

Read the full file on GitHub · 137 lines

Files

What ships with it

6 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. 8d ago First seen · 137 lines · 103 tokens per session scan A 18cdee0f968d

Subscribe to this mod's changes

maa-workflow-build is a skill published in the GitHub repository KhazixW2/Everything-Maa (12 stars, last pushed today), licensed MIT. It adds 103 tokens to every session and 2,345 once invoked, about $0.0005 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

develop-web-game

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with rendergametotext.

netease-youdao/LobsterAI · 64 tokens

achievements

Steam-style achievement system with XP, levels, streaks, and skill trees. Gamifies the development workflow. 25 achievements across 5 categories.

vibeeval/vibecosystem · 33 tokens

isuzu-unity-cli

Control Unity Editor from the CLI with the isuzu-unity-cli command. Execute C# code, browse scene hierarchy, inspect/modify GameObjects, capture screenshots, read console logs, check compile status, control play mode, and execute menu items. Use when: user wants to interact with Unity Editor programmatically, run C#…

isuzu-shiranui/UnityMCP · 97 tokens

battlenet-automation

Automate Battlenet tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/awesome-claude-skills · 30 tokens

unreal-asset-operation

Query and manage UE assets via UCP. Use when the user asks about asset search, dependencies, referencers, asset CRUD, asset management, getting selected/current assets, opening/closing asset editors, or any editor asset operation in Unreal Engine.

Italink/UnrealClientProtocol · 55 tokens

unreal-material-editing

Edit UE material node graphs and properties via text (ReadGraph/WriteGraph). Use when the user asks to add, remove, or rewire material expression nodes, or change material properties like ShadingModel or BlendMode.

Italink/UnrealClientProtocol · 51 tokens