refactor: remove the claude-marketplace skill source (broken 1-entry Marketplace hub tab) - #73903
Merged
Conversation
…tplace hub tab) The Skills Hub 'Marketplace' tab showed a single useless entry: Anthropic changed .claude-plugin/marketplace.json to bundle-shaped plugins whose source is './', so all plugins collapsed to one identifier pointing at the repo root, and the second marketplace repo (aiskillstore/marketplace) is gone (404). Everything in anthropics/skills is already surfaced by the GitHub tap as the Anthropic tab, making this source fully redundant. Removes ClaudeMarketplaceSource and all wiring: source router, index builder (crawl + floors + sort order + rate-limit messaging), extract labels/install/URL mapping, hub UI tab, web server labels, CLI limits, docs (en + zh), the legacy index-cache snapshot, and test fixtures. Stale skills-index entries with source 'claude-marketplace' still install fine: HermesIndexSource fetches via resolved GitHub paths generically.
teknium1
force-pushed
the
hermes/hermes-1c8e0a30
branch
from
July 29, 2026 05:54
ce955be to
104cccd
Compare
Contributor
૮ >ﻌ< ა ci reviewran on 104cccd ℹ️ InfoDesktop E2E visual evidence · View test artifacts · View job1 visual diff. inline evidence upload failed. Failed to upload diff-665a0833239e-onboarding-overlay-diff.png with gh image (exit code 1): Error uploading /home/runner/work/_temp/e2e-evidence/diff-665a0833239e-onboarding-overlay-diff.png: step 0 (get upload token): uploadToken not found on repo page — do you have write access to NousResearch/hermes-agent? (or, if NousResearch enforces SAML SSO, authorize at https://github.com/orgs/NousResearch/sso) |
This was referenced Jul 29, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the
claude-marketplaceskill source, whose Skills Hub "Marketplace" tab had degenerated to a single broken entry.Root cause: Anthropic changed
.claude-plugin/marketplace.jsonto bundle-shaped plugins (source: "./"+ askills:array), so all plugins collapsed to one identifier pointing at the repo root; the only other marketplace repo (aiskillstore/marketplace) is gone (404). Everything inanthropics/skillsis already surfaced by the GitHub tap as the Anthropic tab (17 skills live), making this source fully redundant.Changes
tools/skills_hub.py: deleteClaudeMarketplaceSource(~104 lines) + source-router entry +_api_source_idsentryscripts/build_skills_index.py: drop crawl entry, source limit, sort order, rate-limit messagingwebsite/scripts/extract-skills.py: drop label mappings, install-command branch, source-URL branchwebsite/src/pages/skills/index.tsx: remove the "Marketplace" tab config + SOURCE_ORDER entryhermes_cli/web_server.py,hermes_cli/skills_hub.py: drop labels / per-source limitswebsite/docs(en + zh): remove the claude-marketplace source section, renumber siblingsskills/index-cache/claude_marketplace_anthropics_skills.json: delete legacy snapshottests/scripts/test_build_skills_index_health.py: update fixtures/invariantsValidation
Back-compat: stale index entries with
source: "claude-marketplace"still install —HermesIndexSource.fetch()resolves via GitHub paths generically.Infographic