ワンクリックで
find-artifacts
Use when discovering or loading run artifacts in npa agent without workflow/type/path allowlists.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when discovering or loading run artifacts in npa agent without workflow/type/path allowlists.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when ingesting, validating, curating, or querying production sensor data as a versioned dataset-of-record, or wiring the dataset-ingest-curate workflow.
Use when generating adversarial scenarios via RL, ranking mined failures of a policy-under-test, or wiring the adversarial-scenario-hardening workflow.
Use when navigating the Cosmos3 integration in NPA or locating upstream Cosmos3 framework files, defaults, scripts, configs, recipes, and docs.
Use when Cosmos3 setup, fetch, inference, CUDA, uv, Docker, Hugging Face, GitHub, NGC, or checkpoint staging fails in NPA or in an upstream Cosmos framework checkout.
Use when setting up Cosmos3 access through NPA, checking source or Hugging Face reachability, staging the public Cosmos3 framework and checkpoint cache, or deciding which NPA workflow to use before inference.
Use for Claude Code reviews that need robotics, simulation, GPU-routing, sim-to-real, or BDD100K pipeline domain context.
| name | find-artifacts |
| description | Use when discovering or loading run artifacts in npa agent without workflow/type/path allowlists. |
Use this skill when the operator asks:
Artifact-first means:
No workflow registry, path allowlist, or known-type gate is required.
All calls are same-origin (/api/...) on the authenticated agent VM.
GET /api/artifacts/runs?prefix=&limit=100
GET /api/artifacts/run/{run_id}
POST /api/sim-viz/load-artifact
{
"s3_uri": "s3://bucket/path/to/object"
}
or
POST /api/sim-viz/load-artifact
{
"run_id": "run-prefix",
"key": "run-prefix/reports/output.rrd"
}
GET /api/sim-viz/status
Check artifact_key, artifact_render, artifact_uri, and rerun_ready.
rerun (.rrd)video (.mp4, .webm, .mov)image (.png, .jpg, .jpeg, .gif, .webp)jsontextdownload (fallback for unknown/new types)Unknown types must stay visible/selectable.
validate_run_id) before listing/loading..., empty segments).ok: false or error detail); do not claim
success when load/list fails./api/artifacts/runs, /api/artifacts/run/{run_id},
and /api/sim-viz/load-artifact against that S3 data. Do not silently fall
back to /opt/npa-agent/runs for user-visible discovery.