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 osloer-industries/vakt --skill export-credentialsgit clone --depth 1 https://github.com/osloer-industries/vaktWrote 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/osloer-industries/vakt/export-credentials)<a href="https://agentmods.dev/skills/osloer-industries/vakt/export-credentials"><img src="https://agentmods.dev/badge/skills/osloer-industries/vakt/export-credentials.svg" alt="Measured on agentmods" 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.00130 | $0.00949 |
| Opus 5 | $0.00065 | $0.00475 |
| Sonnet 5 | $0.00026 | $0.00190 |
| Haiku 4.5 | $0.00013 | $0.00095 |
Grade A, and why
export-credentials 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 7d 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 — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Export Credentials Securely
Manage credentials across repositories and environments without exposing them to the AI. This skill reads from your local credential store, auto-discovers available credentials, and generates scripts to deploy them safely.
How it Works
- Read credentials locally — Queries your credential store (Keychain, pass, Windows CM, etc.)
- Never expose secrets to AI — Only credential names appear in the AI response; values stay local
- Generate deployment scripts — Creates shell scripts that use credentials without exposing them
- Execute with approval — Runs scripts locally on your machine; you review before execution
- Report results — Confirms success/failure (✓ added X secrets) without showing values
What You Can Do
Add credentials to GitHub Secrets:
Add my credentials to owner/repo
Create a secure local .env file:
Generate a .env file with my API keys (don't commit this!)
Deploy credentials to a service:
Set up secrets for my repository
How to Use
When you ask the AI to manage credentials, tell it:
- What credentials (or "all credentials" to auto-detect)
- Where they're stored (or rely on defaults: Keychain on macOS,
passon Linux, etc.) - What to do with them (add to GitHub, create .env, deploy, etc.)
Examples
"Add all my credentials from Keychain to github.com/owner/repo"
"Create a .env file with these API keys: OPENAI_API_KEY, ANTHROPIC_API_KEY"
"Deploy my credentials to owner/repo"
Behind the Scenes
- Detects available credentials (queries local credential store)
- Generates Bash scripts for execution
- Shows you the script before execution for review
- Executes the script with your approval
- Reports results securely (no credential values logged or exposed)
Security Guarantees
✓ Credentials read only by local scripts ✓ No credential values exposed to AI or logs ✓ Scripts are human-reviewable before execution ✓ Supports multiple credential stores (Keychain, pass, Windows CM, environment) ✓ Only success/failure reported back
What ships with it
5 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.
- 7d ago First seen · 128 lines · 130 tokens per session scan A 5ca8c63ad3e1
export-credentials is a skill published in the GitHub repository osloer-industries/vakt (3 stars, last pushed 28d ago), licensed MIT. It adds 130 tokens to every session and 949 once invoked, about $0.0006 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
kagi-summarizer
Summarize any URL or text using Kagi's Universal Summarizer API. Supports multiple engines (including the enterprise-grade Muriel model), bullet-point takeaways, and output translation to 28 languages. Use when you need a high-quality summary of an article, paper, video transcript, or any document.
kagi-enrich
Search Kagi's unique non-commercial web (Teclis) and non-mainstream news (TinyGem) indexes for independent, ad-free content you won't find in regular search results. Use when you want to discover small-web sites, independent blogs, niche discussions, or non-mainstream news on a topic.
kagi-fastgpt
Ask questions and get AI-synthesized answers backed by live web search, via Kagi's FastGPT API. Returns a direct answer with cited references. Use when you need a quick, authoritative answer rather than raw search results.
kagi-search
Fast web search and content extraction via Kagi Search API. Uses a Go backend for quick startup and supports JSON output.
ultralytics-platform
This skill should be used when user asks to "upload my model to Ultralytics Platform", "push this run to the platform", "upload a dataset to platform", "download a dataset from platform", "search platform datasets", "start cloud training", "train on platform GPUs", "export a model on platform", "deploy a model…
mongodb-query-optimizer
Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query…