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 fxd0h/Axelera-Voyager-Local-Assistant --skill voyager-launchgit clone --depth 1 https://github.com/fxd0h/Axelera-Voyager-Local-AssistantWrote 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/fxd0h/axelera-voyager-local-assistant/voyager-launch)<a href="https://agentmods.dev/skills/fxd0h/axelera-voyager-local-assistant/voyager-launch"><img src="https://agentmods.dev/badge/skills/fxd0h/axelera-voyager-local-assistant/voyager-launch/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/fxd0h/axelera-voyager-local-assistant/voyager-launch"><img src="https://agentmods.dev/badge/skills/fxd0h/axelera-voyager-local-assistant/voyager-launch.svg" alt="Reviewed on agentmods" width="80" 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.00162 | $0.04994 |
| Opus 5 | $0.00081 | $0.02497 |
| Sonnet 5 | $0.00032 | $0.00999 |
| Haiku 4.5 | $0.00016 | $0.00499 |
Grade A, and why
voyager-launch 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 12d 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 — 261 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Launch - Complete Pipeline Builder
Build a complete runnable Voyager SDK solution from the user prompt. Optimize for speed, but never trade away validation integrity.
Use This Skill When / Not When
- Use when: the user wants a complete runnable pipeline or demo from natural language, with validation artifacts and a browser viewer.
- Not when: the model/pipeline already exists and they only want to execute it -- route to voyager-run.
- Not when: they explicitly want YAML-only design -- route to voyager-new-pipeline.
- Not when: they bring an existing error or log to fix in existing code -- route to voyager-debug.
{{INCLUDE workflows/pre-flight.md}}
Launch Contract
A launch is complete only when it creates a runnable package and one of these outcomes is true:
- On a Metis machine:
RUN_HERE.shran successfully on Metis, not CPU, and producedVALIDATED.txt,results/EVALUATION.json,results/METIS_PROOF.json,results/RUN_SUMMARY.json,results/VIEWER_CHECKS.json, a log, an output image/video, and an Open Design-style Axelera dark/gold browser viewer atviewer/index.htmlthat is auto-opened by default.results/METIS_PROOF.jsonmust havestatus=passed,metis_detected=true,accelerator_operator_seen=true,cpu_only_rejected=true, and metrics schemavoyager.metrics.v1with measured end-to-end FPS, measured Metis device FPS from the SDK tracer, measured SDK latency, stage metrics, slowest SDK stage evidence,metric_truth_gates,metric_bounds_gate, andmetric_provenance. For video, the viewer must use extracted JPEG result frames by default so it does not depend on browser MP4 codec support. - Off-device, MacBook, web, or missing SDK/hardware: a Linux package was created with
RUN_ON_METIS_LINUX.mdandresults/PACKAGE_CHECKS.json; the final response clearly says generation was package-only and not hardware validated. - Local Linux with a detected Metis card but unusable
axdevice: stop before creating package/viewer artifacts and report the local runtime repair diagnostics. Do not hide this by generating a Linux package.
What ships with it
36 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.
- assets/metis-dashboard-pack/assets/axelera-logo.svg 5.8 KB
- assets/metis-dashboard-pack/DESIGN.md 11 KB
- assets/metis-dashboard-pack/README.md 2.0 KB
- assets/metis-dashboard-pack/template-result-dashboard.html 14 KB
- assets/metis-dashboard-pack/tokens.css 994 B
- assets/metis-dashboard-pack/tools/check-metrics.mjs 3.8 KB runs code
- assets/metis-dashboard-pack/tools/model-zoo.json 6.0 KB
- assets/metis-dashboard-pack/tools/shot.mjs 3.9 KB runs code
- assets/metis-dashboard-pack/tools/validate.mjs 4.2 KB runs code
- common/agent-orchestration.md 3.3 KB
- common/examples-catalog.md 5.5 KB
- common/model-zoo-performance.md 4.0 KB
- common/voyager-sdk-setup.md 15 KB
- common/voyager-task-integration.md 3.8 KB
- LICENSE 1.0 KB
- references/app-patterns.md 5.2 KB
- references/known-issues.md 5.4 KB
- references/trigger-policy.md 2.2 KB
- scripts/evaluate_trigger_policy.py 4.5 KB runs code
- scripts/examples_catalog.json 14 KB
- scripts/gen_examples_catalog_md.py 2.4 KB runs code
- scripts/launch_detection_pipeline.py 187 KB runs code
- scripts/match_example.py 2.2 KB runs code
- scripts/runtime/axelera_probe.py 21 KB runs code
- scripts/sdk-paths.snapshot.txt 1.5 KB
- scripts/tests/metis_validation_matrix.md 3.2 KB
- scripts/tests/run_all.py 747 B runs code
- scripts/tests/test_catalog_integrity.py 4.8 KB runs code
- scripts/tests/test_catalog_md_drift.py 1.5 KB runs code
- scripts/tests/test_dashboard_validator.py 1.7 KB runs code
- scripts/tests/test_gate_decision.py 3.4 KB runs code
- scripts/tests/test_launcher_behavior.py 4.2 KB runs code
- scripts/tests/test_match_example.py 3.8 KB runs code
- scripts/verify_catalog.py 7.9 KB runs code
- workflows/pipeline-build.md 11 KB
- workflows/pre-flight.md 13 KB
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.
- 12d ago First seen · 261 lines · 162 tokens per session scan A d31709fce2ea
voyager-launch is a skill published in the GitHub repository fxd0h/Axelera-Voyager-Local-Assistant (4 stars, last pushed 1mo ago), licensed MIT. It adds 162 tokens to every session and 4,994 once invoked, about $0.0008 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-31.
Other skills, from other repositories
bubbaloop-physical-ai
Manage physical sensors, cameras, and actuators via the bubbaloop skill runtime. Query real-time sensor data, control node lifecycle, and monitor hardware health.
yolo-export
Use when exporting or deploying Ultralytics YOLO models in Platform or code — the Platform Export tab and yolo export/model.export() for ONNX, TensorRT, CoreML, Core AI, OpenVINO, LiteRT, NCNN, ExecuTorch, and NPUs (RKNN, QNN, Hailo, Ascend, IMX, Axelera, DeepX), FP16/INT8 quantization, benchmarking, and non-Python…
using-bubbaloop
Use when interacting with a Bubbaloop deployment via its MCP server — guides the discovery → control → automation workflow and prevents the most common mistakes (MCP polling for streaming data, missing Bearer token, ignoring RBAC tier).
spark-environment-setup
Set up a working ML training/inference environment on NVIDIA DGX Spark (GB10, aarch64, CUDA 13). Use when installing PyTorch/Unsloth/TRL/vLLM on DGX Spark, hitting libcudart or wheel-ABI errors on aarch64, or choosing between NGC containers and bare pip installs.
spark-training-gotchas
Preflight and diagnose the ten known failure modes for ML training on NVIDIA DGX Spark. Use when a training run on DGX Spark fails to start, OOMs below the 128GB limit, slows down mid-run, or before any multi-hour training job on GB10.
llama-cpp
Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.