claude-code - 💡(How to fix) Fix /plugin command fails with schema validation errors on marketplace load [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#46369Fetched 2026-04-11 06:22:06
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1

Error Message

Error Messages/Logs

Code Example

Failed to load all marketplaces. Errors: claude-plugins-official: Invalid schema: plugins.2.source: Invalid input, plugins.5.source: Invalid input, plugins.12.source: Invalid input, plugins.31.source: Invalid input, plugins.35.source: Invalid input, plugins.52.source: Invalid input, plugins.61.source: Invalid input, plugins.67.source: Invalid input, plugins.70.source: Invalid input, plugins.92.source: Invalid input, plugins.102.source: Invalid input, plugins.112.source: Invalid input, plugins.120.source: Invalid input, plugins.121.source: Invalid input, plugins.126.source: Invalid input
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Failed to load all marketplaces. Errors: claude-plugins-official: Invalid schema: plugins.2.source: Invalid input, plugins.5.source: Invalid input, plugins.12.source: Invalid input, plugins.31.source: Invalid input, plugins.35.source: Invalid input, plugins.52.source: Invalid input, plugins.61.source: Invalid input, plugins.67.source: Invalid input, plugins.70.source: Invalid input, plugins.92.source: Invalid input, plugins.102.source: Invalid input, plugins.112.source: Invalid input, plugins.120.source: Invalid input, plugins.121.source: Invalid input, plugins.126.source: Invalid input

Environment:

  • OS: macOS (Darwin 25.2.0)
  • Claude Code version: [run claude --version and paste here]

What Should Happen?

Plugin marketplace loads successfully

Actual: 15 plugins fail schema validation on the source field, preventing marketplace from loading

Error Messages/Logs

⎿  Failed to load all marketplaces. Errors: claude-plugins-official: Invalid schema: plugins.2.source: Invalid input, plugins.5.source: Invalid input, plugins.12.source: Invalid input, plugins.31.source: Invalid input, plugins.35.source: Invalid input, plugins.52.source: Invalid input, plugins.61.source: Invalid input, plugins.67.source: Invalid input, plugins.70.source: Invalid input, plugins.92.source: Invalid input, plugins.102.source: Invalid input, plugins.112.source: Invalid input, plugins.120.source: Invalid input, plugins.121.source: Invalid input, plugins.126.source: Invalid input

Steps to Reproduce

/plugin

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

4/9/26

Claude Code Version

Claude Code version: 2.0.70

Platform

Other

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The issue can likely be resolved by updating the plugin schema validation to accept the new input format or by reverting to a previous version of Claude Code that worked.

Guidance

  • Verify the plugin schema validation rules to ensure they are up-to-date and compatible with the current plugin versions.
  • Check the release notes for Claude Code version 2.0.70 to see if there are any known issues or changes related to plugin schema validation.
  • Consider reverting to the last known working version (4/9/26) to temporarily mitigate the issue.
  • Review the plugin configuration files to ensure that the source field is correctly formatted and valid.

Example

No code snippet is provided as the issue does not contain sufficient information about the plugin configuration files or the schema validation rules.

Notes

The issue is reported as a regression, which suggests that the problem was introduced in a recent version of Claude Code. The fact that it worked in a previous version (4/9/26) implies that the issue may be related to a change in the plugin schema validation rules or the plugin configuration files.

Recommendation

Apply workaround: Revert to the last known working version (4/9/26) until the issue is resolved in a future version of Claude Code. This is because the issue is reported as a regression and reverting to a previous version may provide a temporary solution.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING