kimi-code/plugins/marketplace.json
qer e9a99e5ec6
Some checks are pending
CI / build (push) Waiting to run
CI / test (1) (push) Waiting to run
CI / test (5) (push) Waiting to run
CI / test-pi-tui (push) Waiting to run
CI / test-vscode-legacy (push) Waiting to run
CI / test-windows (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions
CI / test (2) (push) Waiting to run
CI / test (3) (push) Waiting to run
CI / test (4) (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
feat: add Tencent CloudBase plugin to the curated marketplace (#3136)
2026-08-20 22:15:09 +08:00

60 lines
2.6 KiB
JSON

{
"version": "1",
"plugins": [
{
"id": "kimi-datasource",
"tier": "official",
"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"],
"source": "./official/kimi-datasource"
},
{
"id": "kimi-webbridge",
"tier": "official",
"displayName": "Kimi WebBridge",
"version": "1.11.3",
"description": "Control your real browser from Kimi Code.",
"keywords": ["browser", "automation", "webbridge"],
"source": "./official/kimi-webbridge"
},
{
"id": "superpowers",
"tier": "curated",
"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"],
"source": "https://github.com/obra/superpowers"
},
{
"id": "vercel-plugin",
"tier": "curated",
"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"],
"source": "https://github.com/vercel/vercel-plugin"
},
{
"id": "modern-web-guidance",
"tier": "curated",
"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"],
"source": "https://github.com/GoogleChrome/modern-web-guidance"
},
{
"id": "cloudbase",
"tier": "curated",
"displayName": "Tencent CloudBase",
"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"],
"source": "https://github.com/TencentCloudBase/CloudBase-AI-Toolkit/releases/latest/download/cloudbase-kimi.zip"
}
]
}