ops-credentials

Solid

Audit which integration credentials are configured. Scans shell env, ops preferences.json, Doppler, macOS Keychain, and Dashlane to report a configured-vs-missing table per service. Never displays raw values — always masks as first6•••last4. Use when you want to see which integrations have keys set up and which still need /ops:setup.

AI & Automation 20 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
44
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# OPS ► CREDENTIALS ## CLI/API Reference | Command | Output | | -------------------------------------- | ---------------------------------------------- | | `bin/ops-credentials` | Human table — configured + missing per service | | `bin/ops-credentials --json` | JSON array, one entry per credential | | `bin/ops-credentials --service stripe` | Filter to one integration | The bin script is the source of truth. It scans these sources in order and reports the FIRST hit per credential: 1. Shell env (`$STRIPE_SECRET_KEY`, etc.) 2. `$OPS_DATA_DIR/preferences.json` (`.revenue.stripe.secret_key`, etc., including `doppler:KEY` references that get resolved live) 3. macOS Keychain (`security find-generic-password -s <name> -w`) 4. Dashlane (`dcli password <keyword> --output json`) Values shorter than 12 chars print as `•••`; longer values print as `first6•••last4`. ## Your task When the user runs `/ops:credentials`: 1. **Run** `bin/ops-credentials` and present the output verbatim — it's already formatted for the user's terminal (compact mode for SSH/mobile, table layout otherwise). 2. **Offer follow-ups via AskUserQuestion (max 4 options per Rule 1):** ``` What would you like to do next? [Configure a missing service — pick one to set up now] [Re-audit a specific service] [Export to JSON] [Done] ``` 3. **On "Configure missing"**: list missing s...

Details

Author
Lifecycle-Innovations-Limited
Repository
Lifecycle-Innovations-Limited/claude-ops
Created
3 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category