# Resolving Secrets

> Wraps shell commands to resolve secret references in environment variables to their actual values. Always use when invoking synu, crush, gh, hut, etc. Ask whether to use if an invocation fails due to missing credentials.

- Skill: `jeninh/resolving-secrets` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jeninh/resolving-secrets`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jeninh/resolving-secrets/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- License: AGPL-3.0-or-later
- Author: jeninh (https://skillmd.com/u/jeninh)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jeninh/resolving-secrets

---


Prefix commands with `fish -c "opx ..."`.

```bash
fish -c "opx synu claude -p 'prompt'"
fish -c "opx hut todo ticket show -t '~singpolyma/soprani.ca' 465"
fish -c "opx gh issue view 123"
fish -c "opx crush"
```

Refer to [installing-opx.md](references/installing-opx.md) if it's unavailable.

