web-fetch
web-fetch
📖 简介
LLM-neutral skill that fetches a URL to a temp file so agents can pipe the path through rg / jq / awk instead of dumping the whole page into context. Same shape as pi-webfetch / open代码 webfetch. Sin
查看英文原版
LLM-neutral skill that fetches a URL to a temp file so agents can pipe the path through rg / jq / awk instead of dumping the whole page into context. Same shape as pi-webfetch / opencode webfetch. Sin
📥 安装此技能
ai-agent install web-fetch
📖 其他安装方式
方法 2:从 GitHub 克隆
git clone https://github.com/code-yeongyu/web-fetchcd web-fetchai-agent link .
方法 3:手动安装
# 下载技能后复制到技能目录 cp -r web-fetch ~/.ai-agent/skills/
💡 提示: 技能将安装到你的本地 目录,不会存储在我们的服务器上。