← 返回 Skills 市场
284
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install watadot-aws-s3
功能描述
High-performance S3 management by Watadot Studio. Includes bucket orchestration, sync, and lifecycle management.
使用说明 (SKILL.md)
AWS S3 Skills
Advanced patterns for Amazon Simple Storage Service (S3) utilization.
🚀 Core Commands
Bucket Management
# List all buckets with creation date
aws s3api list-buckets --query "Buckets[].{Name:Name,Created:CreationDate}" --output table
# Create a bucket with specific region
aws s3 mb s3://\x3Cbucket-name> --region \x3Cregion>
High-Speed Synchronization
# Intelligent sync (only changed files)
aws s3 sync ./local-dir s3://\x3Cbucket-name>/path --delete --exclude "*.tmp"
# Concurrent upload tuning (performance)
aws configure set default.s3.max_concurrent_requests 20
Content Discovery & Filtering
# Find objects larger than 100MB
aws s3api list-objects-v2 --bucket \x3Cbucket-name> --query "Contents[?Size > \`104857600\`].[Key, Size]" --output json
# Total size of a prefix
aws s3 ls s3://\x3Cbucket-name>/prefix --recursive --human-readable --summarize | tail -n 2
🧠 Best Practices
- Least Privilege: Always use IAM policies that restrict access to specific buckets/prefixes.
- Versioning: Enable versioning for critical production data to prevent accidental deletions.
- Encrypted at Rest: Enforce SSE-S3 or SSE-KMS for all sensitive objects.
- Lifecycle Policies: Automate transition to S3 Glacier for aging assets to optimize cost.
安全使用建议
This skill is coherent for S3 management, but before installing: ensure the host running the agent has the aws CLI and that any AWS credentials available to the agent are intentionally provided and scoped with least privilege (restrict to specific buckets/prefixes). Be cautious running commands like 'sync --delete' or bucket creation on production accounts — test on non-production data first. If you want the agent to run without exposing full account-level credentials, prefer an IAM role or a credentials set limited to the target buckets. Lastly, remember this is instruction-only: the agent will execute aws CLI commands using whatever AWS identity is present in its environment.
功能分析
Type: OpenClaw Skill
Name: watadot-aws-s3
Version: 1.0.0
The watadot-aws-s3 skill bundle provides standard AWS CLI commands for managing S3 buckets, performing high-speed synchronization, and filtering objects. The instructions in SKILL.md are well-documented, align with the stated purpose, and include security best practices such as least privilege and encryption, with no signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name and description claim S3 management and the SKILL.md contains aws CLI commands (bucket management, sync, lifecycle). Requiring the aws binary is appropriate and proportional to the declared purpose.
Instruction Scope
The instructions are narrowly scoped to S3 operations and best practices. They include potentially destructive operations (e.g., 'aws s3 mb', 'aws s3 sync --delete') — this is coherent with an S3 management tool but users should be aware these commands can create, overwrite, or delete objects if run with active credentials.
Install Mechanism
No install spec and no code files — instruction-only. This is low-risk and consistent with a CLI-guidance skill.
Credentials
The skill does not declare or request AWS credentials explicitly (no required env vars), but it implicitly depends on AWS credentials/config available to the aws CLI (environment variables, IAM role, or ~/.aws config). That is expected, but users should ensure the agent's credentials are scoped with least privilege.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. There is no request to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install watadot-aws-s3 - 安装完成后,直接呼叫该 Skill 的名称或使用
/watadot-aws-s3触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of watadot-aws-s3:
- Provides advanced AWS S3 management with commands for bucket orchestration, high-speed sync, and lifecycle automation.
- Includes core usage examples for listing buckets, creating buckets, syncing directories, and filtering objects.
- Features best practice recommendations for security, versioning, encryption, and cost optimization.
- Requires AWS CLI to operate.
元数据
常见问题
Watadot Aws S3 是什么?
High-performance S3 management by Watadot Studio. Includes bucket orchestration, sync, and lifecycle management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。
如何安装 Watadot Aws S3?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install watadot-aws-s3」即可一键安装,无需额外配置。
Watadot Aws S3 是免费的吗?
是的,Watadot Aws S3 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Watadot Aws S3 支持哪些平台?
Watadot Aws S3 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Watadot Aws S3?
由 ordiy(@ordiy)开发并维护,当前版本 v1.0.0。
推荐 Skills