Browser Download OpenClaw Skill

Teaches ADA how to perform file downloads using the browser tool.

v1.0.0 Updated 1 mo ago

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

  • openclaw CLI must be installed and gateway must be running.
  • relayPort must be configured correctly in openclaw.json (Default: 18792).

How to download

To download a file from a website, follow these steps:

  1. Find the Download Link/Button: Use browser snapshot or browser evaluate to find the ref or selector for the download button.
  2. 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

Downloads 474
Stars 0
Current installs 4
All-time installs 4
Versions 1
Comments 0
Created Mar 5, 2026
Updated Mar 5, 2026

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
EU Made in Europe

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.