
- Background Clawd
- Body Black
- Eye Angry
- Suit Magic
Don't farm points. Spend your Claude limit. Every 10% of your 5-hour window burned in Claude Code mints one cube — hit 100% and the full ten are yours.
The same bar you watch in Claude is the one that mints. Burn the window, the oracle signs, you mint. No grinding, no allowlist.
Everything runs from Claude Code. Your usage never leaves your machine in plaintext — only a signed percentage commitment reaches the contract.
Work like you always do. The session tracker watches your 5-hour window.
Invoke the mint skill to read your current usage and request an allocation.
/limitcubes start 0x...The oracle converts your % used into a quantity and signs a single-use authorization.
Open this page, connect your wallet, and the pending authorization mints on Ethereum.
Install the skill to your Claude Code and start earning mint authorizations. Full source code is open.
# limitcubes skill Mint NFTs by spending your Claude Code usage. The skill reads your real usage via claude -p — you never type a number by hand. ## Commands /limitcubes start 0xYourWallet # snapshot current usage as baseline /limitcubes status # show progress since baseline /limitcubes claim # get a signed mint authorization, open browser ## How it works Pure instructions — no runtime, no scripts. The skill uses claude -p + curl, which you already have. It reads only your usage percentage and sends just that number to the backend. ## Privacy - Never reads config files, tokens, API keys, or your messages - Sends only: usage %, plan, timestamp - Never signs anything locally — the site does the on-chain mint ## Rules - Each 10% of your 5-hour window spent = 1 cube unlocked - Max 10 cubes per wallet · total supply 2222 - Price: 0.00169 ETH per cube + gas
Open a terminal (not the Claude chat) and run these two lines — the managed plugin installer:
claude plugin marketplace add Limitcubes/skill
claude plugin install limitcubes@limitcubes
Then restart Claude Code and run /limitcubes start 0xYourWallet.
Click to copy. Run these in a normal terminal — macOS Terminal, or the integrated terminal in the VS Code extension (claude plugin … is a terminal command, not a chat slash-command). Works on macOS, Linux, and Windows. Requires local Claude Code on your own machine.
macOS / Linux
mkdir -p ~/.claude/skills/limitcubes && curl -fsSL https://raw.githubusercontent.com/Limitcubes/skill/main/skills/limitcubes/SKILL.md -o ~/.claude/skills/limitcubes/SKILL.md
Windows (PowerShell)
New-Item -ItemType Directory -Force "$env:USERPROFILE\.claude\skills\limitcubes" | Out-Null; Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Limitcubes/skill/main/skills/limitcubes/SKILL.md" -OutFile "$env:USERPROFILE\.claude\skills\limitcubes\SKILL.md"
Run in a real terminal, not the Claude chat — Claude Code blocks writing downloaded files into its skills folder by design. Then restart Claude Code.
Privacy: the skill reads only your usage % (via claude -p) and sends just that number, your plan, and a timestamp. It never reads any config file, tokens, API keys, or messages. Read the source ↗
Every cube is sealed in cryo. Hover a specimen to thaw it and read its traits.














Still stuck? Reach us on X or drop into the community.