passelin/Agent Marketplace Pages

Generate and deploy a static agent marketplace browser site to GitHub Pages — works with GitHub Copilot CLI and Claude Code

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
plugin-rootDirectory containing plugin subdirectories. If set, marketplace.json is generated from this directory before building the UI.no""
plugin-json-pathRelative path inside each plugin directory to its manifest (only used when plugin-root is set)no.github/plugin/plugin.json
marketplace-jsonPath to marketplace.json relative to the repository rootno.github/plugin/marketplace.json
marketplace-nameMarketplace name (falls back to repository name)no""
marketplace-descriptionMarketplace description (falls back to marketplace.json metadata.description)no""
marketplace-owner-nameowner.name field in marketplace.json (falls back to GITHUB_REPOSITORY_OWNER)no""
marketplace-owner-emailowner.email field in marketplace.jsonno""
claude-marketplace-jsonOutput path for Claude Code marketplace.json. Defaults to .claude-plugin/marketplace.json. Set to empty string to skip.no.claude-plugin/marketplace.json
site-titleBrowser title for the site (falls back to marketplace name)no""
site-descriptionMeta description for the siteno""
base-pathBase URL path (e.g. /my-repo/ for GitHub Pages project sites)no/
deploy-branchBranch to deploy the built site tonogh-pages
custom-ui-dirPath to a custom UI directory. If it contains a package.json with a build script, it will be used instead of the default UI.noui
github-tokenGitHub token for deploying to gh-pages branchyes${{ github.token }}
repo-resourcesScan the repository for agents, instructions, skills, hooks, and workflows in addition to plugins. Set to "auto" to detect automatically, "true" to always enable, or "false" to use plugins-only mode.noauto
remotes-filePath to a remotes.json file listing external repositories to pull skills from (only used in repo-resources mode)no""
dry-runSet to "true" to build without deploying (useful for CI validation)nofalse
namedescription
page-urlURL of the deployed marketplace site