npx claudepluginhub revpalsfdc/opspal-commercial --plugin opspal-core[validate|check|status]Validate Gong API credentials and check integration health.
/gong-auth [subcommand]
validate (default) - Test credentials against Gong APIcheck - Verify environment variables are set (no API call)status - Show rate limit status and daily budget# Validate credentials (makes API call)
/gong-auth
# Quick env var check
/gong-auth check
# Check API budget
/gong-auth status
| Variable | Required | Description |
|---|---|---|
GONG_ACCESS_KEY_ID | Yes | Gong API access key ID |
GONG_ACCESS_KEY_SECRET | Yes | Gong API access key secret |
GONG_WORKSPACE_ID | No | Workspace ID (for multi-workspace) |
export GONG_ACCESS_KEY_ID=your_key_id
export GONG_ACCESS_KEY_SECRET=your_secret
Uses scripts/lib/gong-token-manager.js for validation and scripts/lib/gong-throttle.js for status.
/gong-sync - Sync call data/gong-risk-report - Risk analysis/gong-competitive-intel - Competitive intelligence