morphbox CLAUDE.md

morphbox CLAUDE.md is an instructions file for coding agents from Instant-Unicorn/morphbox. It costs 989 tokens per session, scanned A, original, Apache-2.0.

Project instructions for MorphBox, a development tool with panels and a browser-based interface. They explain how to run its WebSocket and Vite development servers and how panels are structured and connected.

In plain words
What is it for?
Developing MorphBox panels, running the local environment, registering panels, connecting them to the backend, and preparing a package for publishing.
Why use it?
They give coding agents the project-specific rules needed to start the app and change panels without guessing. They also identify the required files and publishing script.

Instructions file

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 instructions/instant-unicorn/morphbox/claude-md
Clone the repo
git clone --depth 1 https://github.com/Instant-Unicorn/morphbox

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 morphbox CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/instant-unicorn/morphbox/claude-md.svg)](https://agentmods.dev/instructions/instant-unicorn/morphbox/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/instant-unicorn/morphbox/claude-md"><img src="https://agentmods.dev/badge/instructions/instant-unicorn/morphbox/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 989 This file is loaded in full into every session.
When invoked 989 The same file — it is already loaded in full.
Security scan A 0 findings. 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.00989 $0.00989
Opus 5 $0.00495 $0.00495
Sonnet 5 $0.00198 $0.00198
Haiku 4.5 $0.00099 $0.00099

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

Security

Grade A, and why

morphbox CLAUDE.md 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 4d 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.

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.

CLAUDE.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Running Dev Servers

MorphBox requires TWO dev servers running simultaneously:

  1. WebSocket server: cd /home/kruger/projects/morphbox/web && MORPHBOX_HOST=100.96.36.2 npm run dev:ws (background)
  2. Vite dev server: cd /home/kruger/projects/morphbox/web && HOST=100.96.36.2 npm run dev (background)

Both must run on Tailscale IP (100.96.36.2), not localhost or external IPs. Use run_in_background: true when starting via Bash tool.

  • Always use web/prepare-package.sh for the publishing script, never make a new file

MorphBox Panel Development

When working with MorphBox panels, refer to the comprehensive guide at /home/kruger/projects/morphbox/MORPHBOX_PANEL_DEVELOPMENT_GUIDE.md which covers:

Key Panel Concepts

  • Panel Structure: All panels extend BasePanel.svelte and follow the PanelConfig and PanelState interfaces
  • Registry System: Panels are registered in web/src/lib/panels/registry.ts
  • WebSocket Communication: Panels communicate with backend via WebSocket context
  • File Locations:
    • Base panel: web/src/lib/panels/BasePanel.svelte
    • Panel types: web/src/lib/panels/types.ts
    • Panel registry: web/src/lib/panels/registry.ts
    • Custom loader: web/src/lib/panels/CustomPanelLoader.svelte

Creating New Panels

  1. Create component in web/src/lib/panels/YourPanel/YourPanel.svelte
  2. Register in registry.ts under initializeBuiltins()
  3. Export from web/src/lib/panels/index.ts

Built-in Panels

  • Sandbox Terminal (web/src/lib/Terminal.svelte with sandboxed={true}) - PTY terminal in container, safe for AI autonomy
  • Admin Terminal (web/src/lib/Terminal.svelte with sandboxed={false}) - PTY terminal on host, for system access
  • FileExplorer (web/src/lib/panels/FileExplorer/) - File navigation
  • CodeEditor (web/src/lib/panels/CodeEditor/) - Monaco editor integration
  • GitPanel (web/src/lib/panels/GitPanel/) - Git operations
  • WebBrowser (web/src/lib/panels/WebBrowser/) - Web preview
  • Settings (web/src/lib/panels/Settings/) - Configuration
  • TaskRunner (web/src/lib/panels/TaskRunner/) - Command execution
  • PromptQueue (web/src/lib/panels/PromptQueue/) - Claude prompt management

Read the full file on GitHub · 84 lines

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. 4d ago First seen · 84 lines · 989 tokens per session scan A 30c3ab54df38

Subscribe to this mod's changes

morphbox CLAUDE.md is an instructions file published in the GitHub repository Instant-Unicorn/morphbox (5 stars, last pushed 10mo ago), licensed Apache-2.0. It adds 989 tokens to every session, about $0.0049 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-08-31.