file-download

仓库创建 2025年12月19日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

便于抓取需认证的资源并做后续文档解析或存档。

▸ 风险提示

会从外部站点下载文件并写入本地存储

这个 Skill 做什么

在保留登录会话下下载网页文件(PDF/CSV/图片)并读取内容。

在保留登录状态和 cookies 的前提下,从网页下载并保存各种文件(PDF、CSV、图片),还能把下载的内容读取出来供后续处理。常用场景是需要从需要登录的站点导出报告、抓取附件或保存页面内容。底层通过浏览器会话运行,配合 openbrowser-ai -c 的守护进程可以保持会话和变量持久化。

▸ 展开 SKILL.md 英文原文

Download files from websites, save PDFs, and read downloaded content. Trigger when the user asks to: download a file, save a PDF, export a document, fetch a file from a URL, grab a report, download and read a PDF, or save page content as a file.

自动化集成文件下载会话保留PDF 读取通用
235
Stars
20
Forks
7
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/plugin/skills/file-download/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/plugin/skills/file-download/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# File Download

Download files from websites using the browser's authenticated session. Handles PDFs, CSVs, images, and any downloadable content. Preserves cookies and login sessions for authenticated downloads.

All code runs via `openbrowser-ai -c`. The daemon starts automatically and persists variables across calls. All browser functions are async -- use `await`.

The CLI daemon also persists cookies and login state in `~/.config/openbrowser/profiles/daemon/storage_state.json`, so authenticated sessions can be reused across later runs.

## Setup

Before running, verify openbrowser-ai is installed:

```bash
openbrowser-ai --help
```

If not found, install:

```bash
# macOS/Linux
curl -fsS
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有