maker-setup

maker-setup is a command for coding agents from anthropics/claude-plugins-official. It costs 29 tokens per session (378 once invoked), scanned A, original, Apache-2.0.

A setup command for the M5Stack Cardputer-Adv, a small programmable handheld computer. It downloads the build-with-claude project, flashes its firmware, and installs the Claude Buddy apps over USB-C.

In plain words
What is it for?
Use it to prepare a Cardputer for Code-with-Claude projects and launch Claude Buddy afterward.
Why use it?
It puts the required project files, firmware, and apps on a newly connected Cardputer without requiring each step to be done manually.

Command

Part of the cwc-makers plugin — 2 skills, 1 command shipped together

About the project

Claude Code Plugins Directory is a marketplace containing plugins for Claude Code, including tools, commands, skills, agents, hooks, and model context servers. Claude Code users browse it to install Anthropic-maintained or approved third-party extensions.

anthropics/claude-plugins-official · 35,912 stars · on GitHub

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 commands/anthropics/claude-plugins-official/maker-setup
Clone the repo
git clone --depth 1 https://github.com/anthropics/claude-plugins-official

Or install cwc-makers, the plugin that ships this one along with the rest of its 2 skills, 1 command.

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 maker-setup

README.md
[![agentmods](https://agentmods.dev/badge/commands/anthropics/claude-plugins-official/maker-setup.svg)](https://agentmods.dev/commands/anthropics/claude-plugins-official/maker-setup)
Your own site
<a href="https://agentmods.dev/commands/anthropics/claude-plugins-official/maker-setup"><img src="https://agentmods.dev/badge/commands/anthropics/claude-plugins-official/maker-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 378 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00029 $0.00378
Opus 5 $0.00015 $0.00189
Sonnet 5 $0.00006 $0.00076
Haiku 4.5 $0.00003 $0.00038

Measured 2d ago against content hash 326e604a0501, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

maker-setup scanned grade A with 1 finding 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.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- If `git` is **not** available: don't install it. Download the GitHub tarball instead — `curl` and `tar` ship with macOS, Linux, and Windows 10+ out of the box:
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/cwc-makers/commands/maker-setup.md · 16 lines

What it actually says

The user has a Cardputer-Adv from claude.com/cwc-makers plugged in over USB-C.

  1. Get https://github.com/moremas/build-with-claude into a build-with-claude/ directory under cwd:
    • If git is available: git clone (or git pull if it already exists).
    • If git is not available: don't install it. Download the GitHub tarball instead — curl and tar ship with macOS, Linux, and Windows 10+ out of the box:
      • macOS / Linux: curl -L https://github.com/moremas/build-with-claude/archive/refs/heads/main.tar.gz | tar xz && mv build-with-claude-main build-with-claude
      • Windows (PowerShell): curl.exe -L -o bwc.zip https://github.com/moremas/build-with-claude/archive/refs/heads/main.zip; tar -xf bwc.zip; Rename-Item build-with-claude-main build-with-claude
    • Re-running /maker-setup later just re-downloads (~500KB) — no update mechanism needed.
  2. Invoke the m5-onboard skill and follow it to run onboard/scripts/onboard.py --apps buddy from inside build-with-claude/, surfacing the download-mode button prompt to the user.
  3. When done, tell the user how to launch Claude Buddy and ask what they want to build next (see the cardputer-buddy skill for iterating).
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 First seen · 16 lines · 29 tokens per session scan A 326e604a0501

Subscribe to this mod's changes

maker-setup is a command published in the GitHub repository anthropics/claude-plugins-official (35,912 stars, last pushed today), licensed Apache-2.0. It adds 29 tokens to every session and 378 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.