[BUG] Marketplace returns 500 error due to unnecessary trailing slash
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
What was the problem?
The /plugin marketplace add command has a bug where it constructs the git URL as https://github.com/obra/superpowers-marketplace.git/ (with a trailing slash after .git). GitHub
returns a 500 error for URLs with that trailing slash, even though the repository is perfectly accessible otherwise.
The workaround was to manually clone the repository to the expected location (~/.claude/plugins/marketplaces/obra-superpowers-marketplace), which I've done for you.
You should now be able to use the superpowers marketplace. This is a bug that should be reported to the Claude Code team at https://github.com/anthropics/claude-code/issues.
What Should Happen?
Do not include the trailing slash
Error Messages/Logs
❯ /plugin marketplace add obra/superpowers-marketplace
⎿ Error: Failed to clone marketplace repository: Cloning into '~/.claude/plugins/marketplaces/obra-superpowers-marketplace'...
remote: Internal Server Error
fatal: unable to access 'https://github.com/obra/superpowers-marketplace.git/': The requested URL returned error: 500
Steps to Reproduce
/plugin marketplace add obra/superpowers-marketplace
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.63
Platform
AWS Bedrock
Operating System
Ubuntu/Debian Linux
Terminal/Shell
Other
Additional Information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗