en un clic
minio-uploader
简化版MinIO文件上传工具,支持一键上传文件到MinIO对象存储并获取访问链接
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
简化版MinIO文件上传工具,支持一键上传文件到MinIO对象存储并获取访问链接
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | minio-uploader |
| description | 简化版MinIO文件上传工具,支持一键上传文件到MinIO对象存储并获取访问链接 |
| allowed-tools | Read, Write, Bash, Glob |
专业的MinIO对象存储上传工具,帮助您快速将文件上传到MinIO并生成可访问的链接。
当用户要求上传文件到 MinIO 时,请按照以下步骤执行:
ls 或 Read 工具确认文件存在使用以下 Python 命令上传文件:
python /Users/hehe/pycharm_projects/aigc/.claude/skills/minio_uploader/simple_minio_uploader.py <文件路径> [对象名称] [force_download] [存储桶]
参数说明:
<文件路径>: 必需,要上传的文件完整路径[对象名称]: 可选,MinIO 中的存储路径(默认使用原文件名)[force_download]: 可选,是否强制下载(true/false,默认 false)[存储桶]: 可选,存储桶名称(默认:agentic)用户请求: "上传这个文件到 MinIO" AI 应该执行:
# 1. 先确认文件存在
ls -lh <文件路径>
# 2. 执行上传
python /Users/hehe/pycharm_projects/aigc/.claude/skills/minio_uploader/simple_minio_uploader.py <文件路径>
用户请求: "上传报告到 reports/ 目录" AI 应该执行:
python /Users/hehe/pycharm_projects/aigc/.claude/skills/minio_uploader/simple_minio_uploader.py <文件路径> reports/<文件名>
用户请求: "上传文件并提供下载链接" AI 应该执行:
python /Users/hehe/pycharm_projects/aigc/.claude/skills/minio_uploader/simple_minio_uploader.py <文件路径> <对象名称> true
用户请求: "上传所有 PDF 文件" AI 应该执行:
# 1. 先找到所有 PDF 文件
ls <目录>/*.pdf
# 2. 逐个上传
for file in <目录>/*.pdf; do
python /Users/hehe/pycharm_projects/aigc/.claude/skills/minio_uploader/simple_minio_uploader.py "$file"
done
环境变量配置(推荐):
MINIO_ENDPOINT: MinIO 服务地址(默认:http://localhost:9000)MINIO_ACCESS_KEY: 访问密钥(默认:minioadmin)MINIO_SECRET_KEY: 密钥(默认:minioadmin)MINIO_BUCKET_NAME: 默认存储桶(默认:agentic)MINIO_SECURE: 是否使用 HTTPS(默认:false)MINIO_REGION: AWS 区域(默认:us-east-1)支持的文件类型:
reports/2025-01-analysis.pdfpip install boto3)上传成功后,请按以下格式返回结果:
✅ 文件上传成功!
📄 文件信息:
- 文件名:[文件名]
- 文件大小:[大小]
- 文件类型:[类型]
🔗 公开访问链接:
[链接地址]
💡 提示:
- 点击链接可直接预览/下载
- 链接永久有效(除非删除文件)
现在开始使用吧!请告诉我您要上传哪个文件。
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
投资尽调报告专业生成工具。当用户需要撰写投资尽调报告、尽职调查报告、投资分析报告时使用此skill。支持处理Excel财务数据、PDF文档等多种格式数据源,自动生成包含执行摘要、业务分析、财务分析、风险提示、投资建议等核心章节的专业报告。无论用户明确要求"写报告"还是提到"分析投资标的"、"评估项目"、"做DD"等相关需求时,都应使用此skill。
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Single source of truth and librarian for ALL Claude official documentation. Manages local documentation storage, scraping, discovery, and resolution. Use when finding, locating, searching, or resolving Claude documentation; discovering docs by keywords, category, tags, or natural language queries; scraping from sitemaps or docs maps; managing index metadata (keywords, tags, aliases); or rebuilding index from filesystem. Run scripts to scrape, find, and resolve documentation. Handles doc_id resolution, keyword search, natural language queries, category/tag filtering, alias resolution, sitemap.xml parsing, docs map processing, markdown subsection extraction for internal use, hash-based drift detection, and comprehensive index maintenance.
Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls. Now with automatic session recovery after /clear.
Expert SQL developer specializing in complex query optimization, database design, and performance tuning across PostgreSQL, MySQL, SQL Server, and Oracle. Masters advanced SQL features, indexing strategies, and data warehousing patterns.