Enables AI agents to programmatically identify and download files from web pages using the browser tool.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install browser-download
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install browser-download using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Browser Download skill is a powerful extension for AI agents operating within the Openclaw Skills ecosystem. It provides the necessary logic for ADA to navigate web interfaces, identify download triggers, and securely save files to a local environment. This skill is essential for developers building agents that need to collect reports, media, or data exports from sites where direct URL access is not possible.
By utilizing this skill, users can bridge the gap between web browsing and local storage, ensuring that Openclaw Skills can handle the full lifecycle of data acquisition. It supports both standard link-based downloads and complex, event-driven downloads triggered by JavaScript interactions.
To use this capability within Openclaw Skills, ensure your environment is correctly configured. The openclaw CLI must be installed and the gateway must be running on the designated relayPort (default 18792).
Use the following command structure to execute a download:
openclaw browser --action download --targetId "<TAB_ID>" --ref "<REF_ID>" --path "/mnt/storage/ada_projects/downloads/<FILENAME>"
The skill organizes downloaded content into a specific directory structure to ensure data consistency across Openclaw Skills projects.
| Attribute | Specification |
|---|---|
| Primary Storage | /mnt/storage/ada_projects/downloads/ |
| Identification | Uses targetId and ref for precise element targeting |
| Configuration | Managed via openclaw.json relay settings |
Loading
A sophisticated price tracking skill that monitors e-commerce URLs and queries to trigger alerts when prices drop or hit specific targets.

Retrieve and analyze comprehensive health and fitness data from the Fitbit Web API using a streamlined command-line interface.

A minimal, webhook-free payment skill for AI agents to create and verify Base/USDC transactions using PayTrigo.

PayClaw empowers AI agents with UCP-compliant identity badges and single-use virtual Visa cards for secure, human-approved autonomous commerce.

A specialized notification utility to track F5-TTS model training status and results via Telegram alerts.

A specialized monitoring tool for tracking F5-TTS training progress on multi-GPU mining rigs via non-intrusive SSH commands.








































