lab

lab is a skill for Claude Code, Codex from harebeats/cannonball. It costs 48 tokens per session (399 once invoked), scanned A, original, MIT.

A launcher for installing, starting, opening, checking, or stopping the Cannonball 3D Lab on a local computer. It opens the lab at localhost:5555, an address reachable only from that computer.

In plain words
What is it for?
It is for working with the Cannonball 3D Lab locally, including installation, status checks, starting, stopping, and opening it in a browser.
Why use it?
It removes the need to run the lab’s setup and service commands by hand.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present.

Part of the cannonball plugin — 10 skills shipped together

Good fit It is for working with the Cannonball 3D Lab locally, including installation, status checks, starting, stopping, and opening it in a browser.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/harebeats/cannonball/lab
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 harebeats/cannonball --skill lab
Clone the repo
git clone --depth 1 https://github.com/harebeats/cannonball

Made for: Claude Code, Codex.

Or install cannonball, the plugin that ships this one along with the rest of its 10 skills.

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 lab

README.md
[![agentmods](https://agentmods.dev/badge/skills/harebeats/cannonball/lab/github.svg)](https://agentmods.dev/skills/harebeats/cannonball/lab)
Your own site
<a href="https://agentmods.dev/skills/harebeats/cannonball/lab"><img src="https://agentmods.dev/badge/skills/harebeats/cannonball/lab/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lab

Your own site · 80×15
<a href="https://agentmods.dev/skills/harebeats/cannonball/lab"><img src="https://agentmods.dev/badge/skills/harebeats/cannonball/lab.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 399 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00048 $0.00399
Opus 5 $0.00024 $0.00199
Sonnet 5 $0.00010 $0.00080
Haiku 4.5 $0.00005 $0.00040

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

Security

Grade A, and why

lab 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 5d ago.

The scan reads SKILL.md. This mod also ships 13 executable files (assets/cannonball-3d-lab/app/lib/lab-runtime.ts, assets/cannonball-3d-lab/app/lib/scene-plan.ts, assets/cannonball-3d-lab/eslint.config.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/lab/SKILL.md · 43 lines

What it actually says

Cannonball 3D Lab

Use o launcher que acompanha esta skill. Resolva SKILL_DIR como o caminho absoluto da pasta que contém este SKILL.md; não presuma onde o plugin foi instalado.

/lab

Quando a solicitação for somente /lab, execute imediatamente:

python3 "${SKILL_DIR}/scripts/lab.py"

Esse comando é idempotente: na primeira execução copia o aplicativo para ~/.cannonball/3d-lab, instala as dependências e inicia os serviços; nas seguintes, reutiliza a instalação e abre http://localhost:5555. A invocação explícita /lab é autorização para criar essa pasta e instalar as dependências npm dentro dela.

Não peça caminho, porta ou confirmação adicional. Não altere a porta: 5555 faz parte do contrato do Lab. Informe o endereço ou o erro concreto devolvido pelo launcher. Nunca exponha o servidor além de 127.0.0.1.

Operações adicionais

Use somente quando o usuário pedir expressamente:

python3 "${SKILL_DIR}/scripts/lab.py" status
python3 "${SKILL_DIR}/scripts/lab.py" stop
python3 "${SKILL_DIR}/scripts/lab.py" install
python3 "${SKILL_DIR}/scripts/lab.py" start --reinstalar

Uma reinstalação preserva a pasta anterior como backup. O pacote não inclui corpus, pesos do SF3D, outputs, caches ou credenciais; esses dados permanecem locais e fora da skill.

Files

What ships with it

31 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. 5d ago First seen · 43 lines · 48 tokens per session scan A fd5ab87cee61

Subscribe to this mod's changes

lab is a skill published in the GitHub repository harebeats/cannonball (11 stars, last pushed 6d ago), licensed MIT. It adds 48 tokens to every session and 399 once invoked, about $0.0002 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-09-05.

Related

Other skills, from other repositories

fast-typescript-check

Keep www-sacred's TypeScript fast to type-check and fast to run. Use when touching the ASCII/canvas animation components (the only real per-frame code here), tightening type-check wall-clock, or auditing a change for runtime or compiler regressions. Scoped to this repo — a React 19 / Next.js 16 component library plus…

internet-development/www-sacred · 84 tokens

port-sacred-terminal-ui-to-react-using-same-conventions

Take a CLI screen written for Simulacrum — the sacred CLI framework (scripts/cli/templates/.ts or scripts/python/templates/.py) — and produce a React component that lives inside components/examples/ (or components/) using only sacred's existing primitives — Window, Card, SimpleTable, ActionButton, RowSpaceBetween…

internet-development/www-sacred · 0 tokens

verify

Build/launch/drive recipe for verifying apps/docs changes at runtime (demos, docs pages, llms.txt).

meursyphus/ssgoi · 26 tokens

itchio-new-game-hunt

Hunt for fresh browser-playable games on itch.io /newest that are worth building SEO arbitrage sites for. Crawls new releases, scores them by signals, produces ranked shortlist.

kennyzir/7deer_skills · 45 tokens

youtube-game-keywords

A workflow that gathers videos from subscribed YouTube channels, identifies game-related keywords, and groups them into categories such as Roblox, independent games, and console or PC games.

kennyzir/7deer_skills · 78 tokens

roblox-game-data-scraper

A data-collection tool for Roblox games, the online game platform. It gathers game information from Trello boards, Discord channels, Reddit communities, and available in-game APIs, then structures the results for TypeScript code.

kennyzir/7deer_skills · 48 tokens