Imported from emrealmaoglu/edgeguard-road (scripts/jetson/AGENTS.md). Install upstream with npx skills add emrealmaoglu/edgeguard-road --skill jetson. Copyright stays with the author.
Jetson script rules
Scripts in this directory are review/dry-run material unless a human explicitly runs
them on the target device.
Automated agents must never execute sudo, apt upgrade, flashing, disk formatting,
power-mode changes, external-network actions, or Jetson SSH. Commands that could
change JetPack, L4T, CUDA, TensorRT, storage, or networking require a reviewed human
procedure.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/emrealmaoglu-edgeguard-road-jetson/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
emrealmaoglu-edgeguard-road-jetson.ocm.jsonjson
{
"ocm": "1",
"id": "emrealmaoglu-edgeguard-road-jetson",
"kind": "skill",
"name": "jetson",
"description": "Scripts in this directory are review/dry-run material unless a human explicitly runs them on the target device.",
"publisher": "emrealmaoglu",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Scripts in this directory are review/dry-run material unless a human explicitly runs them on the target device."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/emrealmaoglu/edgeguard-road",
"path": "scripts/jetson/AGENTS.md",
"ref": "67ceeff0d3b97994800077684305274c1f7ed1cc",
"url": "https://github.com/emrealmaoglu/edgeguard-road/blob/67ceeff0d3b97994800077684305274c1f7ed1cc/scripts/jetson/AGENTS.md",
"key": "emrealmaoglu/edgeguard-road/scripts/jetson/AGENTS.md"
}
},
"instructions": "# Jetson script rules\n\nScripts in this directory are review/dry-run material unless a human explicitly runs\nthem on the target device.\n\nAutomated agents must never execute `sudo`, `apt upgrade`, flashing, disk formatting,\npower-mode changes, external-network actions, or Jetson SSH. Commands that could\nchange JetPack, L4T, CUDA, TensorRT, storage, or networking require a reviewed human\nprocedure.",
"cost": {
"context_tokens": 99
}
}
Fetch it by URL: GET /api/v1/registry/emrealmaoglu-edgeguard-road-jetson/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.