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 skills/tweakoz/orkid/orklev2-pbrnpx skills add tweakoz/orkid --skill orklev2-pbrgit clone --depth 1 https://github.com/tweakoz/orkidWrote 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/tweakoz/orkid/orklev2-pbr)<a href="https://agentmods.dev/skills/tweakoz/orkid/orklev2-pbr"><img src="https://agentmods.dev/badge/skills/tweakoz/orkid/orklev2-pbr.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.1 | $0.00095 | $0.04187 |
| Opus 5 | $0.00048 | $0.02093 |
| Sonnet 5 | $0.00019 | $0.00837 |
| Haiku 4.5 | $0.00010 | $0.00419 |
Grade A, and why
orklev2-pbr 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 — 275 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Orkid PBR Material System Reference
When answering questions about PBR materials, shading, or IBL in orkid, consult the files below. All under ork.lev2/.
Key Files
| Component | Header/File |
|---|---|
| GfxMaterial Base | inc/ork/lev2/gfx/gfxmaterial.h |
| PBRMaterial | inc/ork/lev2/gfx/material_pbr.inl |
| FreestyleMaterial | inc/ork/lev2/gfx/material_freestyle.h |
| IBL/Radiance | inc/ork/lev2/gfx/renderer/NodeCompositor/pbr_common.h |
| Drawable Integration | inc/ork/lev2/gfx/renderer/drawable.h |
| Model/XGM | inc/ork/lev2/gfx/gfxmodel.h |
| PBR Main Impl | src/gfx/material/material_pbr.cpp |
| PBR I/O (XGM) | src/gfx/material/material_pbr_io.cpp |
| PBR Images/Textures | src/gfx/material/material_pbr_image.cpp |
| PBR Lightmaps | src/gfx/material/material_pbr_lightmaps.cpp |
| BRDF Generation | src/gfx/material/material_pbr_gen.cpp |
| Pipeline/Techniques | src/gfx/material/material_pbr_pipeline.cpp |
| Depth Prepass | src/gfx/material/material_pbr_depthprepass.cpp |
| Picking | src/gfx/material/material_pbr_pick.cpp |
| Unlit | src/gfx/material/material_pbr_unlit.cpp |
| Misc Techniques | src/gfx/material/material_pbr_misc.cpp |
| Python Bindings | pyext/src/pyext_gfx_material.cpp |
Class Hierarchy
ork::Object
└── GfxMaterial (abstract, gfxmaterial.h:113)
├── PBRMaterial (material_pbr.inl:46)
└── FreestyleMaterial (material_freestyle.h:20)
GfxMaterial Base (gfxmaterial.h)
mMaterialName,miNumPasses— identity and pass count_rasterstate— blend, depth, cull state_varmap— dynamic parameter storage (VarMap)_variant— CRC32 variant identifier for technique override_state_lambdas— per-frame parameter binding callbacks_bound_params— fxparam → value bindings; everybindParam()bumps_bound_params_stamp, and cached FxPipelines lazily re-overlay when their seen-stamp lags (FxPipeline::_syncMaterialParams) — a rebind AFTER pipelines exist is live on the next draw
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 · 275 lines · 95 tokens per session scan A 48717775b8b9
orklev2-pbr is a skill published in the GitHub repository tweakoz/orkid (35 stars, last pushed 24d ago), licensed MIT. It adds 95 tokens to every session and 4,187 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-01.
Other skills, from other repositories
html-to-ugui
HTML 原型转 Unity UGUI 智能 Prefab 生成管线。通过 AI 生成符合 UI-DSL 的 HTML,用 Playwright/浏览器烘焙 JSON v2 坐标、图片和适配意图,再导入 Unity 由 HtmlToUGUIBaker 生成可维护、多终端适配的 UGUI Prefab。触发场景:(1) 需要从自然语言生成 Unity UGUI 界面 (2) 需要从 HTML 原型烘焙 UGUI (3) UI 中包含图片并希望一键导入/绑定 Sprite (4) 需要 PC/mobile/pad 多终端适配 Prefab。.
metasounds
Create and modify MetaSound Source assets — add/connect nodes, wire pins, set input defaults, and play procedurally (MetaSoundService). Use when the user asks to create a MetaSound, build or edit a MetaSound graph, add operator/input/output nodes, or generate procedural audio.
dart-model-upgrade
DART Model Upgrade: audit and improve DART AI harness content and structure for model or coding-agent upgrades, including named models, reasoning modes, migrations, compatibility reviews, and visual simulation-debugging evaluations.
dart-verify-sim
DART Verify Sim: text-first and visual checks for 3D scenes and physics (metrics, scene dump, trajectories, headless render, image verdict/golden).
dart-architecture
DART Architecture: the DART 7 multi-physics, multi-solver, multi-backend simulation pipeline and where each abstraction is owned.
host-pattern
Use when adding a new domain to Nuclear's plugin system, or implementing a host. Covers the host pattern (how player functionality is exposed to plugins), the host interface and API class structure, how hosts are implemented in the player, error handling conventions, and what files to create and modify. Trigger…