crxhub-cli
Installation
SKILL.md
CrxHub CLI
Requires GitHub CLI (gh) authenticated.
How to Run
Always combine setup + command in ONE shell call. Replace <SKILL_DIR> with this SKILL.md's directory:
CRX="<SKILL_DIR>/scripts/crx-$(uname -s | tr A-Z a-z)-$(uname -m)" && chmod +x "$CRX" && $CRX update
Quick Workflows
Use the minimum commands needed. Do NOT run exploratory commands (list, outdate) before the action unless the user specifically asks.
Related skills