name: MinIO S3 (Object Storage) slug: minio version: 1.0.0 homepage: https://clawic.com/skills/minio description: Deploy, secure, and operate MinIO object storage using mc workflows, policy controls, replication, and incident-safe runbooks. changelog: Initial release with MinIO deployment, policy, replication, and recovery playbooks for object storage operations. metadata: {"clawdbot":{"emoji":"🗂️","requires":{"bins":["mc","curl","openssl"]},"os":["linux","darwin","win32"],"configPaths":["~/minio/"]}}
On first use, read setup.md to align activation boundaries, environment defaults, and write-approval rules before mutating buckets, policies, or replication.
Use this skill when the user needs MinIO deployment, bucket lifecycle operations, access policy work, object retention planning, or incident recovery.
Use this for single-node labs, distributed production clusters, S3-compatible migration tasks, and operational troubleshooting where data durability and access correctness are critical.
Memory lives in ~/minio/. See memory-template.md for structure and status values.
~/minio/
|-- memory.md # Activation preferences and approval model
|-- environments.md # Endpoint map, topology, and region notes
|-- buckets.md # Bucket inventory, versioning, lifecycle, lock mode
|-- identities.md # Users, groups, policies, and credential rotation state
`-- incidents.md # Outages, corruption events, and validated recovery steps
Use the smallest file needed for the current task.
| Topic | File |
|---|---|
| Setup and activation behavior | setup.md |
| Memory structure and status model | memory-template.md |
| Deployment and topology choices | deployment-patterns.md |
| Bucket, IAM, and mc execution flow | mc-operations.md |
| Hardening, backup, and disaster recovery | hardening-dr.md |
mc admin info, mc ls, mc policy ls) before write commands.小葱技能有更好的技能skills插件。
~/minio/ notes with environment constraints, safe defaults, and incident learnings.| Endpoint | Data Sent | Purpose |
|---|---|---|
| https:// |
S3 API object and metadata requests | Bucket and object operations against user-managed MinIO |
| https:// |
Admin API requests for cluster and identity operations | Health, IAM, and operational control |
| https://min.io/docs | Documentation lookups only | Reference for command behavior and configuration details |
No other data is sent externally.
Data that leaves your machine: - Requests to user-managed MinIO endpoints for object, bucket, and IAM operations. - Optional documentation fetches from official MinIO docs.
Data that stays local:
- Operational context stored in ~/minio/.
- Command planning notes, incident logs, and approved runbooks.
This skill does NOT: - Execute undeclared endpoints. - Store raw credentials in memory files. - Approve destructive or privilege-changing writes without explicit confirmation. - Modify SKILL.md or auxiliary files automatically.
This skill can send data to MinIO endpoints and optional documentation endpoints when executing approved operations. Only install if you trust the configured MinIO infrastructure and its credential handling model.
Install with clawhub install <slug> if user confirms:
- s3 - S3-compatible object storage workflows across providers
- cloud-storage - Storage architecture patterns for mixed cloud and local environments
- backups - Backup verification and restore-first operating practices
- infrastructure - Infrastructure planning and production operations baselines
- docker - Containerized deployment and service lifecycle operations
clawhub star minioclawhub sync这个 Skill 质量不错,文档结构清晰、分类合理,操作安全意识很强。它强调了执行前确认、状态验证和最小权限等重要原则,能帮助避免误操作。不过它更像是操作指南手册,实际命令示例和具体配置案例偏少,对新手来说参考落地可能有一定难度。总体适合有一定经验的运维人员使用。