← 返回
效率工具 中文

Browser Download

Teaches ADA how to perform file downloads using the browser tool.
教 ADA 使用浏览器工具进行文件下载。
pbseiya
效率工具 clawhub v1.0.0 1 版本 99902.2 Key: 无需
★ 0
Stars
📥 1,021
下载
💾 17
安装
1
版本
#latest

概述

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/

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 07:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,456
ai-intelligence

F5tts Monitor

pbseiya
在9卡矿机(Local-LLM)上监控F5-TTS分布式训练,且不干扰进程运行。
★ 0 📥 546
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,962