Help us improve
Share bugs, ideas, or general feedback.
From node-cert
Run a comprehensive diagnostic sweep for certificate and proxy issues
npx claudepluginhub nathanvale/side-quest-marketplace --plugin node-certHow this command is triggered — by the user, by Claude, or both
Slash command
/node-cert:diagnose hostThe summary Claude sees in its command listing — used to decide when to auto-load this command
# node-cert diagnose Run a comprehensive diagnostic sweep for certificate and proxy issues. ## Usage ## Arguments - `host` - Target host to test against (default: api.anthropic.com) ## Instructions Run the diagnostic script at `scripts/diagnose.sh` which checks: 1. **Environment variables** - proxy settings, NODE_EXTRA_CA_CERTS 2. **VPN/proxy client detection** - GlobalProtect, Cisco, Zscaler, etc. 3. **DNS resolution** - Can we resolve the target host? 4. **Direct TLS connection** - What certificate does the proxy present? 5. **TLS with CA file** - Does our CA file fix the trust i...
/diagnoseDiagnoses compilation errors, runtime errors, performance issues, and Protheus logs in ADVPL/TLPP code, providing severity levels, root causes, fixes with examples, and preventive advice.
/diagnoseInitiates Dr. Ralph's multi-phase diagnostic workflow: interviews user on symptoms, researches via web, generates differential diagnosis, treatment plan, and SOAP report with running notes.
/diagnoseDiagnoses FilamentPHP v4 errors and issues by parsing descriptions, consulting docs, analyzing logs/caches/code, and providing root causes with code fixes.
/diagnoseDebugs failed or low-quality extractions by analyzing logs and probing the source site to identify root causes and suggest fixes.
/diagnoseRuns a self-check on the AI Brain Starter install, verifying CLAUDE.md, Meta folder, skills, hooks, and MCPs are properly configured.
/diagnoseFans out 3-5 parallel investigation agents to debug a problem from multiple angles — code search, git history, config audit, and known issues — then synthesizes findings into ranked probable causes with evidence.
Share bugs, ideas, or general feedback.
Run a comprehensive diagnostic sweep for certificate and proxy issues.
/node-cert:diagnose [host]
host - Target host to test against (default: api.anthropic.com)Run the diagnostic script at scripts/diagnose.sh which checks:
After running, analyze the output and recommend fixes based on:
/node-cert:extract-cert== 4. Direct TLS to api.anthropic.com (no proxy) ==
[INFO] Certificate issuer: CN = YourCompany Forward Trust CA
[INFO] SSL inspection DETECTED - corporate proxy is intercepting traffic
[FAIL] TLS handshake failed: Verify return code: 21 (unable to verify)
This means: