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.
npx skills add aliyun/alibabacloud-rds-openapi-mcp-server --skill alibabacloud-rds-copilotgit clone --depth 1 https://github.com/aliyun/alibabacloud-rds-openapi-mcp-serverWrote 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/skills/aliyun/alibabacloud-rds-openapi-mcp-server/alibabacloud-rds-copilot)<a href="https://agentmods.dev/skills/aliyun/alibabacloud-rds-openapi-mcp-server/alibabacloud-rds-copilot"><img src="https://agentmods.dev/badge/skills/aliyun/alibabacloud-rds-openapi-mcp-server/alibabacloud-rds-copilot/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/aliyun/alibabacloud-rds-openapi-mcp-server/alibabacloud-rds-copilot"><img src="https://agentmods.dev/badge/skills/aliyun/alibabacloud-rds-openapi-mcp-server/alibabacloud-rds-copilot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00067 | $0.01005 |
| Opus 5 | $0.00034 | $0.00502 |
| Sonnet 5 | $0.00013 | $0.00201 |
| Haiku 4.5 | $0.00007 | $0.00101 |
Grade A, and why
alibabacloud-rds-copilot 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 12d ago.
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
Skill 概览
本 Skill 用于在对话中充当 阿里云 RDS Copilot 的智能代理:
- 理解用户的自然语言需求(中文或英文),识别是否与 RDS Copilot 相关;
- 直接调用内置脚本
scripts/call_rds_ai.py实时查询 RDS Copilot 并获取结果; - 当获取到结果或用户粘贴错误信息时,进一步解释、诊断并给出后续建议。
工作模式:
- 使用
scripts/call_rds_ai.py脚本直接获取 RDS Copilot 的实时响应
标准使用流程
-
确认任务类型与参数
- 判断用户意图:SQL 编写/优化、SQL 诊断、实例参数调优、故障排查、性能分析、查询实例列表等。
- 收集必要参数(如未指定则使用默认值):
--region:地域 ID(默认cn-hangzhou)--language:语言(默认zh-CN)--timezone:时区(默认Asia/Shanghai)--custom-agent-id:专属 Agent ID(可选)--conversation-id:会话 ID,用于多轮对话(可选)
-
构造查询并调用脚本
- 示例: ```bash # 基础查询 uv run ./scripts/call_rds_ai.py "查询杭州地域的 RDS MySQL 实例列表" # 指定地域 uv run ./scripts/call_rds_ai.py "优化这条SQL" --region cn-beijing # 多轮对话 uv run ./scripts/call_rds_ai.py "继续分析" --conversation-id "<上次返回的会话ID>" -
解析结果并后续处理
- 将 RDS Copilot 的响应用自然语言解释给用户;
- 如返回包含 SQL 或操作步骤,评估风险并提醒:
- 避免在生产环境直接执行高风险语句(如大表
DELETE/UPDATE/ 结构变更); - 建议在测试环境验证或加上备份/条件限制。
- 避免在生产环境直接执行高风险语句(如大表
- 如需继续对话,记录
conversation_id用于下一轮查询。
工具脚本使用说明
命令行参数
| 参数 | 说明 | 默认值 |
|---|---|---|
query |
查询内容(必需),使用 - 从标准输入读取 |
- |
--region / --region-id |
阿里云地域 ID | cn-hangzhou |
--language / --lang |
语言 | zh-CN |
--timezone / --tz |
时区 | Asia/Shanghai |
--custom-agent-id |
专属 Agent ID | 无 |
--conversation-id / --conv-id |
会话 ID(多轮对话) | 无 |
--endpoint |
API 端点 | rdsai.aliyuncs.com |
--no-stream |
禁用流式输出 | False(默认启用流式) |
输出格式
脚本会将查询信息输出到 stderr,将 RDS Copilot 的回答输出到 stdout,便于分离日志和结果:
[查询] 查询杭州地域实例列表
[地域] cn-hangzhou | [语言] zh-CN
============================================================
[RDS Copilot 回答]
<实际回答内容>
[会话ID] conv-xxxx-xxxx-xxxx
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 77 lines · 67 tokens per session scan A f24d4ec4e392
alibabacloud-rds-copilot is a skill published in the GitHub repository aliyun/alibabacloud-rds-openapi-mcp-server (55 stars, last pushed 24d ago), licensed Apache-2.0. It adds 67 tokens to every session and 1,005 once invoked, about $0.0003 per session on Opus 5. 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-08-30.
Other skills, from other repositories
triage-issues
Triage GitHub issues in the googleapis/mcp-toolbox repo: propose the correct labels (type / priority / product / status), check for duplicates, verify a bug has enough info to act on, and draft a triage comment. Use whenever a maintainer asks you to triage, label, categorize, prioritize, or "look at" an issue (or a…
postgresql-indexing
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing…
graphjin-eval
Create, extend, run, baseline, and diagnose GraphJin agent evaluations through the graphjin eval CLI.
axiom-audit-grdb-performance
Use when the user mentions GRDB performance review, slow GRDB queries, app-group database setup audit, a ValueObservation that stopped updating, or pre-release GRDB scan.
django-perf-review
Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems.
mma-investigator
Expert system for investigating MMA (Multi-Metric Allocator) behavior on CockroachDB clusters. Helps oncall engineers diagnose load imbalances, understand rebalancing decisions, and identify why MMA did or didn't act.