Language: 日本語English

cwc-makers Plugin

Author
Anthropic
Category
Productivity
Topics
Claude Code Customization & Workflow · Web & App Development · AI Agents & AI App Development
Version
1.0.0
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

cwc-makers is a Claude Code plugin that onboards the Code-with-Claude Makers Cardputer kit (an M5Stack Cardputer-Adv) with a single /maker-setup command. According to the README, it clones the moremas/build-with-claude repo, detects the device over USB-C, flashes UIFlow 2.0 firmware, and installs the Claude Buddy, Hello, and Snake app bundle. It walks the user through the one physical step required — pressing the download-mode button on the back of the device — and the resulting device pairs with Claude Desktop over BLE. After setup, the README states you can ask Claude to write new MicroPython apps (e.g. a magic 8-ball, pixel pet, or weather ticker) and push them to the device without re-flashing.

Overview

cwc-makers is not a SaaS; it is a plugin for Claude Code (installed via '/plugin install cwc-makers@claude-plugins-official') that automates setup and iteration for the M5Stack Cardputer-Adv hardware kit tied to the Code-with-Claude Makers program.

What you can do with cwc-makers

  • Run /maker-setup to clone moremas/build-with-claude and onboard a USB-C-connected M5Stack Cardputer-Adv
  • Use the /m5-onboard skill for full provisioning: device detection, UIFlow 2.0 flashing, and installing the Claude Buddy + Hello + Snake app bundle
  • Use the /cardputer-buddy skill to iterate on apps after onboarding (push, tail, REPL), per the README
  • Install the plugin with /plugin install cwc-makers@claude-plugins-official
  • Ask Claude to build custom apps (e.g., magic 8-ball, pixel pet, weather ticker) and push MicroPython code to the device without re-flashing
  • Note prerequisites from the README: Python 3.10+ on the host; git is optional (falls back to curl+tar); esptool is auto-installed; pyserial is vendored

Sources

Original description (English)

Onboard a Code-with-Claude Makers Cardputer with one /maker-setup command — clones the build-with-claude repo, flashes UIFlow firmware, and installs the Claude Buddy app bundle.

History of cwc-makers

Back to list