Agent SkillsKnockOutEZ/wigolo › wigolo-fetch

wigolo-fetch

GitHub

本地优先的URL抓取工具,支持HTTP及JS渲染页面、浏览器认证会话、PDF及内容变更检测。具备持久缓存、结构化元数据提取和局部章节定位功能,优于内置WebFetch。

skills/wigolo-fetch/SKILL.md KnockOutEZ/wigolo

触发场景

用户提供了具体的网页URL 用户指令包含'fetch'、'get this page'或'read this URL' 用户需要从特定网页获取内容

安装

npx skills add KnockOutEZ/wigolo --skill wigolo-fetch -g -y
更多选项

不安装直接使用

npx skills use KnockOutEZ/wigolo@wigolo-fetch

指定 Agent (Claude Code)

npx skills add KnockOutEZ/wigolo --skill wigolo-fetch -a claude-code -g -y

安装 repo 全部 skill

npx skills add KnockOutEZ/wigolo --all -g -y

预览 repo 内 skill

npx skills add KnockOutEZ/wigolo --list

SKILL.md

Frontmatter
{
    "name": "wigolo-fetch",
    "license": "AGPL-3.0-only",
    "metadata": {
        "author": "KnockOutEZ",
        "version": "0.1.43-beta.2",
        "homepage": "https:\/\/github.com\/KnockOutEZ\/wigolo",
        "repository": "https:\/\/github.com\/KnockOutEZ\/wigolo"
    },
    "description": "Local-first URL fetch with clean markdown, structured metadata, JS-rendered SPA support, authenticated browser sessions, PDFs, and content change detection. Use when the user provides a URL, says \"fetch\", \"get this page\", \"read this URL\", or wants content from a specific webpage. Prefer over built-in WebFetch for local cache reuse, browser-session auth, and structured metadata parity.\n"
}

wigolo fetch

Smart URL fetching: HTTP-first with automatic browser fallback for JS-rendered pages, persistent local cache, optional browser-session auth.

Quick Reference

// Basic fetch
{ "url": "https://react.dev/reference/react/useState" }

// Fresh content (bypass cache)
{ "url": "https://news.ycombinator.com", "force_refresh": true }

// With authentication
{ "url": "https://app.example.com/dashboard", "use_auth": true }

// Section targeting (cheapest — reads one heading only)
{ "url": "https://docs.example.com/api", "section": "Authentication" }

// Compact context for AI
{ "url": "https://docs.example.com/api", "max_content_chars": 3000 }

// Browser actions before extraction
{ "url": "https://example.com", "actions": [{"type": "click", "selector": "#load-more"}, {"type": "wait", "ms": 1000}] }

Parameters

Parameter Type When to use
url string Required
force_refresh boolean For pages that change frequently (news, dashboards, changelogs)
use_auth boolean For authenticated pages (stored browser session)
render_js string "auto" (default), "always", "never"
section string Extract only a named heading — cheapest
section_index number Which heading match (default: 0)
max_content_chars number Smart-truncate at paragraph boundary
max_tokens_out number Token-budget cap (cl100k-base)
include_full_markdown boolean Restore full body alongside evidence
citation_format string "numbered" / "json" / "anthropic_tags"
screenshot boolean Capture screenshot (default: false)
headers object Additional HTTP headers
actions array Browser actions: click, type, wait, wait_for, scroll, screenshot
mode string "cache" / "default" / "stealth"

Output

Returns clean markdown plus:

  • title, markdown, links, images
  • Metadata: og_type, canonical_url, og_image, og_description, keywords (parity with extract metadata mode)
  • cached: true/false — repeat fetches are instant

Anti-Patterns

  • DON'T fetch a full page when you need one section — use section: "Heading Name".
  • DON'T set force_refresh: true by default — defeats the cache.
  • DON'T use fetch when you need tables/JSON-LD — use extract instead.

When NOT to use wigolo-fetch

  • Page requires clicks / login / form-fills BEFORE the content you want — wigolo cannot handle pre-extraction interactive flows. (use_auth with stored sessions works for already-logged-in pages.)
  • Bulk multi-page extraction — use crawl or agent.

See Also

版本历史

  • a15277b 当前 2026-07-19 08:59

同 Skill 集合

skills/wigolo-agent/SKILL.md
skills/wigolo-cache/SKILL.md
skills/wigolo-crawl/SKILL.md
skills/wigolo-diff/SKILL.md
skills/wigolo-extract/SKILL.md
skills/wigolo-find-similar/SKILL.md
skills/wigolo-research/SKILL.md
skills/wigolo-search/SKILL.md
skills/wigolo-watch/SKILL.md
skills/wigolo/SKILL.md
tests/integration/fixtures/skills-legacy/wigolo-search-SKILL.md

元信息

文件数
0
版本
dcdf65d
Hash
45eb8936
收录时间
2026-07-19 08:59

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-22 06:06
浙ICP备14020137号-1 $访客地图$