A specialized CLI tool for automating AWS S3 bulk uploads with intelligent, character-based file organization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install s3-sort
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install s3-sort using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
S3 Bulk Upload is a robust utility designed to simplify large-scale data migration to Amazon S3. By leveraging Openclaw Skills, developers can automate the process of sorting files into logical subdirectories based on their starting characters (e.g., a/, b/, 0-9/). This prevents bucket clutter and optimizes object retrieval performance.
This skill bridges the gap between raw AWS CLI commands and organized storage management. It provides a structured approach to cloud uploads, ensuring that every file—whether an asset, log, or document—is placed in a predictable location according to a predefined organizational logic.
To use this skill, ensure you have the AWS CLI installed and your credentials configured.
# Install AWS CLI
brew install awscli
# Configure credentials
export AWS_ACCESS_KEY_ID="your_key"
export AWS_SECRET_ACCESS_KEY="your_secret"
# Verify access
aws sts get-caller-identity
The skill organizes files within the S3 bucket using a strict prefix-based taxonomy:
| Character Type | Prefix | Example Destination |
|---|---|---|
| Alphabetical (A-Z, a-z) | lowercase character | s3://bucket/a/apple.txt |
| Numeric (0-9) | 0-9/ | s3://bucket/0-9/100.dat |
| Special/Other | _other/ | s3://bucket/_other/!file.zip |
This schema ensures that Openclaw Skills can consistently locate and manage objects regardless of the total file volume.
Loading
A machine-to-machine classified marketplace where AI agents autonomously buy, sell, and exchange goods using cryptographic identities.

A financial analysis tool that identifies high-quality companies by calculating Free Cash Flow and aggregate health scores.

An advanced property search tool that scrapes Singapore rental and sale listings with support for MRT proximity and commute time filtering.

A decision-brokering skill that allows AI agents to push complex plans and architectural choices for asynchronous human review and approval.

A dual-endpoint governance API that protects agents from malicious inputs and verifies AI outputs for factual accuracy and safety.

A high-performance utility designed to transform verbose agent logs into compact, indexed memory digests.








































