maa-wiki

maa-wiki is a skill for Claude Code, Codex from KhazixW2/Everything-Maa. It costs 57 tokens per session (739 once invoked), scanned A, original, MIT.

A guide that routes MaaFramework questions to official documentation, schemas, APIs, bindings, and release information. MaaFramework is a tool for automating games or apps, and a schema defines the allowed configuration structure.

In plain words
What is it for?
Use it to check official MaaFramework behavior before designing, testing, or citing pipelines, APIs, bindings, schemas, and version-related changes.
Why use it?
It helps verify how the framework really behaves instead of relying on guesses, especially when versions, compatibility, or technical rules may have changed.

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 check official MaaFramework behavior before designing, testing, or citing pipelines, APIs, bindings, schemas, and version-related changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khazixw2/everything-maa/maa-wiki
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-wiki
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-wiki

README.md
[![agentmods](https://agentmods.dev/badge/skills/khazixw2/everything-maa/maa-wiki.svg)](https://agentmods.dev/skills/khazixw2/everything-maa/maa-wiki)
Your own site
<a href="https://agentmods.dev/skills/khazixw2/everything-maa/maa-wiki"><img src="https://agentmods.dev/badge/skills/khazixw2/everything-maa/maa-wiki.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 739 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.00057 $0.00739
Opus 5 $0.00028 $0.00369
Sonnet 5 $0.00011 $0.00148
Haiku 4.5 $0.00006 $0.00074

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

Security

Grade A, and why

maa-wiki 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-wiki/SKILL.md · 52 lines

What it actually says

Maa Wiki

将 MaaFramework 相关问题和其它 Maa skill 路由到权威官方材料。它是 Maa 生态知识的导航器,不是答案仓库;最终结论必须回到原始文档、schema 或源码。

用途与边界

  • 覆盖 MaaFramework 官方文档、Pipeline/schema 规范、native API、binding API、release 历史、语义变化和兼容性证据。
  • 项目专用 Pipeline 配置、用户项目事实、游戏 UI 状态和未经核实的诊断结论不在本 skill 范围内。
  • 本 skill 不复制、缓存或内置 MaaLLMWiki catalog;只按需读取上游 URL。

总入口

先读取 MaaLLMWiki 仓库根 README:

https://raw.githubusercontent.com/Windsland52/MaaLLMWiki/main/README.md

README 描述仓库布局和生成索引层级。不要跳过总入口直接猜测文件路径。

导航协议

  1. 从总入口 README 开始,理解 sources/generated/schemas/ 的用途。
  2. 需要找文件时,使用 GitHub tree/API 或 raw URL 模式自行定位路径。
  3. 阅读 Markdown 中的相对链接时,把 ./xxx/index.md 等链接转换成 raw.githubusercontent.com/Windsland52/MaaLLMWiki/main/... 后读取。
  4. 优先读取索引文件里的 pinned commit/revision,再回到对应的 MaaFramework 或 binding 仓库原始路径。
  5. 所有读取都是临时参考;不要把 catalog 内容写进用户项目。

引用纪律

  • catalog 索引只说明“去哪里找”,不能作为最终权威。
  • 引用官方行为、schema、API 或语义变化时,必须附上原始来源 URL 或 revision。
  • 只能贴必要片段,不要大规模复制上游内容。
  • URL 不可达、路径不存在或 revision 不明确时,把相关事实标记为“未验证”,并说明缺少的来源,不得凭模型记忆补全。

与其它 Maa skill 协作

  • maa-workflow-build:任务契约、设计或验收依赖官方事实时,通过 $maa-wiki 核对原始来源。
  • maa-pipeline-guidemaa-pipeline-testingmaa-project-create:涉及官方协议、schema、API、版本或兼容性判断时,可先调用本 skill。
  • 普通项目文件扫描、已有项目内 Pipeline 编辑等低风险工作不强制先读 wiki;按需引用,避免为每个任务增加网络依赖。

失败处理

  • 网络不可用时,允许复用当前会话已读过的原始来源,但不得把未读取的 catalog 内容当成已知事实。
  • 导航失败后先报告失败的 URL 和已确认的路径;再决定是否继续其它技能工作流。
  • 无法验证官方事实时,明确列出未验证项和需要的原始来源,不代替用户完成核对。
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. 8d ago First seen · 52 lines · 57 tokens per session scan A 1cf43540e8ef

Subscribe to this mod's changes

maa-wiki is a skill published in the GitHub repository KhazixW2/Everything-Maa (12 stars, last pushed yesterday), licensed MIT. It adds 57 tokens to every session and 739 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.