---
name: resolving-secrets
description: 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.
compatibility: Requires `fish` shell and `opx` Fish function
license: AGPL-3.0-or-later
metadata:
  author: Amolith <amolith@secluded.site>
---

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.
