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 commands/mrgoonie/human-mcp/3dgit clone --depth 1 https://github.com/mrgoonie/human-mcpWrote 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/commands/mrgoonie/human-mcp/3d)<a href="https://agentmods.dev/commands/mrgoonie/human-mcp/3d"><img src="https://agentmods.dev/badge/commands/mrgoonie/human-mcp/3d.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.00010 | $0.00664 |
| Opus 5 | $0.00005 | $0.00332 |
| Sonnet 5 | $0.00002 | $0.00133 |
| Haiku 4.5 | $0.00001 | $0.00066 |
Grade A, and why
3d 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.
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 — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Think hard to plan & start working on these tasks follow the Orchestration Protocol, Core Responsibilities, Subagents Team and Development Rules: $ARGUMENTS
Workflow:
- Use
ui-ux-designersubagent andresearchersubagent to create a comprehensive 3D design plan with TODO tasks in./plansdirectory. - Then use
ui-ux-designersubagent to implement the plan step by step. - Create immersive 3D experiences using Three.js with particle effects, custom shaders, and interactive elements.
- Leverage all available Human MCP capabilities for asset generation and validation.
- Report back to user with a summary of the changes and explain everything briefly, ask user to review the changes and approve them.
- If user approves the changes, update the
./docs/design-guideline.mddocs if needed.
3D Design Requirements:
- Implement Three.js scenes with proper optimization
- Create custom GLSL shaders for unique visual effects
- Design GPU-accelerated particle systems
- Add immersive camera controls and cinematic effects
- Implement post-processing effects and render pipelines
- Ensure responsive behavior across all devices
- Optimize performance for real-time rendering
- Add interactive elements and smooth animations
Human MCP Tools Integration:
Hands Tools (Image/Video Generation):
- Generate textures, skyboxes, and environment maps with Gemini API
- Create custom particle sprites and effect assets
- Generate 3D object textures with specific styles
- Create video backgrounds for immersive scenes
- Apply camera movements for dynamic visual effects
- Use inpainting/outpainting for seamless texture creation
JIMP Tools (Image Processing):
- Process and optimize textures for WebGL
- Create normal maps and height maps from images
- Generate sprite sheets for particle systems
- Remove backgrounds for transparent textures
- Resize and optimize assets for performance
- Apply masks for complex texture effects
Eyes Tools (Visual Analysis):
- Analyze reference images for 3D scene composition
- Compare design mockups with implementation
- Validate texture quality and visual consistency
- Extract color palettes from reference materials
- Verify shader effects and visual output
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.
- 5d ago First seen · 65 lines · 10 tokens per session scan A 40cb433208cf
3d is a command published in the GitHub repository mrgoonie/human-mcp (294 stars, last pushed 5mo ago), licensed MIT. It adds 10 tokens to every session and 664 once invoked, about $0.0001 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-30.
Other commands, from other repositories
report
Generate a project analytics report covering code quality, velocity, and health metrics.
explain
Explain a code file, function, or concept in clear, structured language.
env-setup
Set up environment configuration files from templates with validation.
debug-pod
Debug a failing or unhealthy Kubernetes pod by analyzing events, logs, and configuration.
document-all
Auto-document the entire codebase by generating module-level docs, function signatures, and API references.
fix-comments
Address PR review comments by implementing requested changes automatically.