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 akaieuan/Hologram --skill asset-auditgit clone --depth 1 https://github.com/akaieuan/HologramWrote 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/akaieuan/hologram/asset-audit)<a href="https://agentmods.dev/skills/akaieuan/hologram/asset-audit"><img src="https://agentmods.dev/badge/skills/akaieuan/hologram/asset-audit/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/akaieuan/hologram/asset-audit"><img src="https://agentmods.dev/badge/skills/akaieuan/hologram/asset-audit.svg" alt="Reviewed on agentmods" width="80" 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.00079 | $0.00548 |
| Opus 5 | $0.00039 | $0.00274 |
| Sonnet 5 | $0.00016 | $0.00110 |
| Haiku 4.5 | $0.00008 | $0.00055 |
Grade A, and why
Audit the asset catalogue 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 11d 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
Audit the asset catalogue
A catalogue-wide, read-only conformance pass. Audit REPORTS; it never fixes and
never changes review states (that's /hologram:asset-gate).
What to do
-
Run the checks.
hologram check --json(add--project <dir>off-root). This covers the project's.hologram/checks.pyrules plus the golden-truth budgets and thumbnail drift when agolden.jsonis present. -
Cross-check the manifest against disk. Read
exports/manifest.json(or the project's export root —hologram statusnames it). For each record: the.glbexists on disk; the thumbnail exists; the thumbnail isn't stale (rendered for an older version than the record'sversion); category is one the project uses. Then the reverse: GLBs on disk that the manifest doesn't know about (unregistered exports — usually a missed manifest upsert; point atexamples/export_helper.py's convention). -
Report a compact table. One row per asset:
asset · status · issues, witherror(broken file or contract) separated fromwarn(missing optional metadata, stale thumbnail). End with totals: N assets, E errors, W warnings, and the top recurring issue types. -
Log the run. Append one line to
<export_root>/activity.jsonl(append-only, agent-written — Hologram itself never writes):{"ts": "<ISO-8601Z>", "actor": "claude", "skill": "asset-audit", "target": "manifest", "note": "N assets, E errors, W warnings"}
Rules
- Read-only. Do not modify manifests, assets, thumbnails, or review states. Offer fixes as follow-ups and let the user pick.
- If there's no manifest at all, say so and point at the export-manifest convention in the Hologram README — the audit still runs the GLB checks.
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.
- 11d ago First seen · 44 lines · 79 tokens per session scan A 800f86329634
Audit the asset catalogue is a skill published in the GitHub repository akaieuan/Hologram (2 stars, last pushed 1mo ago), licensed MIT. It adds 79 tokens to every session and 548 once invoked, about $0.0004 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 skills, from other repositories
kiln
3D asset production pipeline via Blender MCP — sourcing, AI generation, cleanup, texturing, optimization, export. Batch mode for autonomous multi-asset production.
using-blender
General Blender workflow skill for AI agents working with .blend, .fbx, .obj, .glb, glTF, materials, scene inspection, bpy automation, headless Blender batch runs, export/reimport validation, previews, and optional Blender MCP control. Use when a task asks to open, inspect, create, automate, convert, optimize, render…
ikea-model-collector
Collect user-observed IKEA product GLB models into verified local research collections with provenance, dimensions, optional Blender previews, a Three.js gallery, indexes, and handoff. Use when Codex is asked to find an IKEA product's available 3D model, process a user-specified product list, import browser-captured…
dashboard-design
Use this skill first when the user wants to design or plan a dashboard, especially Vizro dashboards. Enforces a 3-step workflow (requirements, layout, visualization) before implementation. Activate when the user asks to create, design, or plan a dashboard. For implementation, use the dashboard-build skill after…
selecting-vizro-charts
Use this skill when choosing chart types, applying Plotly Express conventions, configuring colors, building KPI cards, or adding tables (AG Grid) to Vizro dashboards. Activate when the user asks which chart fits their data, needs custom chart functions, wants to set colors or palettes, is creating KPI metric cards, or…
social-media-matrix
A multi-platform social media tracking dashboard that compares platforms and metrics in a table-like view. It includes charts, an insights panel, and a grid of top posts.