一键导入
s3
Manage AWS S3 storage -- list buckets, upload/download files, sync directories, and manage object lifecycle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage AWS S3 storage -- list buckets, upload/download files, sync directories, and manage object lifecycle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage Azure cloud resources -- resource groups, storage, databases, functions, and data services using the az CLI.
Work with Databricks -- run SQL via curl, manage clusters, warehouses, Unity Catalog, jobs, and pipelines.
Query and manage Google BigQuery datasets -- run SQL, list tables, inspect schemas, load data, and manage partitioning.
Query and manage PostgreSQL databases -- run SQL, inspect schemas, manage tables, and perform database administration.
Query and manage Snowflake data warehouses -- run SQL, manage warehouses, inspect schemas, and control access.
Generate Airflow DAGs from pipeline specifications using project templates.
| name | s3 |
| description | Manage AWS S3 storage -- list buckets, upload/download files, sync directories, and manage object lifecycle. |
| metadata | {"openclaw":{"emoji":"🪣","requires":{"bins":["aws"]},"tags":["storage","s3","aws","cloud","data","files"]}} |
You help manage AWS S3 storage using the aws CLI.
Use this when the user asks about S3 buckets, file uploads/downloads, or data lake storage.
Ensure AWS CLI is configured:
aws configure
Or set environment variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION.
aws s3 ls
aws s3 mb s3://<bucket-name> --region <region>
aws s3 rb s3://<bucket-name>
aws s3 ls s3://<bucket>/<prefix>/ --recursive --human-readable --summarize
aws s3 ls s3://<bucket>/<prefix>/
aws s3 cp <local_path> s3://<bucket>/<key>
aws s3 sync <local_dir> s3://<bucket>/<prefix>/
aws s3 cp <local_path> s3://<bucket>/<key> --storage-class INTELLIGENT_TIERING
aws s3 cp s3://<bucket>/<key> <local_path>
aws s3 sync s3://<bucket>/<prefix>/ <local_dir>
aws s3 cp s3://<source-bucket>/<key> s3://<dest-bucket>/<key>
aws s3 mv s3://<bucket>/<old-key> s3://<bucket>/<new-key>
aws s3 rm s3://<bucket>/<key>
aws s3 rm s3://<bucket>/<prefix>/ --recursive
aws s3api head-object --bucket <bucket> --key <key>
aws s3 ls s3://<bucket> --recursive --summarize | tail -2
aws s3 presign s3://<bucket>/<key> --expires-in 3600
s3://<bucket>/raw/<source>/<table>/year=YYYY/month=MM/day=DD/--dryrun flag before bulk operations--sse AES256)aws s3 sync over cp --recursive for incremental transfers