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.
npx agentmods add instructions/instant-unicorn/morphbox/claude-mdgit clone --depth 1 https://github.com/Instant-Unicorn/morphboxWrote 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.
[](https://agentmods.dev/instructions/instant-unicorn/morphbox/claude-md)<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>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.
| Model | Per session | Once 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 |
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.
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:
- WebSocket server:
cd /home/kruger/projects/morphbox/web && MORPHBOX_HOST=100.96.36.2 npm run dev:ws(background) - 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.svelteand follow thePanelConfigandPanelStateinterfaces - 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
- Base panel:
Creating New Panels
- Create component in
web/src/lib/panels/YourPanel/YourPanel.svelte - Register in
registry.tsunderinitializeBuiltins() - Export from
web/src/lib/panels/index.ts
Built-in Panels
- Sandbox Terminal (
web/src/lib/Terminal.sveltewithsandboxed={true}) - PTY terminal in container, safe for AI autonomy - Admin Terminal (
web/src/lib/Terminal.sveltewithsandboxed={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
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.
- 4d ago First seen · 84 lines · 989 tokens per session scan A 30c3ab54df38
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.
Other instructions, from other repositories
Claude-PHP-SDK copilot-instructions.md
Instructions for claude-php/Claude-PHP-SDK, covering copilot instructions for claude php sdk, project goals, architecture & core components, directory structure (to be created) and key architectural patterns.
agentic-ai-learning-journey CLAUDE.md
Instructions for JSchOBL/agentic-ai-learning-journey, covering agentic ai learning journey, layout, conventions, non-negotiable and gotchas.
rubber-duckie CLAUDE.md
Instructions for AlexandrosGounis/rubber-duckie, covering claude.md, project, commands, architecture and startup / onboarding flow.
claude-code-tracker CLAUDE.md
Claude Code instructions for Njengah/claude-code-tracker, covering claude code session tracker, stack, commands, key files and workflows.
outside-dave CLAUDE.md
Claude Code instructions for jon-greeff-katsini/outside-dave, covering claude.md, what this repository is, layout, how the skills relate and writing or editing a skill.
cwtch CLAUDE.md
Instructions for welshwandering/cwtch, covering claude.md - cwtch, tech stack, repository structure, architecture and core concepts.