Overview
- Skill Key
- aaronxx/browser-auto-download
- Author
- aaronxx
- Source Repo
- openclaw/skills
- Version
- 4.1.0
- Source Path
- skills/aaronxx/browser-auto-download
- Latest Commit SHA
- 681f52b7e7ee459418c610baaec4d7bd99d00a2c
Browser-automated file download with enhanced features. Auto-detects platform (Windows/macOS/Linux, 64/32-bit, ARM/Intel), handles multi-step navigation (homepage to platform-specific pages), captures auto-downloads triggered on page load, and falls back to button clicking when needed. Ideal for complex download flows where curl/wget fail due to client-side rendering, automatic downloads, or multi-page navigation. Features page scrolling for lazy content, extended wait times, and Golang support.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 browser-auto-download 技能。 若已安装,则直接安装 browser-auto-download 技能。
# Browser Auto Download v4.1.0 (Enhanced)
Download files from dynamic webpages with **intelligent detection and multi-step navigation**.
## Key Features
- **Auto-download capture**: Detects downloads triggered automatically on page load
- **Multi-step navigation**: Finds and navigates to platform-specific pages (PC/Desktop versions)
- **Platform auto-detection**: Windows x64/ARM64, macOS Intel/Apple Silicon, Linux
- **Event listening**: Captures all download events without requiring button clicks
- **Smart fallback**: Tries multiple strategies (auto-download, navigation, clicking)
## When to Use
Use this skill for:
- **Auto-download sites**: Downloads start automatically when page loads
- **Multi-step flows**: Homepage - click "PC version" - download page
- **Dynamic content**: Download links generated via JavaScript
- **Interactive downloads**: Requires clicking buttons or navigating UI
**NOT for**: Direct file URLs (use `curl`/`wget` instead)
## Quick Start
### Option 1: Automatic (Recommended)
```bash
python skills/browser-auto-download/scripts/auto_download.py \
--url "https://example.com/download"
```
The script will:
1. Check for auto-downloads on page load
2. Look for platform-specific page links (PC/Desktop version)
3. Navigate if needed
4. Try clicking download buttons as fallback
### Option 2: Built-in Shortcuts
```bash
# WeChat DevTools
python skills/browser-auto-download/scripts/auto_download.py --wechat
# Meitu Xiuxiu
python skills/browser-auto-download/scripts/auto_download.py --meitu
```
### Option 3: Python Module
```python
from skills.browser-auto-download.scripts.auto_download import auto_download
result = auto_download(
url="https://example.com/download",
auto_select=True, # Platform detection
auto_navigate=True # Multi-step navigation
)
if result:
print(f"Downloaded: {result['path']}")
```
## How It Works
### Three-Stage Strategy
**Stage 1:...
# Browser Auto Download
[](https://clawhub.com)
[](#test-results)
[](https://www.python.org/)
[](LICENSE)
> 🚀 Intelligent browser-automated file downloads with multi-modal support
Automatically download files from dynamic webpages using Playwright browser automation. Supports auto-downloads, multi-step navigation, direct links, relative paths, and precise button clicking with cross-platform (Windows/macOS/Linux) intelligent detection.
## ✨ Features
### 🎯 Multi-Modal Download Support
- **Auto-Download Detection** - Captures downloads triggered on page load (e.g., Meitu Xiuxiu)
- **Multi-Step Navigation** - Automatically finds and navigates to platform-specific pages
- **Direct Link Downloads** - Handles direct .exe/.dmg/.zip URLs (e.g., Python.org)
- **Relative Path Resolution** - Converts relative paths to absolute URLs (e.g., 7-Zip)
- **Precise Button Clicking** - Chinese/English selector support (e.g., WeChat DevTools)
- **Platform Auto-Detection** - Windows x64/ARM64, macOS Intel/Apple Silicon, Linux
### 🧠 Intelligent Download Strategy
The skill employs a **3-tier fallback system**:
```
Stage 1: Auto-Download Detection
├─ Page load triggers
├─ Direct links (.exe/.dmg/.zip)
└─ Relative paths (a/file.exe)
↓ Fails
Stage 2: Multi-Step Navigation
├─ Find "PC/Desktop" links
├─ Auto-navigate to platform pages
└─ Re-check for downloads
↓ Fails
Stage 3: Button Clicking
├─ Chinese selectors (稳定版 >> Windows 64)
├─ English selectors (Download for free)
└─ Fallback to generic patterns
```
### 🌍 Cross-Platform Support
| System | Architecture | Auto-Detection |
|--------|--------------|-----------------|
| Windows | AMD64/x86_64 | ✅ windows, win64, x64, 64-bit |
| Win...
openbotx
An open-source platform for orchestrating AI agents — secure, simple, and built for everyone. Multi-agent, real-time task board, web control panel, skills system, browser automation, multi-provider, scheduler, and more. One command to start. Everything from the browser. No coding required.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
sealiu1997
OpenClaw skill for 知识星球 / ZSXQ digests with token-first auth and browser recovery.
abczsl520
🌐 OpenClaw skill for Browser-Use — AI-powered browser automation for complex multi-step workflows (login, form filling, scraping, posting)
ashemag
OpenClaw skill to crosspost X/Twitter posts to Reddit via browser automation
chizhongwang
Teach AI agents to discover hidden APIs, data functions & browser automation recipes for any website. Works with Claude Code, ClawHub, Cursor & any AgentSkills-compatible agent.