aliyun-oss阿里云OSS文件上传工具 - 安全、高效的文件上传和临时链接生成
Install via ClawdBot CLI:
clawdbot install jixsonwang/aliyun-oss安全、高效的文件上传和临时链接生成工具
创建配置文件 /root/.openclaw/aliyun-oss-config.json:
{
"endpoint": "oss-cn-shanghai.aliyuncs.com",
"bucket_name": "your-bucket-name",
"auth": {
"access_key_id": "your-access-key-id",
"access_key_secret": "your-access-key-secret"
},
"max_file_size_mb": 2048,
"default_expire_hours": 0.5,
"large_file_threshold_mb": 100,
"default_prefix": "uploads/"
}
# 上传单个文件
python3 main.py upload /path/to/file.txt uploads/
# 批量上传
python3 main.py batch_upload file1.txt file2.txt file3.txt uploads/
# 搜索文件
python3 main.py search filename.txt
oss2, requestsoss:PutObject, oss:GetObject, oss:ListObjects此技能严格遵循以下开发准则:
Generated Mar 1, 2026
Online retailers can use this tool to upload product images, videos, and documentation to cloud storage. The temporary link generation allows sharing media files with suppliers, marketing teams, or customers without granting permanent access to the storage bucket.
Digital content creators, such as video producers or graphic designers, can upload large project files to OSS and generate temporary download links for clients. This avoids email attachment size limits while maintaining control over file access duration.
Companies can implement this tool for secure internal document sharing where employees upload reports, presentations, or datasets. The temporary links with configurable expiration times ensure sensitive documents aren't permanently accessible after their useful life.
Educational institutions can use this skill to upload course materials, lecture recordings, or assignment submissions to cloud storage. Teachers can generate temporary links for students to download resources without requiring them to have OSS accounts.
Development teams can upload build artifacts, log files, or test results to OSS during CI/CD pipelines. The search functionality helps locate specific files, while temporary links allow sharing build outputs with QA teams or stakeholders.
Offer this OSS upload capability as a white-labeled service to businesses needing secure file transfer solutions. Charge based on storage volume, number of uploads, or through tiered subscription plans with different feature sets.
Provide integration services to help companies incorporate this OSS upload functionality into their existing workflows and applications. Offer customization, training, and ongoing support packages for enterprise clients.
Bundle this upload tool with other media processing services (transcoding, watermarking, compression) to create a complete media management platform. The OSS upload becomes the entry point for a larger media workflow solution.
💬 Integration Tip
Integrate with existing file management workflows by using the command-line interface in scripts or connecting through OpenClaw's messaging system for automated upload triggers.
Automate Xiaohongshu (RedNote) content operations using a Python client for the xiaohongshu-mcp server. Use for: (1) Publishing image, text, and video content, (2) Searching for notes and trends, (3) Analyzing post details and comments, (4) Managing user profiles and content feeds. Triggers: xiaohongshu automation, rednote content, publish to xiaohongshu, xiaohongshu search, social media management.
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides...
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike.
Draft and publish posts to 小红书 (Xiaohongshu/RED). Use when creating content for 小红书, drafting posts, generating cover images, or publishing via browser automation. Covers the full workflow from content creation to browser-based publishing, including cover image generation with Pillow.
AI-assisted creation, rendering, and automated publishing of Xiaohongshu-style content with support for Markdown to image cards and data tracking.
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNY...