Description
Currently creating a hydraissue from Claude Code on neoremote requires:
1. SSH into the hydrastreamingmonitor node via hydracluster exec to find the API token
2. Manually construct a curl POST to the API
Suggestions to streamline this:
1. **Pre-configure hydraissue CLI on neoremote**: Install the hydraissue binary and create ~/.hydraissue/config.yaml with the API token and server URL so Claude can just run: hydraissue report --title "..." --project hydracluster --description "..."
2. **Store the API token in CLAUDE.md or memory**: Add the issues.experiencenet.com API token to the project instructions so Claude can call the API directly without having to SSH-hop to discover it.
3. **Add hydraissue as a Claude Code skill**: A /hydraissue skill that wraps the API call with the pre-configured token, so creating issues becomes a single command.
Any of these would reduce a 5-minute discovery process to a single command.