بنقرة واحدة
mistj-upyun-uploader
将文件及图片上传至又拍云 (UpYun) 存储并获取 CDN 链接。当用户需要执行持久化上传、Markdown 插入图片或生成分享链接时,请使用此技能。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
将文件及图片上传至又拍云 (UpYun) 存储并获取 CDN 链接。当用户需要执行持久化上传、Markdown 插入图片或生成分享链接时,请使用此技能。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when handling a large task that must first go through superpowers planning (brainstorming plus writing-plans) and then be executed in one GitHub Copilot CLI session with claude-opus-4.6, with live progress logs and exported session artifacts.
A specialized skill to crawl, download, and merge documentation from Sosumi.ai into a single consolidated Markdown file for easy reading or PDF conversion. Use this when you need offline access to Sosumi documentation or want to print it.
Smart article illustration skill. Analyzes article content and generates illustrations at positions requiring visual aids with multiple style options. Use when user asks to "add illustrations to article", "generate images for article", or "illustrate article".
Notion 文章全自动配图端到端工作流。它协调整个过程:(1) 使用内置脚本导出内容,(2) 通过 baoyu-article-illustrator 生成风格一致的视觉方案,(3) 通过 mistj-upyun-uploader 上传至又拍云,(4) 将位置映射到 Notion block ID 并自动完成插入。当用户要求“给我的 Notion 页面配图”、“为这个 Notion URL 添加插图”或“自动化 Notion 文章装饰”时使用。
Notion 页面 Markdown 导出与生成工具,解决原生 MCP 的分页与嵌套丢失问题。
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
| name | mistj-upyun-uploader |
| description | 将文件及图片上传至又拍云 (UpYun) 存储并获取 CDN 链接。当用户需要执行持久化上传、Markdown 插入图片或生成分享链接时,请使用此技能。 |
处理文件上传到又拍云存储的自动化工具。
当执行上传脚本返回错误提示缺少配置时,AI 应按下述步骤操作:
upyun_credentials.sh。/Users/mistj/Desktop/skillsDemo/upyun_credentials.sh),以防止敏感信息被错误打包进 .skill 文件。export UPYUN_BUCKET="xxx"
export UPYUN_OPERATOR="xxx"
export UPYUN_PASSWORD="xxx"
export UPYUN_DOMAIN="xxx"
操作命令 (路径相对于本技能根目录):
./scripts/upyun_upload.sh <local_file_path> [optional_sub_dir]
执行逻辑:
upyun_credentials.sh。脚本成功运行后返回图片的 CDN 链接。AI 应将其直接嵌入到最终输出(如 Markdown 的 ![]())。