aliyun-oss-upload阿里云 OSS 文件上传工具,支持上传文件到阿里云对象存储并生成临时访问链接。使用场景:将本地文件上传到 OSS 并获得可分享的临时 URL。需要配置 ALIYUN_OSS_ACCESS_KEY_ID、ALIYUN_OSS_ACCESS_KEY_SECRET、ALIYUN_OSS_ENDPOINT、ALIYUN_OSS_BUCKET 环境变量。
Install via ClawdBot CLI:
clawdbot install chengjiaxiongkf/aliyun-oss-upload这个技能提供阿里云 OSS(对象存储服务)的文件上传功能,支持生成带签名的临时访问链接。
使用前必须配置以下环境变量(详见 references/config.md):
export ALIYUN_OSS_ACCESS_KEY_ID="your-access-key-id"
export ALIYUN_OSS_ACCESS_KEY_SECRET="your-access-key-secret"
export ALIYUN_OSS_ENDPOINT="https://oss-cn-hangzhou.aliyuncs.com"
export ALIYUN_OSS_BUCKET="your-bucket-name"
pip install oss2
python scripts/oss-upload.py upload --file /path/to/local/file.txt
可选参数:
--key:指定 OSS 中的文件名(默认使用本地文件名)--expire:链接有效期(秒,默认 3600)示例:
# 上传到指定路径
python scripts/oss-upload.py upload --file photo.jpg --key images/photo.jpg --expire 7200
python scripts/oss-upload.py url --key images/photo.jpg --expire 3600
Generated Mar 1, 2026
Online retailers can upload product images to OSS and generate temporary URLs for display on their websites or mobile apps. This ensures fast image loading while maintaining security through time-limited access links that prevent unauthorized distribution of product visuals.
Companies can use this skill to upload internal documents like reports, presentations, and training materials to OSS, then share temporary links with employees or external partners. This provides controlled access to sensitive files without requiring permanent public availability.
Content creators and media companies can upload videos, podcasts, or digital publications to OSS and generate temporary access links for subscribers or limited-time promotions. This enables secure distribution of premium content while controlling access duration.
Organizations can upload critical backup files to OSS and generate temporary URLs for emergency recovery situations. IT teams can quickly access backup data during system failures while maintaining security through expiring links that prevent permanent exposure.
Mobile app developers can upload app assets like icons, splash screens, and configuration files to OSS, then generate temporary URLs for app updates or A/B testing. This allows dynamic content delivery without requiring app store updates for every asset change.
Build a subscription-based file sharing service where users pay monthly fees to upload files and generate temporary shareable links. The platform handles OSS integration, link management, and access controls while charging based on storage usage or number of shared links.
Create a marketplace where content creators sell digital products like ebooks, templates, or stock media. Sellers upload files to OSS, and buyers receive temporary download links upon purchase. Revenue comes from transaction fees or commission on sales.
Offer managed file storage and sharing solutions to businesses with compliance requirements. Provide secure OSS integration, audit trails, and temporary access management for sensitive documents, charging annual licensing fees based on company size and storage needs.
💬 Integration Tip
Ensure all four required environment variables are properly configured before use, and consider implementing error handling for network interruptions during large file uploads.
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...