Onboard a Code-with-Claude Makers Cardputer — fetch the build-with-claude repo, flash firmware, and install the Claude Buddy apps.
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-plugins-official-c4600fc4f028 ,按照其中的说明把「maker-setup」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
The user has a Cardputer-Adv from claude.com/cwc-makers plugged in over USB-C.
build-with-claude/ directory under cwd:
git is available: git clone (or git pull if it already exists).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:
curl -L https://github.com/moremas/build-with-claude/archive/refs/heads/main.tar.gz | tar xz && mv build-with-claude-main build-with-claudecurl.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/maker-setup later just re-downloads (~500KB) — no update mechanism needed.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.cardputer-buddy skill for iterating).