AgentSkillsCN

resolving-secrets

封装shell命令,以解析环境变量中的密钥引用到实际值。当调用synu、crush、gh、hut等时始终使用。如果因缺少凭据导致调用失败,询问是否使用。

SKILL.md
--- frontmatter
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 if it's unavailable.