원클릭으로
photoplus-downloader
PhotoPlus相册批量下载原图工具。当用户需要从 photoplus.cn/live/ 相册批量下载原图时使用此技能。适用于 photoplus.cn 相册链接,支持多线程并发、自动跳过已下载文件。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
PhotoPlus相册批量下载原图工具。当用户需要从 photoplus.cn/live/ 相册批量下载原图时使用此技能。适用于 photoplus.cn 相册链接,支持多线程并发、自动跳过已下载文件。
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 | photoplus-downloader |
| description | PhotoPlus相册批量下载原图工具。当用户需要从 photoplus.cn/live/ 相册批量下载原图时使用此技能。适用于 photoplus.cn 相册链接,支持多线程并发、自动跳过已下载文件。 |
从 PhotoPlus 相册(photoplus.cn)批量下载原图。
用户提供包含 photoplus.cn 的相册链接,例如:
https://live.photoplus.cn/live/67458816?accessFrom=livehttps://live.photoplus.cn/live/67458816scripts/download_photos.py 已可直接使用requests 和 tqdm,首次运行前需安装从 URL 路径中提取 /live/ 后面的数字。
示例:https://live.photoplus.cn/live/67458816?accessFrom=live → ID 为 67458816
运行脚本获取相册信息,确认后再下载:
cd {skill_dir}/scripts
python3 download_photos.py --id [相册ID] --count 1
向用户展示总照片数量,确认是否继续下载。
pip3 install --break-system-packages requests tqdm
用户确认后,下载全部照片:
cd {skill_dir}/scripts
python3 download_photos.py --id [相册ID] --count 9999
参数:
--id:相册 ID(必需)--count:下载数量(默认 9999 即全部)ls {skill_dir}/scripts/dist/[相册ID]/ | wc -l
向用户报告下载数量和保存路径。默认保存在 scripts/dist/[相册ID]/。
如用户需要移动到指定目录:
mv {skill_dir}/scripts/dist/[相册ID]/* ~/Downloads/[目标目录]/