Skip to content

[bug] claude code plugin broken? #78

@allen-n

Description

@allen-n

When I try to install the claude code plugin, I see:

/Users/<me>/.claude/local/claude plugin marketplace add Ryandonofrio3/osgre
Adding marketplace...
Cloning via SSH: git@github.com:Ryandonofrio3/osgre.git
Cloning repository: git@github.com:Ryandonofrio3/osgre.git
SSH clone failed, retrying with HTTPS: https://github.com/Ryandonofrio3/osgre.git
Cloning repository: https://github.com/Ryandonofrio3/osgre.git
✘ Failed to add marketplace: Failed to clone marketplace repository: HTTPS authentication failed. You may need to configure credentials, or use an SSH URL for GitHub repositories.

Original error: Cloning into '/Users/<me>/.claude/plugins/marketplaces/Ryandonofrio3-osgre'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled

It looks like there is a typo on the GH repo configured there, specifically that it is missing the final p in osgrep?

When installing with the utility script:

osgrep install-claude-code
❌ Error installing plugin:
Error: spawn claude ENOENT
    at ChildProcess._handle.onexit (node:internal/child_process:286:19)
    at onErrorNT (node:internal/child_process:484:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn claude',
  path: 'claude',
  spawnargs: [ 'plugin', 'marketplace', 'add', 'Ryandonofrio3/osgrep' ]
}

Troubleshooting:
- Ensure you have Claude Code version 2.0.36 or higher installed
- Try running: claude plugin marketplace list
- Check the Claude Code documentation: https://code.claude.com/docs

Claude is definitely installed and has the right version:

/Users/<me>/.claude/local/claude --version
2.0.69 (Claude Code)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions