maa-project-create

maa-project-create is a skill for Claude Code, Codex from KhazixW2/Everything-Maa. It costs 91 tokens per session (1,699 once invoked), scanned A, original, MIT.

A project-management tool for MaaFramework applications, a framework for building automation applications. It can create projects, inspect their health, update supported settings, and manage framework resources.

In plain words
What is it for?
It helps start Maa projects, choose Pipeline or Python Agent templates, add development tools, CI workflows, agents, and resource packs, and run health or file-difference checks.
Why use it?
It avoids manually copying or editing framework templates and configuration files. It also helps detect project drift, meaning local files no longer match the managed project setup.

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 It helps start Maa projects, choose Pipeline or Python Agent templates, add…

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/khazixw2/everything-maa/maa-project-create.svg)](https://agentmods.dev/skills/khazixw2/everything-maa/maa-project-create)
Your own site
<a href="https://agentmods.dev/skills/khazixw2/everything-maa/maa-project-create"><img src="https://agentmods.dev/badge/skills/khazixw2/everything-maa/maa-project-create.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,699 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.
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.00091 $0.01699
Opus 5 $0.00046 $0.00849
Sonnet 5 $0.00018 $0.00340
Haiku 4.5 $0.00009 $0.00170

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

Security

Grade A, and why

maa-project-create 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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/find-create-maa-project-skill.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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-project-create/SKILL.md · 89 lines

How it starts

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

Maa Project Create

官方兼容性核对

创建或更新项目涉及 MaaFramework schema、runtime、binding 兼容性或依赖版本时,通过 $maa-wiki 定位官方来源后再执行 update 或解释报告。create-maa-project 的报告是执行结果,不是 MaaFramework 官方契约本身。

Use create-maa-project as the project lifecycle engine. Do not reproduce its templates or manually imitate its managed-file behavior.

Load the bundled upstream Skill

Before composing the first project-changing, doctor, add, sync, update, backup, or cache command, locate and read the authoritative upstream create-maa-project Skill. The bundled upstream Skill is the command and report authority; this wrapper supplies routing and safety only.

  1. If the user supplies a create-maa-project checkout, npm package root, standalone Skill directory, or SKILL.md, pass each candidate to the locator with --root PATH.
  2. Run node scripts/find-create-maa-project-skill.mjs. The read-only locator searches installed standalone Skills, project and user installations, and npm/pnpm packages while excluding this Skill's own root. It never installs, downloads, builds, or updates anything.
  3. For status: "found", read skillPath completely. Resolve its relative links from the directory containing that file and read only the references required by the requested operation.
  4. For status: "package-without-skill", status: "version-mismatch", or status: "not-found", use the pinned v3.2.0 Skill URL returned by the locator. Do not substitute guidance from main; the Python wheel does not contain the upstream Skill.
  5. Compare the Skill version with the resolved runtime version (create-maa-project --cli-version) or with the catalog pin before invoking it. If they do not match, obtain and read the Skill for the resolved runtime version before continuing.

Preserve the upstream Skill's non-interactive, JSON-report, version-checking, and backup requirements. Set CREATE_MAA_PROJECT_AUTO_UPDATE=0 for a reproducible pinned run and do not re-enable automatic runtime or Skill updates. Prefer an installed CLI over a checkout's dist files. If a complete matching upstream Skill cannot be read, stop and report the locator result plus the release route attempted. Do not improvise create-maa-project commands from this Skill alone.

Read the full file on GitHub · 89 lines

Files

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.

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. 2d ago Changed · +12 lines · +3 tokens per session e751d93c6ce8
  2. 6d ago First seen · 77 lines · 88 tokens per session scan A 7ecb88be6362

Subscribe to this mod's changes

maa-project-create is a skill published in the GitHub repository KhazixW2/Everything-Maa (12 stars, last pushed 3d ago), licensed MIT. It adds 91 tokens to every session and 1,699 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.