Troubleshooting
Solutions to common issues you might encounter when using SuperClawd.
Authentication Failed
Problem: superclawd can't authenticate with SuperClawd when launching Claude Code
Solutions:
- Re-run
superclawd loginto reconnect this machine - Launch
superclawdand confirm the right workspace is selected in the startup picker (press d to set your default). Stale defaults self-heal — if your default is no longer reachable, the CLI clears it and re-shows the picker. - Revoke this device and re-add it under Settings → Devices in the web dashboard
- Clear npm cache to get the latest CLI:
npm cache clean --force
Invalid or Expired Tokens
Problem: Getting token errors during authentication
Solutions:
- Request a new verification/reset email
- Check if the link has expired (usually 24 hours)
- Clear browser cookies and try again
Credit Balance Issues
Problem: "Insufficient credits" errors
Solutions:
- Check your billing account balance
- Ensure the billing account is linked to your workspace
- Purchase more credits or enable auto top-up
Free Tier Limits
Problem: Can only create 1 skill, workflow, command, or resource
Free tier accounts are limited to 1 of each entity type (skill, workflow, command, resource) per workspace. This allows you to explore the full functionality before upgrading.
Solutions:
- Purchase credits — Your account automatically upgrades to the paid tier when you purchase any credit package (starting at $10 for 100 credits). Paid tier allows up to 50 skills, 50 workflows, 50 commands, and 250 resources per workspace.
- Use the welcome gift — New users can redeem the
WELCOMEgift code for 50 free credits. While this doesn't upgrade your tier limits, it lets you test all features including notifications. - Consolidate your content — Make the most of your single skill, workflow, command, or resource by combining related instructions.
See the Limits page for complete details on all tier limits.
Workspace Access Denied
Problem: Can't access a workspace or feature
Solutions:
- Verify you have the correct role (some features require Admin or Owner)
- Check if your membership is still active
- Contact the workspace owner for access
Recovery Code Not Working
Problem: Account recovery code is rejected
Solutions:
- Ensure you're entering the code exactly as shown (case-sensitive)
- Check for spaces or special characters
- If regenerated, use the latest code
- Contact support for manual recovery
CLI Issues
Problem: Can't run the superclawd CLI via npx
Solutions:
- Ensure Node.js is installed (version 18+):
node --version - Clear npm cache:
npm cache clean --force - Try running with fresh download:
npx -y superclawd@latest version - Check your internet connection (npx downloads the package on first run)
Skills Not Being Applied
Problem: Instructions aren't showing up in AI responses
Solutions:
- Ensure the skill is enabled (not disabled)
- Check that the action type matches your request
- Relaunch Claude Code with
superclawdso your latest workspace skills are loaded
If none of these solutions work, contact our support team through the in-app support feature or join the community discussion.