Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるaws
スター3
フォーク1
更新日2026年5月30日 01:17
Amazon cloud services.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Amazon cloud services.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | aws |
| description | Amazon cloud services. |
| license | MIT |
| metadata | {"author":"vant","version":"1.0"} |
Amazon cloud services.
| Service | What |
|---|---|
| EC2 | Virtual servers |
| Lambda | Serverless |
| S3 | Storage |
| RDS | Database |
| CloudFront | CDN |
| IAM | Auth |
aws s3 ls
aws lambda invoke
aws ec2 describe-instances
import { S3Client, ListBucketsCommand } from '@aws-sdk/client-s3'
const client = new S3Client({})
const res = await client.send(new ListBucketsCommand())
| Pattern | Use |
|---|---|
| EC2 + RDS | Traditional |
| Lambda + API | Serverless |
| S3 + CloudFront | Static |
Role: AWS Developer
Input: Service
Output: Cloud resource
Cloud.
Application programming interface.
Does CI work?
Did it work?
Is everything okay?
Is it running?
Does this meet standards?