Marketplace Publishing
Skill Seekers v3.5.0 introduced marketplace and config publishing capabilities, enabling you to share skills and configs with the community.
MarketplacePublisher
Publish skills to Claude Code plugin marketplace repositories:
# Via MCP tool
# The push_config MCP tool handles automated config publishing
How It Works
- MarketplaceManager — Register and manage marketplace repository URLs
- MarketplacePublisher — Clone marketplace repo, add skill files, commit and push
- ConfigPublisher — Push configs to registered config source repos
Security
- Uses targeted
git add(notgit add -A) to prevent accidental inclusions - Clears auth tokens from cached
.git/configafter clone - Path traversal validation for config names
Config Sources
Share configs via the community config repository at skill-seekers-configs.
You can also:
- Submit configs via the website gallery
- Push configs to any registered source repo
- Use the
push_configMCP tool for automated publishing