web-document-fetch

Download documents from web pages and save them to artifacts.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/tluisguereroItesm/agentec-skills --skill web-document-fetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-document-fetch
Source: https://github.com/tluisguereroItesm/agentec-skills/tree/main/skills/web-document-fetch
Command: npx skills add https://github.com/tluisguereroItesm/agentec-skills --skill web-document-fetch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates downloading documents from web pages, including sites that require authentication or navigation, reducing manual steps.

Core Features & Use Cases

  • Handles downloads from pages behind login using optional login profile (configProfile)
  • Supports direct URL downloads with or without a downloadSelector
  • Saves the downloaded file to artifacts/ and captures a screenshot as evidence

Quick Start

Provide the document URL and optional login profile to download and save the file to artifacts/ with a screenshot.

Frequently Asked Questions about web-document-fetch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download a document from a web page that requires authentication?

To download a document from a web page requiring authentication, provide the target URL along with an optional login profile. The Skill uses this profile to handle the authentication process, fetches the file, and saves it to artifacts for offline access.

Can I automate downloading files from a URL without manual navigation?

Yes, you can automate downloading files from a URL without manual navigation by specifying the direct link and an optional download selector. The Skill handles the web navigation automatically and retrieves the document directly to your artifacts folder.

Does the web document download process capture evidence of the retrieved file?

Yes, the web document download process captures evidence of the retrieved file. Along with saving the downloaded document to your artifacts folder, the Skill takes a screenshot of the web page to provide visual proof for record-keeping.

What settings are needed to download web documents behind a login?

To download web documents behind a login, you need the document URL and a configProfile for authentication. You can also fine-tune the process using optional settings like a download selector, headless mode, and timeout configurations.

Why use a download selector when fetching documents from web pages?

You use a download selector when fetching documents from web pages to target specific download links or buttons on the site. This ensures the Skill accurately locates and triggers the correct file download during automated navigation.

Are there limitations when automating document downloads from web pages?

Limitations when automating document downloads include handling complex login navigations or dynamic pages that may require precise timeout settings and download selectors. The Skill relies on provided URLs and profiles, so heavily obfuscated sites might pose challenges.