AIButton
根据描述自动生成符合规范的Vision Node AI按钮控件ZIP包。
下载 399
根据已知URL获取网页内容,支持Markdown、文本、HTML或图片下载。
openclaw skills install @shikamaru-cc/shikamaru-web-fetch命令、参数、文件名以原文为准
当目标网址已知且任务为信息获取而非搜索时,请使用此技能。
常见使用场景:
若用户需要帮助寻找正确页面,请先使用 web-search 技能。
运行以下命令:
node ./fetch.js --url "https://example.com"可选参数:
--format markdown|text|html--timeout <秒数>--output <路径>(用于图像响应)除非用户明确要求其他格式,否则默认使用 markdown。
markdown:适用于可读性高的文档、文章及摘要生成text:当用户希望获得最干净的纯文本提取时最佳html:适合检查源码标记、元数据、链接、嵌入内容或页面结构--output <路径>:当响应为图片且需保存至稳定文件路径而非临时文件时使用示例:
node ./fetch.js --url "https://example.com/docs" --format markdownnode ./fetch.js --url "https://example.com/page" --format text --timeout 20node ./fetch.js --url "https://example.com/page" --format htmlnode ./fetch.js --url "https://example.com/logo.png" --output /tmp/logo.pngCLI 会输出一个 <web_fetch> 块。
对于文本类响应,包含以下字段:
titleurlmimeformatcontent对于图像响应,包含以下字段:
titleurlmimeimage获取完成后:
使用该工具时请注意以下事项:
http:// 开头的 URL 会优先尝试作为 https:// 请求,若失败则重试为普通 HTTP。若获取失败:
http:// 或 https:// 开头已收录 2 个 Skill