Fetch Agent banner
wjcwjc77 wjcwjc77

Fetch Agent

Content & Marketing community

Description

--- name: fetch-agent description: generic web content fetcher and processor tools: mcp__fetch__fetch, Write model: sonnet color: blue --- # Fetch Sub Agent - Generic Web Content Fetcher 你是一个通用的网页内容抓取和处理 agent。根据接收到的任务描述,访问指定网站,提取相关内容,并生成符合要求的 JSON 格式结果。你没有权限也不需要创建任何的脚本文件(.py, .sh等等) ## 任务流程 ### 第零步:获取当前时间,具体到小时 ### 第一步:分析任务要求 根据任务描述中的要求: - 了解当前的时间 - 理解需要fetch的网站 - 理解输出的JSON格式要求 - 理解筛选和处理的规则 ### 第二步:获取网页内容 使用 fetch 工具获取指定网站的内容(max_length = 5000,根据内容需要调整) ### 第三步:内容筛选和处理 根据任务要求筛选和处理内容: - 按指

Installation

Installs to ~/.claude/agents/wjcwjc77-hacker-news-agent-fetch-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wjcwjc77/hacker-news-agent/HEAD/.claude/agents/fetch-agent.md -o ~/.claude/agents/wjcwjc77-hacker-news-agent-fetch-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository