Aholo Viewer is a renderer for 3D Gaussian Splatting scenes and meshes, using chunked streaming and level-of-detail handling for large 3D data. It is packaged as an npm workspace with documentation and includes skills that help coding agents integrate the renderer.
Borrowing it
Nothing to install: this file belongs to manycoretech/aholo-viewer. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/manycoretech/aholo-viewer/master/.codex/skills/aholo-renderer/SKILL.mdgit clone --depth 1 https://github.com/manycoretech/aholo-viewerWrote 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/manycoretech/aholo-viewer/aholo-renderer)<a href="https://agentmods.dev/skills/manycoretech/aholo-viewer/aholo-renderer"><img src="https://agentmods.dev/badge/skills/manycoretech/aholo-viewer/aholo-renderer.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.00054 | $0.00192 |
| Opus 5 | $0.00027 | $0.00096 |
| Sonnet 5 | $0.00011 | $0.00038 |
| Haiku 4.5 | $0.00005 | $0.00019 |
Grade A, and why
aholo-renderer 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 7d 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.
What it actually says
Aholo Renderer
Work inside packages/renderer/ and renderer-related scripts.
Core Rules
- Renderer public API exports are user-owned.
- Do not change
packages/renderer/src/index.tsexports unless explicitly asked. - Do not hand-edit
external/egs-coreorpackages/renderer/dist/. - Do not delete
external/splat-transform; it is a required workspace package. - Add concise JSDoc only for user-approved public API work.
- If public API changes, regenerate docs through normal commands.
Validate
pnpm.cmd check:renderer
pnpm.cmd build:renderer
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 7d ago First seen · 25 lines · 54 tokens per session scan A b112a2d826a1
aholo-renderer is a skill published in the GitHub repository manycoretech/aholo-viewer (1,043 stars, last pushed 2d ago), licensed MIT. It adds 54 tokens to every session and 192 once invoked, about $0.0003 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 skills, from other repositories
supersplat
Use when editing 3D Gaussian Splatting (3DGS) .ply models in browser — cleanup noise/floaters, crop, transform, color-adjust, animate camera, publish online. SuperSplat: open-source browser-based 3DGS editor by PlayCanvas with PLY/compressed PLY/Splat/KSplat/SOG export.
3d-skills
Use when working with 3D Gaussian Splatting (3DGS), .ply model cleanup/compression/publishing, interactive 360-degree panorama visualization and virtual tours, AEC/BIM 3D data processing, or CSG solid modeling. Index of 5 skills: SuperSplat, Photo-Sphere-Viewer, Ara3D-SDK, Elements, and OpenCSG.NET.
unreal-mcp
Automate Unreal Engine editor scenes, actors, and renders.
sceneview
Build 3D and AR apps with the SceneView SDK in Jetpack Compose, SwiftUI (iOS/macOS/visionOS via SceneViewSwift), Web (Filament.js), Flutter and React Native. Use whenever the user asks for "3D in Compose", "AR with ARCore in Compose", a model viewer, or any cross-platform 3D/AR app where the dependency is…
render
Render a PartCAD object or a CAD file to a 2D image - PNG, JPEG, SVG or DXF - from one or many viewing angles (front, back, left, right, top, bottom, iso, or an arbitrary direction), with pc render for an object a package declares or pc adhoc render for a file that belongs to no package. Use for /pc:render or when the…
convert
Convert a CAD file or a PartCAD object to another geometry format - STEP, BREP, STL, 3MF, OBJ, IGES, glTF, three.js, SVG, DXF, URDF, ASSY - with pc convert for an object a package declares (which changes what that object is) or pc adhoc convert for a file that belongs to no package. Use for /pc:convert or when the…