CloudBase AI Toolkit is an integration layer that lets AI coding tools use Tencent CloudBase as an application backend, including databases, authentication, functions, storage, and deployments. Developers use it to have coding agents build and operate CloudBase-backed applications through skills, plugins, commands, and chat-accessible tools. The catalogue entries are the toolkit’s own skills, agents, hooks, plugins, rules, instructions, and MCP tools.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/TencentCloudBase/CloudBase-AI-ToolkitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/plugins/tencentcloudbase/cloudbase-ai-toolkit/gemini-extension)<a href="https://agentmods.dev/plugins/tencentcloudbase/cloudbase-ai-toolkit/gemini-extension"><img src="https://agentmods.dev/badge/plugins/tencentcloudbase/cloudbase-ai-toolkit/gemini-extension.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
cloudbase-ai-toolkit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"name": "cloudbase-ai-toolkit",
"version": "1.8.44",
"description": "Tencent CloudBase MCP Server - AI-powered development toolkit for building and deploying full-stack applications, mini-programs, and cloud functions to Tencent CloudBase platform",
"author": "TencentCloudBase",
"license": "MIT",
"homepage": "https://github.com/TencentCloudBase/CloudBase-AI-ToolKit",
"contextFileName": "config/.gemini/GEMINI.md",
"mcpServers": {
"cloudbase": {
"command": "npx",
"args": [
"npm-global-exec@latest",
"@cloudbase/cloudbase-mcp@latest"
],
"env": {
"INTEGRATION_IDE": "Gemini"
},
"cwd": "${extensionPath}"
}
}
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 24 lines scan A f5a7fe1e4a06
cloudbase-ai-toolkit is a plugin published in the GitHub repository TencentCloudBase/CloudBase-AI-Toolkit (1,094 stars, last pushed today), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.
Other plugins, from other repositories
systems-architecture
Systems architecture and distributed systems skills including Designing Data-Intensive Applications (Martin Kleppmann), System Design Interview (Alex Xu), Clean Architecture (Robert C. Martin), Release It! (Michael Nygard), High Performance Browser Networking (Ilya Grigorik), and Team Topologies (Skelton & Pais).
aws-agent-skills
Collection of AWS engineering skills for IAM, Lambda, DynamoDB, S3, and 14 other core AWS services.
aspire
Aspire skills plugin for AI coding agents. Six skills: aspire (router), aspire-init (skeleton drop), aspireify (AppHost wiring), aspire-orchestration (lifecycle, guardrails), aspire-deployment (publish, deploy, destroy, pipeline steps), aspire-monitoring (logs, traces, dashboard, diagnostics bridge). Aligned with…
azure-functions-skills
Azure Functions skills, MCP, and telemetry hooks.
valtown
Build and deploy on Val Town. Bundles the Val Town MCP server and platform skills (HTTP vals, cron/intervals, SQLite, email, OAuth, React UI, third-party integrations).
hono
Hono Edge framework standards with 4 agents and 4 auto-enforcing skills including OpenAPI and streaming for Bun and Cloudflare Workers.