Browser Download OpenClaw Skill
Teaches ADA how to perform file downloads using the browser tool.
Installation
clawhub install browser-download
Requires npm i -g clawhub
474
Downloads
0
Stars
4
current installs
4 all-time
1
Versions
Browser Download Skill
This skill enables ADA to perform file downloads from any webpage using the browser tool.
Prerequisites
openclawCLI must be installed and gateway must be running.relayPortmust be configured correctly inopenclaw.json(Default: 18792).
How to download
To download a file from a website, follow these steps:
- Find the Download Link/Button: Use
browser snapshotorbrowser evaluateto find thereforselectorfor the download button. - Execute Download Action: Use the following CLI command structure:
openclaw browser --action download --targetId "<TAB_ID>" --ref "<REF_ID>" --path "/mnt/storage/ada_projects/downloads/<FILENAME>"
Alternative: JavaScript Click
If the download button is inside a canvas or complex element, you can trigger it via evaluation:
() => {
const btn = document.querySelector('button[aria-label="Download"]');
if (btn) btn.click();
return 'clicked';
}
Storage Directory
Always save downloaded files to:/mnt/storage/ada_projects/downloads/
Statistics
Author
pbseiya
@pbseiya
Latest Changes
v1.0.0 · Mar 5, 2026
- Initial release of the browser-download skill. - Enables ADA to perform file downloads from webpages using the browser tool. - Provides instructions for locating download buttons and initiating downloads via CLI. - Includes support for JavaScript-triggered downloads for complex elements. - Standardizes download storage path to `/mnt/storage/ada_projects/downloads/`. - Requires `openclaw` CLI with correct configuration.
Quick Install
clawhub install browser-download Related Skills
Other popular skills you might find useful.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.