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 danieljustus/symaira-vault --skill symaira-agentgit clone --depth 1 https://github.com/danieljustus/symaira-vaultWrote 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/danieljustus/symaira-vault/symaira-agent)<a href="https://agentmods.dev/skills/danieljustus/symaira-vault/symaira-agent"><img src="https://agentmods.dev/badge/skills/danieljustus/symaira-vault/symaira-agent/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/danieljustus/symaira-vault/symaira-agent"><img src="https://agentmods.dev/badge/skills/danieljustus/symaira-vault/symaira-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 94 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00043 | $0.01131 |
| Opus 5 | $0.00022 | $0.00566 |
| Sonnet 5 | $0.00009 | $0.00226 |
| Haiku 4.5 | $0.00004 | $0.00113 |
Grade A, and why
symvault 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.
Do NOT call `get_entry_value` followed by curl — this exposes the token How it starts
The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Symaira Vault
Symaira Vault is the credential store. Use native MCP tools when they are available. Do not use terminal commands for credential reads or writes unless the user explicitly asks for CLI debugging.
Preferred Tools
Canonical Symaira Vault MCP tool names:
list_entriesfind_entriesget_entryget_entry_metadata— Get entry metadata (created, updated, version) without sensitive dataset_entry_fieldgenerate_passwordgenerate_totpdelete_entrysymaira_delete(deprecated alias fordelete_entry)execute_with_secret— Run a shell command with a vault secret injected as an environment variable. The secret value never appears in the command string, argv, or chat transcript.execute_api_request— Make an authenticated HTTP request using a stored secret (API key, PAT, bearer token). The secret is attached by the server and never revealed to the agent.
Some MCP clients prepend a namespace (for example mcp_symaira_list_entries).
If canonical names are unavailable, inspect the client's MCP tool list and map
to these equivalents.
Safe API Request Example
To call the GitHub API with a stored PAT, use execute_api_request:
{
"template": "github",
"endpoint": "/repos/owner/repo/issues",
"method": "GET"
}
Do NOT call get_entry_value followed by curl — this exposes the token
in the chat transcript.
Anti-pattern: Manual secret exposure
Never pass a secret as an argv argument or echo it in a shell command. Use the secret-injecting tools so the value lives only in env vars of the spawned subprocess.
Cache Validation for Credential Sync
For agents that cache credentials locally, use get_entry_metadata to validate
cache freshness before fetching full entries:
- Cache the entry version when first retrieving a credential
- Before using a cached credential, call
get_entry_metadatato get the current version - If versions differ, the credential was updated — fetch fresh data with
get_entry - This prevents using stale credentials that may cause HTTP 401 errors
What ships with it
1 file 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.
- 10d ago First seen · 128 lines · 43 tokens per session scan A c1c7ea760281
symvault is a skill published in the GitHub repository danieljustus/symaira-vault (28 stars, last pushed yesterday), licensed Apache-2.0. It adds 43 tokens to every session and 1,131 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-30.
Other skills, from other repositories
printing-press-amend
Amend a published CLI from one of two input sources: (1) dogfood mode mines the active Claude Code session transcript for friction (missing flags, hand- rolled API payloads, silent-null returns); (2) direct-input mode accepts user-supplied asks (rename a command, add commands or feeds, fix a named bug, optionally…
printing-press
Set up a new integration, connector, or CLI binding for any API. Wrap or generate a ship-ready Go CLI from an OpenAPI, HAR, or Postman spec via the lean research -> generate -> build -> shipcheck loop. Use when the user says build a CLI, wrap this API, set up a new integration, add a connector, integrate with a…
scaffold-project
Scaffold a new app, API, backend, fullstack project, mobile app, polyglot service, monorepo, or starter with Better Fullstack. Use when the user wants to create, start, bootstrap, initialize, or generate a project from a stack description. Prefer the bundled Better Fullstack MCP server: guidance, schema…
go
Use when writing, reviewing, testing, or shipping Go code and HTTP services: idioms, %w error wrapping, goroutine/context/errgroup concurrency, net/http 1.22 routing, log/slog, project layout, table-driven tests, Go hardening. NOT language-agnostic threat modeling (that is secure-coding), NOT Dockerfile/CI shipping…
disconnect
Disconnect this session from Pad's push stream — stop receiving pushes for the rest of this session.
rust-conventions
Rust code conventions covering edition 2024, cargo fmt/clippy, Result-based error handling, unsafe discipline, async with tokio, API-guideline naming, trait implementations, benchmarking, and security scanning. Load when writing or reviewing Rust code.