api keys skills

22 tagged api keys, measured the same way as everything else here.

Browse within: credentials 13dsh-plugin 11

add-oauth-provider

01

superdesigndev/treg

Skill Claude CodeCodex

Add a provider to treg's OAuth registry (the ones treg holds its own approved app for). Use when asked to "add YouTube/Notion/Meta OAuth", "support connecting X", "add a new OAuth provider", or when a connect flow, capability picker, channel/account picker, or provider health probe needs building. Covers the code…

704 yesterday A 90 tokens

google-ads

02

superdesigndev/treg

Skill Claude CodeCodex

Traps when running Google Ads through treg — the API requirements and cleanup semantics that cost round-trips or money. Use whenever asked to analyse ad performance, audit spend, create or change campaigns, adjust budgets or bids, or do media buying.

704 yesterday A 53 tokens

vendor-listing

03

superdesigndev/treg

Skill Claude CodeCodex

Onboard a vendor who wants their API listed in the treg catalog. Use whenever someone asks "how do we get listed on treg", a vendor sends their API details, or a listing PR/issue needs review. Walks the whole pipeline: eligibility gate → registry entry → platform-key slot → logo → tests → LIVE bogus-key test → core…

704 yesterday A 117 tokens

secrets-gitleaks

04

rohunj/claude-build-workflow

Skill Claude CodeCodex

Hardcoded secret detection and prevention in git repositories and codebases using Gitleaks. Identifies passwords, API keys, tokens, and credentials through regex-based pattern matching and entropy analysis. Use when: (1) Scanning repositories for exposed secrets and credentials, (2) Implementing pre-commit hooks to…

230 7mo ago A 130 tokens

envlatch

05

Raylinkh/envlatch

Skill Claude CodeCodex

Run local commands with API keys stored in EnvLatch instead of copying credentials between .env files or shell profiles. Use when an agent, CLI, script, SDK, test, or build needs a saved credential environment variable on macOS.

101 17d ago A 51 tokens original MIT

janee

06

rsdouglas/janee

Skill Claude CodeCodex

Secure API proxy that stores credentials encrypted and injects auth server-side. Use when: (1) making any external API call — "call the Stripe API", "enrich my data [from PeopleDataLabs]", "create an image [using Nano Banana API]", "use a [RapidAPI service]", (2) the user shares an API key, token, or secret — "here's…

30 5mo ago A 176 tokens original MIT

1password

07

kcmadden/claude-code-1password-skill

Skill Claude CodeCodex

Integrate 1Password secrets management into Claude Code workflows. Use when the user wants to: store API keys or credentials in 1Password, read secrets from 1Password into scripts or config, set up .env files using 1Password secret references, rotate or update credentials, manage developer secrets across projects, use…

5 1mo ago A 155 tokens original MIT

trusty-squire

08

Trusty-Squire/trusty-squire

Skill Claude CodeCodex

Use when a coding agent needs to sign up for a website or SaaS, provision an OAuth client or API key, pay a checkout, or otherwise act on a real website on the user's behalf — and the secret or card must NOT land in chat, source code, or a .env file. Trusty Squire is an MCP server that drives a real browser through…

3 yesterday A 208 tokens original MIT

using-keyward

09

albemiglio/keyward

Skill Claude CodeCodex

Use when a prompt references a file path under /.claude/secrets/, or contains a > reference, or asks to use a saved API key. Teaches the correct pattern for reading vaulted secrets WITHOUT leaking them into bash output, the model context, or the session transcript.

1 19d ago C 68 tokens original MIT