ops-credentials
FeaturedOPS on-demand: This skill should be used when the user asks to "which keys are set", "missing…
AI & Automation 188 stars
22 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# OPS ► CREDENTIALS
Load `ops-rules` before acting. Public repo (no personal data). Outbound: one draft → one approval → one send. If `AskUserQuestion` / `Workflow` are missing, follow Rule 10 in `ops-rules` (Hermes: numbered options / two-turn Telegram card; `delegate_task`).
## 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...
Details
- Repository
- Lifecycle-Innovations-Limited/claude-ops
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ops-settings
OPS on-demand: This skill should be used when the user asks to "update credentials", "ops settings", or…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-rules
OPS on-demand: This skill should be used when running any ops skill, or when the user asks to "ops…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Featured
ops-deploy
OPS on-demand: This skill should be used when the user asks to "deploy status", "what is in…
188 Updated today
Lifecycle-Innovations-Limited