Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

miniominio 日程管理

Agent Skill

minio 用于辅助部署、云资源、容器和基础设施运维,适合在 OpenClaw 中需要检查配置、整理部署步骤或排查环境问题时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,619

周安装

489

GitHub Stars

公开资料未说明

下载量

4,068
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:minio(minio 日程管理)
来源仓库:https://github.com/ivangdavila/minio
安装命令:
openclaw skills install minio
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install minio

简介

使用 mc 工作流程、策略控制、复制和事件安全运行手册来部署、保护和操作 MinIO 对象存储。

SKILL.md

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/"]}}

Setup

On first use, read setup.md to align activation boundaries, environment defaults, and write-approval rules before mutating buckets, policies, or replication.

When to Use

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.

Architecture

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

Quick Reference

Use the smallest file needed for the current task.

TopicFile
Setup and activation behaviorsetup.md
Memory structure and status modelmemory-template.md
Deployment and topology choicesdeployment-patterns.md
Bucket, IAM, and mc execution flowmc-operations.md
Hardening, backup, and disaster recoveryhardening-dr.md

Core Rules

1. Classify Topology Before Any Command

  • Identify single-node, distributed, or tenant-style deployment before writing a plan.
  • Validate endpoint, region, and storage layout so commands target the correct environment.

2. Gate Write Operations with Explicit Confirmation

  • Bucket deletion, lifecycle rewrite, policy replacement, and replication changes need explicit user confirmation.
  • Confirm scope, expected impact, and rollback path before applying mutating actions.

3. Use Read-Then-Write mc Workflows

  • Start with read commands (mc admin info, mc ls, mc policy ls) before write commands.
  • Keep command output snapshots so post-change verification can compare expected versus observed state.

4. Enforce Identity and Policy Least Privilege

  • Default to scoped policies by bucket and prefix rather than broad wildcard access.
  • Rotate access keys and verify policy bindings after every security-sensitive change.

5. Protect Durability Features During Maintenance

  • Check versioning, object lock, retention mode, and replication health before major updates.
  • Never disable durability controls without a documented user-approved exception.

6. Verify by API Behavior, Not Only Command Exit Codes

  • Confirm changes with independent checks: listing, object test writes (if approved), and policy simulation.
  • Treat partial success as failure until data path and auth path both validate.

7. Record Durable Context for Next Sessions

  • Update ~/minio/ notes with environment constraints, safe defaults, and incident learnings.
  • Keep only reusable operational context, never secrets or raw credentials.

Common Traps

  • Treating MinIO like generic S3 without checking deployment mode -> commands succeed but behavior differs in distributed setups.
  • Replacing policies without reading effective bindings -> accidental privilege expansion or lockout.
  • Enabling replication before validating versioning and time sync -> replication drift and conflict noise.
  • Running lifecycle expiration on active prefixes without dry checks -> unexpected object loss.
  • Skipping pre-change snapshots -> no reliable rollback path during outage response.
  • Assuming TLS is valid because endpoint is reachable -> clients fail later due to trust-chain mismatch.

External Endpoints

EndpointData SentPurpose
https://<minio-endpoint>S3 API object and metadata requestsBucket and object operations against user-managed MinIO
https://<minio-endpoint>/minio/adminAdmin API requests for cluster and identity operationsHealth, IAM, and operational control
https://min.io/docsDocumentation lookups onlyReference for command behavior and configuration details

No other data is sent externally.

Security & Privacy

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.

Trust

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.

Related Skills

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

Feedback

  • If useful: clawhub star minio
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.59%
按下载量换算3,645

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills