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-initgit 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-init)<a href="https://agentmods.dev/skills/fxd0h/axelera-voyager-local-assistant/voyager-init"><img src="https://agentmods.dev/badge/skills/fxd0h/axelera-voyager-local-assistant/voyager-init/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-init"><img src="https://agentmods.dev/badge/skills/fxd0h/axelera-voyager-local-assistant/voyager-init.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.00038 | $0.01940 |
| Opus 5 | $0.00019 | $0.00970 |
| Sonnet 5 | $0.00008 | $0.00388 |
| Haiku 4.5 | $0.00004 | $0.00194 |
Grade A, and why
voyager-init 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 — 268 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Initialize Axelera Voyager Integration
Set up Axelera Voyager MCP server integration for task management, knowledge base, and project tracking
Important Context
After initialization, all relevant skills use Axelera Voyager for project tracking and task management.
Instructions
Initialize Axelera Voyager integration: $ARGUMENTS
Step 0: Data Source & Environment Selection
{{INCLUDE common/voyager-sdk-setup.md}}
Step 1: Verify Axelera Voyager MCP Server
FIRST, verify Axelera Voyager MCP server is available:
# Check health
mcp__voyager__health_check()
# Check session
mcp__voyager__session_info()
# List available knowledge sources
mcp__voyager__rag_get_available_sources()
If any of these fail, the Voyager MCP server is not registered or not reachable. Set it up as follows:
-
The hosted server is
https://mcp.voyager.axelera.ai/mcp(streamable HTTP). -
Authentication is OAuth via discovery on first tool use. There are no static tokens; never suggest shared bearer tokens or static authorization headers.
-
Claude Code: register the server with
claude mcp add --transport http voyager https://mcp.voyager.axelera.ai/mcpor add this to the repo root
.mcp.json:{ "mcpServers": { "voyager": { "type": "http", "url": "https://mcp.voyager.axelera.ai/mcp" } } } -
Restart the client session, complete the OAuth prompt on first tool use, then re-run the health check above.
Step 2: Project Selection
Ask the user about project context:
Question: "How would you like to set up Axelera Voyager for this session?"
Options:
1. "Create New Project" - Create a new Axelera Voyager project for tracking work
2. "Use Existing Project" - Select from existing Axelera Voyager projects
3. "Skip Project Setup" - Use Axelera Voyager knowledge base only, no task tracking
If Create New Project:
mcp__voyager__create_project(
title="Voyager SDK - [User's Description]",
description="[Generated from user input]",
github_repo="https://github.com/axelera-ai-hub/voyager-sdk"
)
What ships with it
6 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.
- 12d ago First seen · 268 lines · 38 tokens per session scan A 5deda4d06e5c
voyager-init is a skill published in the GitHub repository fxd0h/Axelera-Voyager-Local-Assistant (4 stars, last pushed 1mo ago), licensed MIT. It adds 38 tokens to every session and 1,940 once invoked, about $0.0002 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.
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).
trello
Manage Trello boards, lists, and cards via the Trello REST API.
gh-issues
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5]…
things-mac
Manage Things 3 via the things CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenClaw to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.