aws-resource-query

仓库创建 2025年6月12日最近提交 5 小时前SkillHot 收录 20 天前
▸ 精选理由

快速将问题转为只读查询,既安全又高效。

▸ 风险提示

需 AWS 只读权限;注意不要意外配置过高权限的凭证。

这个 Skill 做什么

用自然语言查询 AWS 资源,仅翻译为只读的 describe/list CLI 命令。

把自然语言问题翻成只读的 AWS CLI 查询(describe/list/get),用来查看 EC2、S3、RDS、Lambda、EKS 等资源的状态和配置。当你需要盘点资源、核实配置或确认身份信息但不想对云环境做任何修改时就用。严格只读、不执行创建或删除操作,保证不会意外改动云端资源。

▸ 展开 SKILL.md 英文原文

Query AWS resources using natural language. Covers EC2, S3, RDS, Lambda, ECS, EKS, Secrets Manager, IAM, VPC, networking, messaging, and more. Strictly read-only — no writes, deletes, or mutations.

开发编程查询助手只读AWS CLI资源发现通用
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/aws-resource-query/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/aws-resource-query/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AWS Resource Query

Answer natural language questions about AWS resources by translating intent into read-only AWS CLI commands. This skill **never** runs commands that create, modify, or delete resources.

## Safety Contract

**STRICTLY READ-ONLY.** This skill exclusively uses:
- `aws <service> describe-*`
- `aws <service> list-*`
- `aws <service> get-*`
- `aws sts get-caller-identity`
- `aws configure get`
- `aws resourcegroupstaggingapi get-resources`
- `aws ce get-*`
- `aws support describe-*`

**NEVER** run any of the following, regardless of what the user asks:
`create-*`, `run-*`, `start-*`, `stop-*`, `reboot-*`, `delete-*`, `terminate-*`, `put-*`, `update-*`, `modify-*`, `attach-*`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有