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/seeed-projects/seeed-jetson-developtool/fix-browser-snap-jetsonnpx skills add Seeed-Projects/Seeed-Jetson-DevelopTool --skill fix-browser-snap-jetsongit clone --depth 1 https://github.com/Seeed-Projects/Seeed-Jetson-DevelopToolWrote 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/seeed-projects/seeed-jetson-developtool/fix-browser-snap-jetson)<a href="https://agentmods.dev/skills/seeed-projects/seeed-jetson-developtool/fix-browser-snap-jetson"><img src="https://agentmods.dev/badge/skills/seeed-projects/seeed-jetson-developtool/fix-browser-snap-jetson.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.00085 | $0.01098 |
| Opus 5 | $0.00043 | $0.00549 |
| Sonnet 5 | $0.00017 | $0.00220 |
| Haiku 4.5 | $0.00009 | $0.00110 |
Grade B, and why
fix-browser-snap-jetson scanned grade B with 1 finding 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
| `[STOP] snap command not found` | snapd is not installed at all. Run: `sudo apt install snapd` then rerun phase preflight. | How it starts
The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fix Browser Not Opening on Jetson (snapd Repair)
Browsers distributed as snap packages (Chromium, Firefox) fail to launch on Jetson when the installed snapd is too old or incompatible with the snap's confinement requirements. The fix is to install a known-good snapd revision offline and hold it from auto-updating.
Root cause: Jetson ships with an older snapd that lacks support for newer snap security profiles. The browser snap starts, hits a permission or mount-namespace error, and exits silently.
Execution model
Run one phase at a time. After each phase:
- Relay all
[install]lines to the user. - If output contains
[STOP]→ stop immediately and consult the failure decision tree. - If output ends with
[OK]→ tell the user "Phase N complete" and run the next phase.
The script is idempotent and safe to rerun.
Parameters
| Flag | Default | Notes |
|---|---|---|
--snapd-revision |
24724 |
snapd snap revision to install (change only if advised) |
--phase |
all |
preflight / download / install / hold / verify / all |
--work-dir |
$HOME/snapd-fix |
directory for downloaded snap and assert files |
Phase commands
Phase 1 — preflight (fast, ~5 s)
Checks snapd status, current version, and whether a browser snap is present.
bash ~/.agents/skills/fix-browser-snap-jetson/scripts/fix_browser_snap.sh \
--phase preflight
Phase 2 — download (medium, ~1–3 min depending on network)
Downloads the pinned snapd snap and its assertion file from the Snap Store.
bash ~/.agents/skills/fix-browser-snap-jetson/scripts/fix_browser_snap.sh \
--phase download --snapd-revision 24724
Phase 3 — install (fast, ~30 s)
Acknowledges the assertion and installs the downloaded snapd snap.
bash ~/.agents/skills/fix-browser-snap-jetson/scripts/fix_browser_snap.sh \
--phase install --snapd-revision 24724
Phase 4 — hold (fast, ~5 s)
Holds snapd at the installed revision so automatic refreshes cannot break it again.
bash ~/.agents/skills/fix-browser-snap-jetson/scripts/fix_browser_snap.sh \
--phase hold
What ships with it
2 files 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.
- 6d ago First seen · 116 lines · 85 tokens per session scan B f909b2494895
fix-browser-snap-jetson is a skill published in the GitHub repository Seeed-Projects/Seeed-Jetson-DevelopTool (54 stars, last pushed yesterday), licensed MIT. It adds 85 tokens to every session and 1,098 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
gke-ai-troubleshooting-tpu-dynamic-slices-monitoring
Monitors, troubleshoots, and manages GKE TPU Dynamic Slices custom resources. Use when checking TPU slice lifecycle states, troubleshooting slice provisioning failures, validating single-slice or multi-slice (JobSet) workload manifests, or safely patching stuck finalizers and disabling the slice controller. Don't use…
gke-ai-troubleshooting-tpu-vbar-oom
Diagnoses and prevents vbarcontrolagent segfaults, out-of-memory (OOM) errors, and TPU device initialization failures on TPU v6e nodes in GKE caused by race conditions during TPU device resets or high-frequency metrics polling. Use when troubleshooting vbarcontrolagent crashes, memory cgroup OOMs in serial console…
competition-firmware-layout
Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for firmware images, partition tables, boot chains, update packages, extracted filesystems, embedded configs, and device-facing trust boundaries. Use when the user asks to unpack firmware, map partition layout, inspect bootloader or init…
esp32-log-triage
Parse and classify ESP32 serial log output to identify FastLED-related errors, RMT/I2S/SPI driver faults, timing violations, RTOS issues, and crash signatures. Use when debugging unexpected device behavior, boot failures, or LED output problems on ESP32.
doca-flow
Build and debug DOCA Flow applications on supported NVIDIA NICs/DPUs: define match/action pipes, initialize ports and representors, choose forwarding targets, validate pipes before hardware programming, read counters, match the Flow version to the installed DOCA release, and diagnose Flow API errors. Trigger on DOCA…
memory-audit
Audit embedded code for stack overflow risks, heap fragmentation, static allocation patterns, and memory leaks. Use when investigating OOM crashes, optimizing memory usage, or reviewing memory-critical code on constrained devices.