一键导入
alltuu-downloader
喔图(alltuu.com)云摄影相册批量下载工具。当用户需要从 alltuu.com / m.alltuu.com 相册批量下载原图时使用此技能。支持下载原图(6720x4480 级别),自动处理签名URL,并发下载。适用于 alltuu.com/album/ 相册链接。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
喔图(alltuu.com)云摄影相册批量下载工具。当用户需要从 alltuu.com / m.alltuu.com 相册批量下载原图时使用此技能。支持下载原图(6720x4480 级别),自动处理签名URL,并发下载。适用于 alltuu.com/album/ 相册链接。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
文章解读助手。对用户提供的文章(URL、Markdown、PDF、粘贴文本)进行结构化解读,输出包含总览、关键要点、个人启发、批判性思考和延伸思考的 Markdown 报告。触发词:文章解读、解读文章、帮我解读、读一下这篇、分析这篇文章、article interpretation。
去除 AI 味道的文章风格优化技能。用于识别并改写文章、公众号稿、自媒体稿、口播稿、演讲稿、课程稿、产品文案中的 AI 痕迹、模板腔、资料味、翻译腔、内容空心、空洞大词、过度金句、破折号滥用、bullet 堆叠、动不动加粗等问题;当用户说“去 AI 味”“去除 AI 痕迹”“不像 AI 写的”“更像人写的”“更自然”“别太机器味”“去掉模板感”“改得像公众号终稿”时使用。不用于事实核查、从零选题策划、论文转公众号、纯标题生成或追求 AI 检测器通过率。
First-tier tech company P7 capability advisor for evaluating, coaching, and giving career advice against a P7 technical/product/expert profile. Use when the user asks for P7-level assessment, promotion readiness, capability gaps, resume/project review, interview preparation, or concrete growth advice based on first-tier tech company P7 expectations.
First-tier tech company P8 capability advisor for evaluating, coaching, and giving career advice against a P8 senior expert, architect, or domain-owner profile. Use when the user asks for P8-level assessment, promotion readiness, capability gaps, project or resume review, interview preparation, or growth advice based on first-tier tech company P8 expectations.
First-tier tech company P9 capability advisor for evaluating, coaching, and giving career advice against a P9 senior expert, director, or business/organization-level leader profile. Use when the user asks for P9-level assessment, promotion readiness, executive capability gaps, strategic project review, resume positioning, interview preparation, or growth advice based on first-tier tech company P9 expectations.
微信公众号关注二维码生成助手。当用户要根据公众号 ID、微信号、原始 ID 或 `gh_...` 生成公众号二维码、下载成本地图片并在 Agent/Codex 聊天里显示,或不知道如何在微信里找到公众号 ID、需要操作引导图时使用此技能。只适用于微信公众号二维码,不用于小程序码、个人微信二维码或企业微信二维码。
| name | alltuu-downloader |
| description | 喔图(alltuu.com)云摄影相册批量下载工具。当用户需要从 alltuu.com / m.alltuu.com 相册批量下载原图时使用此技能。支持下载原图(6720x4480 级别),自动处理签名URL,并发下载。适用于 alltuu.com/album/ 相册链接。 |
从喔图云摄影(alltuu.com)相册批量下载原图。
当用户提供以下类型的链接时使用此技能:
https://m.alltuu.com/album/XXXXXXXX/?menu=livehttps://www.alltuu.com/album/XXXXXXXX//Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary \
--remote-debugging-port=9222 \
--user-data-dir=/tmp/chrome-canary-debug-profile \
--proxy-server="http://127.0.0.1:7890" &
cd /tmp && npm init -y && npm install ws
从 URL 中提取相册 ID(通常是 10 位数字或短码)。
示例:
https://m.alltuu.com/album/1644727243/?menu=live1644727243在用户指定位置创建目录(默认 ~/Downloads/alltuu),也可自定义,如 ~/Downloads/樱花。
cd /tmp && node <skill_dir>/scripts/download.js \
--album <albumId> \
--output <download_dir> \
--concurrency 5
参数说明:
| 参数 | 说明 | 默认值 |
|---|---|---|
--album | 相册 ID(必需) | 无 |
--output | 下载保存目录 | ~/Downloads/alltuu |
--concurrency | 并发下载数 | 5 |
--cdp-port | Chrome CDP 端口 | 9222 |
脚本会显示每张照片的下载状态:
✅ photo_001.jpg (6720x4480) 11.6MB
✅ photo_002.jpg (6720x4480) 7.5MB
⏭️ photo_003.jpg (already exists, 4.4MB)
❌ Failed: HTTP 403
🎉 Done! Success: 60, Failed: 0
📁 Saved to: /Users/.../Downloads/樱花
alltuu.com 是纯 SPA 应用,照片数据通过前端 JS 动态加载,图片存储在阿里云 OSS,需要签名 URL 才能访问。
脚本通过 Chrome CDP 协议:
v4c.alltuu.com 的 fpl(fetch photo list)API 响应ol(original,原图),回退到 url1920 → bl → sl| 字段 | 域名 | 说明 |
|---|---|---|
ol | uio.alltuu.com | 原图(最大尺寸) |
url1920 | uip.alltuu.com | 1920px 版本 |
bl | uib.alltuu.com | 大图 |
sl | uis.alltuu.com | 缩略图 |
ssl | uis.alltuu.com | 小方图(200x200) |
Error: Cannot connect to Chrome on port 9222
解决:启动 Chrome Canary(见前置条件)。
Failed to capture photo list API response
可能原因:
解决:在 Chrome Canary 中手动打开相册链接确认能正常访问。
原因:签名 URL 过期(有效期约 30 天)。 解决:重新运行脚本获取新的签名 URL。
Missing dependency: ws
解决:cd /tmp && npm init -y && npm install ws