Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/centricmem-curated-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---

Add CentricMem to the curated plugin marketplace.
58 changes: 52 additions & 6 deletions plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"displayName": "Kimi Datasource",
"version": "3.4.0",
"description": "Stocks and financials from Wind, S&P Capital IQ, SEC EDGAR, etc.; news from Caixin, Xinhua Finance; macro from World Bank, IMF, FRED, NBS; corporate, academic, legal data, and more",
"keywords": ["data", "mcp"],
"keywords": [
"data",
"mcp"
],
"source": "./official/kimi-datasource"
},
{
Expand All @@ -16,7 +19,11 @@
"displayName": "Kimi WebBridge",
"version": "1.11.3",
"description": "Control your real browser from Kimi Code.",
"keywords": ["browser", "automation", "webbridge"],
"keywords": [
"browser",
"automation",
"webbridge"
],
"source": "./official/kimi-webbridge"
},
{
Expand All @@ -25,7 +32,13 @@
"displayName": "Superpowers",
"description": "Planning, TDD, debugging, and delivery workflows for coding agents.",
"homepage": "https://github.com/obra/superpowers",
"keywords": ["skills", "planning", "tdd", "debugging", "code-review"],
"keywords": [
"skills",
"planning",
"tdd",
"debugging",
"code-review"
],
"source": "https://github.com/obra/superpowers"
},
{
Expand All @@ -34,7 +47,13 @@
"displayName": "Vercel Plugin",
"description": "Comprehensive Vercel ecosystem plugin — skills, agents, and conventions for the Vercel platform.",
"homepage": "https://vercel.com/docs/agent-resources/vercel-plugin",
"keywords": ["vercel", "deployment", "nextjs", "skills", "agents"],
"keywords": [
"vercel",
"deployment",
"nextjs",
"skills",
"agents"
],
"source": "https://github.com/vercel/vercel-plugin"
},
{
Expand All @@ -43,7 +62,13 @@
"displayName": "Modern Web Guidance",
"description": "Modern web platform expertise, best practices, and browser compatibility data for coding agents, from the Google Chrome team.",
"homepage": "https://github.com/GoogleChrome/modern-web-guidance",
"keywords": ["web", "css", "browser", "frontend", "skills"],
"keywords": [
"web",
"css",
"browser",
"frontend",
"skills"
],
"source": "https://github.com/GoogleChrome/modern-web-guidance"
},
{
Expand All @@ -53,8 +78,29 @@
"version": "0.2.0",
"description": "Build, deploy, and manage Tencent CloudBase apps — databases, cloud functions, storage, auth, and hosting, powered by cloudbase-mcp.",
"homepage": "https://github.com/TencentCloudBase/CloudBase-AI-Toolkit",
"keywords": ["cloudbase", "tencent-cloud", "baas", "database", "cloud-function", "mcp"],
"keywords": [
"cloudbase",
"tencent-cloud",
"baas",
"database",
"cloud-function",
"mcp"
],
"source": "https://github.com/TencentCloudBase/CloudBase-AI-Toolkit/releases/latest/download/cloudbase-kimi.zip"
},
{
"id": "centricmem-skill",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add a CLI changeset for the curated plugin

This catalog entry is a user-visible addition to the CLI marketplace, but the commit changes only plugins/marketplace.json and includes no .changeset file. As a result, the release workflow will not record this addition in the CLI changelog or apply the expected patch bump; add a patch changeset for @moonshot-ai/kimi-code.

AGENTS.md reference: AGENTS.md:L85-L86

Useful? React with 👍 / 👎.

"tier": "curated",
"displayName": "CentricMem",
"description": "Hosted librarian for agent memory. Organize and retrieve Markdown cards on the hosted MCP server.",
"homepage": "https://centricmem.com",
"keywords": [
"memory",
"mcp",
"skills",
"librarian"
],
"source": "https://github.com/zeyu-j/centricmem-skill"
}
]
}