export-credentials

export-credentials is a skill for Claude Code from osloer-industries/vakt. It costs 130 tokens per session (949 once invoked), scanned A, original, MIT.

A tool for moving credentials from your computer’s local password store to services such as GitHub Secrets, without showing the secret values to the AI.

In plain words
What is it for?
Use it to add stored credentials to repository secrets, create local .env files, or prepare scripts that deploy credentials to a service.
Why use it?
It reduces the risk of exposing API keys and passwords while managing them across repositories and development environments.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code; mentions OpenCode.

Good fit Use it to add stored credentials to repository secrets, create local .env files, or prepare scripts that deploy credentials to a service.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/osloer-industries/vakt/export-credentials
Install

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.

Any agent
npx skills add osloer-industries/vakt --skill export-credentials
Clone the repo
git clone --depth 1 https://github.com/osloer-industries/vakt

Made for: Claude Code.

Wrote 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.

agentmods badge for export-credentials

README.md
[![agentmods](https://agentmods.dev/badge/skills/osloer-industries/vakt/export-credentials.svg)](https://agentmods.dev/skills/osloer-industries/vakt/export-credentials)
Your own site
<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>
Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 949 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash 5ca8c63ad3e1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/add-to-github.sh, scripts/create-env.sh, scripts/detect-credentials.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/export-credentials/SKILL.md · 128 lines

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

  1. Read credentials locally — Queries your credential store (Keychain, pass, Windows CM, etc.)
  2. Never expose secrets to AI — Only credential names appear in the AI response; values stay local
  3. Generate deployment scripts — Creates shell scripts that use credentials without exposing them
  4. Execute with approval — Runs scripts locally on your machine; you review before execution
  5. 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:

  1. What credentials (or "all credentials" to auto-detect)
  2. Where they're stored (or rely on defaults: Keychain on macOS, pass on Linux, etc.)
  3. 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

Read the full file on GitHub · 128 lines

Files

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.

Changes

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.

  1. 7d ago First seen · 128 lines · 130 tokens per session scan A 5ca8c63ad3e1

Subscribe to this mod's changes

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.

Related

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.

joelazar/kagi-skills · 69 tokens

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.

joelazar/kagi-skills · 67 tokens

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.

joelazar/kagi-skills · 52 tokens

kagi-search

Fast web search and content extraction via Kagi Search API. Uses a Go backend for quick startup and supports JSON output.

joelazar/kagi-skills · 28 tokens

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…

fcakyon/claude-codex-settings · 112 tokens

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…

fcakyon/claude-codex-settings · 98 tokens