返回顶部
b

browser-download浏览器下载

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
613
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

browser-download

浏览器下载技能

该技能使ADA能够使用browser工具从任何网页执行文件下载。

前置条件

  • - 必须安装openclaw CLI,且网关必须处于运行状态。
  • 必须在openclaw.json中正确配置relayPort(默认值:18792)。

下载方法

要从网站下载文件,请按以下步骤操作:

  1. 1. 查找下载链接/按钮:使用browser snapshot或browser evaluate查找下载按钮的ref或selector。
  2. 执行下载操作:使用以下CLI命令结构:

bash
openclaw browser --action download --targetId ID> --ref ID> --path /mnt/storage/ada_projects/downloads/

替代方案:JavaScript点击

如果下载按钮位于画布或复杂元素内部,可以通过评估触发下载:

javascript
() => {
const btn = document.querySelector(button[aria-label=Download]);
if (btn) btn.click();
return clicked;
}

存储目录

始终将下载的文件保存至: /mnt/storage/ada_projects/downloads/

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 browser-download-1776204752 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 browser-download-1776204752 技能

通过命令行安装

skillhub install browser-download-1776204752

下载

⬇ 下载 browser-download v1.0.0(免费)

文件大小: 1.36 KB | 发布时间: 2026-4-15 13:03

v1.0.0 最新 2026-4-15 13:03
- 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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部