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 skills add nirholas/three.ws --skill forge-3dgit clone --depth 1 https://github.com/nirholas/three.wsWrote 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/skills/nirholas/three.ws/forge-3d)<a href="https://agentmods.dev/skills/nirholas/three.ws/forge-3d"><img src="https://agentmods.dev/badge/skills/nirholas/three.ws/forge-3d.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00101 | $0.00667 |
| Opus 5 | $0.00051 | $0.00333 |
| Sonnet 5 | $0.00020 | $0.00133 |
| Haiku 4.5 | $0.00010 | $0.00067 |
Grade A, and why
forge-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 3d 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 — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Forge 3D — free text → 3D
Turn a sentence into a textured, downloadable 3D model at zero cost. This is the same free engine the three.ws/forge web page uses for prompt drafts.
Tool
forge_free (three.ws MCP server, @three-ws/mcp-server).
- Lane: FREE. No x402 payment, no API key, no wallet, no
$THREErequired. - Backend: the three.ws
POST /api/forgepipeline on the free NVIDIA NIM lane (Microsoft TRELLIS text→3D preview). - Mode: text only. NVIDIA's hosted TRELLIS preview does not accept uploaded photos — for image or multi-view → 3D, use the
mesh-forgeskill instead.
Inputs
| Param | Required | Notes |
|---|---|---|
prompt |
yes | 3–1000 chars. Describe one object or character. TRELLIS conditions on ~77 characters, so lead with the subject plus its key materials and colors, e.g. "a friendly round robot mascot, glossy white plastic". |
tier |
no | draft (fast, default), standard (balanced), or high (densest mesh). All three are free — higher tiers only cost more time. |
Outputs
The tool returns:
glbUrl— a durable URL to the generated.glbfile (download or load directly into any glTF viewer / Three.js scene).viewerUrl— a three.ws viewer link,https://three.ws/viewer?src=<glbUrl>, that renders the model in the browser.- the quality
tierused and the backend that produced it.
How to run
- Read the user's description. Pick
tier(draftunless they ask for higher fidelity). - Call
forge_freewith{ prompt, tier }. - Return the
glbUrl(for download) and theviewerUrl(clickable preview) to the user. Mention the tier used. - To make the result animation-ready, feed
glbUrlto theauto-rigskill (rig_mesh).
Notes
- One object/character per prompt produces the cleanest mesh. For a full scene of multiple placed objects, use the
sceneserver'scompose_sceneinstead. - Free tier is real generation, not a placeholder — generation takes from a few seconds (
draft) up to a couple of minutes (high). Report the wait honestly; never fake progress.
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.
- 3d ago First seen · 44 lines · 101 tokens per session scan A bbd2a378ce94
forge-3d is a skill published in the GitHub repository nirholas/three.ws (111 stars, last pushed yesterday), licensed Apache-2.0. It adds 101 tokens to every session and 667 once invoked, about $0.0005 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-03.
Other skills, from other repositories
blender-mcp
Drive Blender via the catalog blender MCP, with bpy recipes.
blender-mcp
Control Blender directly from Gauss via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender.
blender-mcp
Control Blender directly from Hermes via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender.
blender-mcp
Control Blender directly from Hermes via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender.
blender-mcp
Control Blender directly from Hermes via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender.
blender-mcp
Drive Blender via the catalog blender MCP, with bpy recipes.