ops-secret-sync
FeaturedOPS on-demand: This skill should be used when the user asks to "doppler github secrets", "secret…
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 ► SECRET-SYNC
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`).
Detect GitHub secrets that are stale relative to Doppler. Confirm before syncing.
## CLI/API Reference
| Command | Purpose |
| -------------------------------------------------------------------- | ------------------------------------ |
| `gh secret list --repo <owner/repo> --json name,updatedAt` | List GH repo secrets with timestamps |
| `doppler secrets --project <proj> --config <env> --json` | List Doppler secrets with metadata |
| `doppler secrets get <NAME> --project <proj> --config <env> --plain` | Fetch raw value for sync |
| `gh secret set <NAME> --repo <owner/repo>` | Write secret to GH (reads stdin) |
---
## Phase 1 — Resolve arguments
Parse `$ARGUMENTS`:
- `--repo <owner/repo>` → target GitHub repo (required unless registry provides default)
- `--project <proj>` → Doppler project name (required)
- `--config <env>` → Doppler config/environment, e.g. `prd`, `stg` (default: `prd`)
- `--dry-run` → report drift only, never write
If `--repo` is missing, load `${CLAUDE_PLUGIN_DATA_DIR:-$HOME/.claude/plugins/data/ops-ops-marketplace}/regi...
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-orchestrate
OPS on-demand: This skill should be used when the user asks to "orchestrate projects", "dispatch…
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-merge
OPS on-demand: This skill should be used when the user asks to "merge PRs", "salvage branches", or…
188 Updated today
Lifecycle-Innovations-Limited