MoonshotAI / MoonshotAI/kimi-code
[Feature Request] Open marketplace JSON submission/review process for community plugins
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 1.2k
- Avg merge
- 11h 53m
- Merged PRs (30d)
- 350
Description
Problem / Motivation
Currently, Kimi Code CLI supports a rich plugin ecosystem via the /plugins command and marketplace JSON. The marketplace can be customized via KIMI_CODE_PLUGIN_MARKETPLACE_URL or /plugins marketplace <source>, which is great for personal or team use.
However, there is no documented way for community developers to submit their plugins to the official marketplace. This creates a barrier for plugin authors who want to share their work with the broader Kimi Code CLI user base. As a result, many useful community plugins remain undiscoverable unless users manually install them via GitHub URL.
Request
I would like to request one of the following (or a combination):
-
Open a submission/review channel for marketplace JSON entries — similar to how VS Code extensions or Homebrew formulas are submitted. Plugin authors could submit a PR or fill out a form to have their plugin reviewed and added to the official
marketplace.json. -
Document the criteria and process for getting a plugin listed in the official marketplace. For example:
- What metadata fields are required/recommended?
- What trust tier (
kimi-official,curated,third-party) applies to community submissions? - Are there security review requirements?
-
Provide a community marketplace JSON — a separate marketplace file (e.g.,
community-marketplace.json) that accepts submissions with lighter review, while the official marketplace remains for vetted plugins.
Why this matters
- Plugin discoverability: Users browsing
/pluginswon't find community plugins unless they are in the marketplace JSON. - Ecosystem growth: Lowering the barrier to entry encourages more developers to build and share Kimi Code CLI plugins.
- Trust signals: A curated marketplace gives users confidence when installing third-party plugins, compared to installing arbitrary GitHub URLs.
Related
- The marketplace JSON format is partially documented at Plugins | Kimi Code Docs, showing the
version,pluginsarray withid,displayName, andsourcefields. - The trust badges (
kimi-official,curated,third-party) are mentioned in the docs but the process to achievecuratedstatus is unclear.
Would love to hear the team's thoughts on this! Happy to help draft submission guidelines or contribute a prototype workflow if there's interest.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Plugins documentation and the current official marketplace JSON, including the /plugins command and its marketplace source behavior. The issue does not choose between a submission channel, documented criteria, or a community-marketplace.json, so completion would require an agreed scope and process before implementation.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, documentation
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100