alibabacloud-rds-copilot

alibabacloud-rds-copilot is a skill for Claude Code, Codex from aliyun/alibabacloud-rds-openapi-mcp-server. It costs 67 tokens per session (1,005 once invoked), scanned A, original, Apache-2.0.

A Chinese- or English-language assistant for Alibaba Cloud RDS, which is Alibaba Cloud’s managed database service. It uses the RDS Copilot API to answer database questions and investigate problems.

In plain words
What is it for?
Use it to write or optimize SQL, diagnose queries, tune instance parameters, inspect RDS instances, analyze performance, and troubleshoot incidents.
Why use it?
It gives developers a way to get current, instance-specific help with database queries, settings, performance, and failures.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to write or optimize SQL, diagnose queries, tune instance parameters, inspect RDS instances, analyze performance, and troubleshoot incidents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aliyun/alibabacloud-rds-openapi-mcp-server/alibabacloud-rds-copilot
Install

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.

Any agent
npx skills add aliyun/alibabacloud-rds-openapi-mcp-server --skill alibabacloud-rds-copilot
Clone the repo
git clone --depth 1 https://github.com/aliyun/alibabacloud-rds-openapi-mcp-server

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for alibabacloud-rds-copilot

README.md
[![agentmods](https://agentmods.dev/badge/skills/aliyun/alibabacloud-rds-openapi-mcp-server/alibabacloud-rds-copilot/github.svg)](https://agentmods.dev/skills/aliyun/alibabacloud-rds-openapi-mcp-server/alibabacloud-rds-copilot)
Your own site
<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.

agentmods 80×15 button for alibabacloud-rds-copilot

Your own site · 80×15
<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>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,005 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash f24d4ec4e392, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/call_rds_ai.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skill/alibabacloud-rds-copilot/SKILL.md · 77 lines

What it actually says

Skill 概览

本 Skill 用于在对话中充当 阿里云 RDS Copilot 的智能代理:

  • 理解用户的自然语言需求(中文或英文),识别是否与 RDS Copilot 相关;
  • 直接调用内置脚本 scripts/call_rds_ai.py 实时查询 RDS Copilot 并获取结果;
  • 当获取到结果或用户粘贴错误信息时,进一步解释、诊断并给出后续建议

工作模式:

  • 使用 scripts/call_rds_ai.py 脚本直接获取 RDS Copilot 的实时响应

标准使用流程

  1. 确认任务类型与参数

    • 判断用户意图:SQL 编写/优化、SQL 诊断、实例参数调优、故障排查、性能分析、查询实例列表等。
    • 收集必要参数(如未指定则使用默认值):
      • --region:地域 ID(默认 cn-hangzhou)
      • --language:语言(默认 zh-CN)
      • --timezone:时区(默认 Asia/Shanghai)
      • --custom-agent-id:专属 Agent ID(可选)
      • --conversation-id:会话 ID,用于多轮对话(可选)
  2. 构造查询并调用脚本

    - 示例:
    ```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>"
    
  3. 解析结果并后续处理

    • 将 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
Files

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.

Changes

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.

  1. 12d ago First seen · 77 lines · 67 tokens per session scan A f24d4ec4e392

Subscribe to this mod's changes

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.

Related

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…

googleapis/mcp-toolbox · 164 tokens

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…

prowler-cloud/prowler · 108 tokens

graphjin-eval

Create, extend, run, baseline, and diagnose GraphJin agent evaluations through the graphjin eval CLI.

dosco/graphjin · 27 tokens

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.

CharlesWiltgen/Axiom · 43 tokens

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.

getsentry/skills · 55 tokens

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.

cockroachdb/cockroach · 47 tokens