Operations 6 min read

How Two Custom Skills Eliminate Manual Photo Downloads

The article explains how the author packaged repetitive photo‑album download tasks into two Skills—alltuu-downloader and photoplus-downloader—so that an AI Agent can automatically fetch original images from cloud albums, saving users from clicking each picture individually.

Wuming AI
Wuming AI
Wuming AI
How Two Custom Skills Eliminate Manual Photo Downloads

After events, organizers often share a cloud album link containing dozens or hundreds of photos, and manually opening each picture to save the original image is time‑consuming, especially on mobile or in a browser.

Previously the author would search GitHub for open‑source scripts and run a Python program, which works for developers but requires reading a README, installing dependencies, configuring parameters, and handling environment issues—steps that are unfriendly for ordinary users.

To solve this, the author created two Skills that encapsulate the entire workflow: alltuu-downloader: batch‑downloads albums from alltuu / m.alltuu. photoplus-downloader: batch‑downloads albums from PhotoPlus.

Using an AI Agent that supports Skill installation, you simply send the album URL and a target directory to the Agent. The Skill then parses the album page, extracts all image URLs, and downloads the original files to the specified local folder.

The Skills are hosted in a public repository (https://github.com/chujianyun/skills). Installation is done by sending the Agent a command like:

帮我安装这个 Skill: https://github.com/chujianyun/skills/tree/main/skills/alltuu-downloader

or

帮我安装这个 Skill: https://github.com/chujianyun/skills/tree/main/skills/photoplus-downloader

After installation, the usage is straightforward: send the album link and the desired save path, for example:

帮我下载这个相册的原图:[这里粘贴相册链接],保存到:[你想要保存的路径]

The Agent will start downloading, and you can query progress with a simple message such as “现在下载进度怎么样了?” When the Agent reports completion, the images are ready in the target directory.

Additional tips include preserving the full URL (including parameters) when copying links, specifying the save directory in advance, expecting slower downloads for large original files, respecting access permissions, and noting that the Skills depend on the current album page structure—if the platform changes, the Skill may need updating.

The author frames this as an example of the “AI First” mindset: for repetitive, rule‑based tasks, a small AI‑driven tool can reclaim fragmented time and improve efficiency.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

AutomationAI AgentGitHubSkillcloud albumphoto download
Wuming AI
Written by

Wuming AI

Practical AI for solving real problems and creating value

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.