This project distinguishes between:
- first-party packages maintained by the HeyClaude maintainer
- external/community packages linked from third-party sources
- Local
downloadUrlpaths under/downloads/...requirepackageVerified: true. - Community submissions should link to external canonical sources (for example, GitHub releases).
- Binary package hosting for community submissions is not allowed by default.
- First-party skills packages may be hosted locally at
/downloads/skills/<slug>.zip. - Source archives must exist in
content/skills/<slug>.zip. - Entry frontmatter must include
packageVerified: true. - Validation enforces:
.zipextension- maintainer-only local hosting
- size limits
- archive-path safety checks
- expected skills archive shape
- First-party MCP packages may be hosted locally at
/downloads/mcp/<slug>.mcpb. - Source archives must exist in
content/mcp/<slug>.mcpb. - Entry frontmatter must include
packageVerified: true. - Validation enforces:
.mcpbextension- maintainer-only local hosting
- size limits
- archive-path safety checks
- required files (
manifest.json,package.json,README.md,server/index.js)
Detail pages display package trust context:
Maintainer-verified package+ SHA256 for first-party local downloadsExternal package (unverified)warning for non-local links
- The site does not guarantee security of external packages.
- Users should audit source and permissions before running downloadable artifacts.