sensecraft-solutions: Skill for Claude Code

.agents/skills/integrate-jetson-solution/SKILL.md

integrate-jetson-solution is a skill for Claude Code from suharvest/sensecraft-solutions. It costs 45 tokens per session (2,198 once invoked), scanned A, original, Apache-2.0.

A generator for packaging a Docker-based application for deployment on NVIDIA Jetson devices, which are small computers designed for edge AI and robotics.

In plain words
What is it for?
Use it to create a Jetson solution from a Docker image and startup command, with optional RTSP camera-stream preview support.
Why use it?
It turns structured application details into the files needed for a one-click Jetson deployment while checking required settings.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is suharvest/sensecraft-solutions's own configuration. It tells Claude Code how to work on sensecraft-solutions itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything sensecraft-solutions configures →

Reuse

Borrowing it

Nothing to install: this file belongs to suharvest/sensecraft-solutions. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/suharvest/sensecraft-solutions/main/.agents/skills/integrate-jetson-solution/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/suharvest/sensecraft-solutions

Made for: Claude Code.

Wrote 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.

agentmods badge for integrate-jetson-solution

README.md
[![agentmods](https://agentmods.dev/badge/skills/suharvest/sensecraft-solutions/integrate-jetson-solution/github.svg)](https://agentmods.dev/skills/suharvest/sensecraft-solutions/integrate-jetson-solution)
Your own site
<a href="https://agentmods.dev/skills/suharvest/sensecraft-solutions/integrate-jetson-solution"><img src="https://agentmods.dev/badge/skills/suharvest/sensecraft-solutions/integrate-jetson-solution/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.

agentmods 80×15 button for integrate-jetson-solution

Your own site · 80×15
<a href="https://agentmods.dev/skills/suharvest/sensecraft-solutions/integrate-jetson-solution"><img src="https://agentmods.dev/badge/skills/suharvest/sensecraft-solutions/integrate-jetson-solution.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,198 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.02198
Opus 5 $0.00023 $0.01099
Sonnet 5 $0.00009 $0.00440
Haiku 4.5 $0.00005 $0.00220

Measured 10d ago against content hash fa00571b7f54, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

integrate-jetson-solution scanned grade A 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 10d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

download on the host with `curl` and bind-mount the model into the container.
.agents/skills/integrate-jetson-solution/SKILL.md · 229 lines

How it starts

The opening of the file, as written. The whole thing — 229 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Integrate Jetson Solution Skill

Generate a complete solutions/<solution_id>/ package for Jetson deployment, based on structured user input.

This skill is intentionally scoped to:

  • local file generation only
  • no application source changes
  • structured input only (free-form command blocks are not the primary input)

The generated files must conform to the public contract in spec/CONTRACT.md (device schema, docker_deploy derivation, guide.md Step/Target syntax). Validate the result with the offline solutionctl tool (see Execution Workflow).

Inputs Contract

Use the schema in:

  • references/input-schema.md

Reject the request if required fields are missing.

Required Validation Rules

  1. solution_id must match ^[a-z][a-z0-9_]*$.
  2. docker_image must be non-empty and include a repo segment.
  3. app_start_command must be non-empty.
  4. stream.type must be rtsp or none (default rtsp).
  5. camera.mode must be required, optional, or none (default required).
  6. If solutions/<solution_id>/ already exists, stop and ask for explicit overwrite permission.

Fixed Decision Logic

  1. stream.type=rtsp:
  • generate devices/preview.yaml
  • include Step 2 (preview) in guide.md and guide_zh.md
  1. stream.type=none:
  • do not generate devices/preview.yaml
  • do not include Step 2 in guides
  1. camera.mode=required:
  • keep /dev:/dev mount and privileged: true in compose
  • guide text says camera is required
  1. camera.mode=optional:
  • keep /dev:/dev mount and privileged: true in compose
  • guide text says camera is optional
  1. camera.mode=none:
  • remove /dev:/dev mount
  • set privileged: false
  • guide text says camera is not used

Compose Compatibility (Must Keep)

Use compatibility flow from:

  • references/compose-compat.md

The generated devices/jetson.yaml must include a before-action equivalent to:

  1. probe docker compose version
  2. probe docker-compose --version
  3. package fallback: docker-compose-plugin -> docker-compose-v2 -> docker-compose
  4. fail with a clear message if unavailable

Read the full file on GitHub · 229 lines

Changes

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.

  1. 10d ago First seen · 229 lines · 45 tokens per session scan A fa00571b7f54

Subscribe to this mod's changes

integrate-jetson-solution is a skill published in the GitHub repository suharvest/sensecraft-solutions (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 45 tokens to every session and 2,198 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

holoscan-install-container

Install Holoscan SDK via the NGC Docker container. Use for container-based installs; not for native apt/pip/Conda installs.

NVIDIA/skills · 35 tokens

doca-urom-svc

Operate the DOCA UROM Service container on BlueField Arm for remote memory operations (puts, gets, atomics, collectives) enqueued by a paired host using doca-urom: pull the NGC image, choose the UCX component, size queues, configure Comch pairing, and align host and service versions. SECURITY: the service has no…

NVIDIA/skills · 153 tokens

hsb-setup

Clone the latest NVIDIA Holoscan Sensor Bridge repo, ask which supported devkit is being used, configure the host per platform, build the correct demo container, run it, and verify HSB connectivity by pinging 192.168.0.2. Use for Holoscan Sensor Bridge setup, build, container launch, and first-connectivity bring-up.

NVIDIA/skills · 78 tokens

holoscan-install-source

Build Holoscan SDK from source via the in-tree ./run script. Use only when published packages don't meet the user's needs.

NVIDIA/skills · 32 tokens

xpu-container-run

Launch a Docker container with Intel GPU access on Linux. Encodes the correct combination of --device /dev/dri, render-group access, --ipc=host, ZEAFFINITYMASK pinning, Hugging Face cache mount, and --entrypoint /bin/bash for interactive use. Use when running any Intel-XPU container (vLLM-XPU, sglang-xpu, torch-XPU…

intel/gpu-ai-skills · 146 tokens

together-kueue

Install and use the Kueue job-queueing controller on a Together AI Kubernetes GPU cluster to gate jobs on quota. Covers installing Kueue, defining ResourceFlavor, ClusterQueue, and LocalQueue quota, submitting jobs to a queue, and watching quota admit or suspend them. Reach for it when a Together cluster's GPU pool…

togethercomputer/skills · 124 tokens