/install browser-download
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 "\x3CTAB_ID>" --ref "\x3CREF_ID>" --path "/mnt/storage/ada_projects/downloads/\x3CFILENAME>"
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/
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install browser-download - After installation, invoke the skill by name or use
/browser-download - Provide required inputs per the skill's parameter spec and get structured output
What is Browser Download?
Teaches ADA how to perform file downloads using the browser tool. It is an AI Agent Skill for Claude Code / OpenClaw, with 713 downloads so far.
How do I install Browser Download?
Run "/install browser-download" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Browser Download free?
Yes, Browser Download is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Browser Download support?
Browser Download is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Browser Download?
It is built and maintained by pbseiya (@pbseiya); the current version is v1.0.0.