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 jaccen/Awesome-Gaussian-Skills --skill 3dgs-visualizergit clone --depth 1 https://github.com/jaccen/Awesome-Gaussian-SkillsWrote 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/jaccen/awesome-gaussian-skills/3dgs-visualizer)<a href="https://agentmods.dev/skills/jaccen/awesome-gaussian-skills/3dgs-visualizer"><img src="https://agentmods.dev/badge/skills/jaccen/awesome-gaussian-skills/3dgs-visualizer/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/jaccen/awesome-gaussian-skills/3dgs-visualizer"><img src="https://agentmods.dev/badge/skills/jaccen/awesome-gaussian-skills/3dgs-visualizer.svg" alt="Reviewed on agentmods" width="80" 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.00084 | $0.04395 |
| Opus 5 | $0.00042 | $0.02197 |
| Sonnet 5 | $0.00017 | $0.00879 |
| Haiku 4.5 | $0.00008 | $0.00439 |
Grade A, and why
3dgs-visualizer 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 6d 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 — 316 lines — stays where its author put it; the contents beside it link to each section on GitHub.
3DGS Visualizer — Publication-Quality Research Visualizations
Generate publication-quality charts for 3DGS method landscape comparison and evolution tracking.
Capabilities
- Radar Charts: Multi-dimensional method capability comparison
- Comparison Tables: Visual performance/efficiency tables with highlighting
- Method Timelines: Chronological evolution showing trends and paradigm shifts
- Dual Output: Static (PDF/PNG via matplotlib) and interactive HTML (via plotly)
Data Sources
| File | Content |
|---|---|
../../references/3dgs-methods-overview.md |
Master index, metrics summary |
../../references/methods-core.md |
Foundation, Geometry, CAD, Generation, Feed-Forward, Compression, Dynamic |
../../references/methods-semantic-editing.md |
Semantic, Editing, Avatar, Material methods |
../../references/methods-systems-apps.md |
Robustness, Driving, SLAM, Simulation, Cross-Domain |
../../references/baselines.md |
Standard baselines with core metrics |
../../references/experiments.md |
Dataset configs, efficiency reference values |
Visualization 1: Radar Charts (Method Capability Comparison)
When to use: Comparing 3–8 methods across multiple dimensions; showing quality/speed/memory trade-offs; use-case recommendation.
Dimensions
| Dimension | Scoring Criteria (0–10) |
|---|---|
| Render Quality | 10=SOTA, 7=competitive, 5=acceptable, 3=below baseline |
| Render Speed | 10=200+ FPS, 7=60–100, 5=30–60, 3=<30 |
| Memory Efficiency | 10=<50MB, 7=100–500MB, 5=0.5–2GB, 3=>2GB |
| Geometry Quality | 10=mesh-ready (2DGS/SuGaR), 7=decent depth, 5=approx, 3=poor |
| Scalability | 10=city-scale, 7=building, 5=room, 3=object-only |
| Ease of Use | 10=single script, 7=standard pipeline, 5=multi-stage, 3=complex setup |
| Novelty | 10=paradigm shift, 7=significant extension, 5=incremental, 3=minor tweak |
Adjust dimensions by context (compression: add "Compression Ratio"; avatar: add "Expression Fidelity"; SLAM: add "Tracking Accuracy").
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.
- 6d ago Changed · +1 lines 750be391025e
- 11d ago First seen · 315 lines · 84 tokens per session scan A 25a33a026bf3
3dgs-visualizer is a skill published in the GitHub repository jaccen/Awesome-Gaussian-Skills (150 stars, last pushed 5d ago), licensed Apache-2.0. It adds 84 tokens to every session and 4,395 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-30.
Other skills, from other repositories
usgs-lidar-dem
Download USGS 3DEP LiDAR DEM data, colorize with satellite imagery, and import into Metashape as laser scan ground truth. Use when extending photogrammetry environments with surrounding terrain.
sky-artifact-prevention
Prevent and remove sky/tunnel mesh artifacts in road corridor photogrammetry. Covers five strategies from Metashape-side prevention (height field, region crop, point cloud classification, source selection) to post-mesh cleanup. The.
photo-import-setup
Set up a new Metashape project from scratch — import photos, load GPS reference, configure sensors (fisheye, rolling shutter, multi-camera), import EXR alpha masks, run image quality analysis, and disable bad frames. The first skill to use on any new capture. Works through the Metashape MCP server.
corridor-alignment-pipeline
Orchestrate incremental alignment of long road corridor captures with automatic drift detection and QA gates. Prevents alignment divergence by checking GPS deviation gradients and continuity between batches. Works through the Metashape MCP server.
metashape-reconstruction
Guide dense reconstruction, mesh building, and texturing in Metashape MCP. Covers depth maps, point cloud, mesh, texture, DEM, and orthomosaic generation with correct GPU/CPU settings and quality parameters. Works through the Metashape MCP server.
metashape-api-lookup
Look up Metashape Python API parameters and enums from local reference files when building or fixing MCP tools. Use when you need to verify parameter names, types, defaults, or enum values for Metashape API calls.