Agent Skillschaitanyagiri/munder-difflin › md-fetch-summarize

md-fetch-summarize

GitHub

该技能用于抓取指定URL内容并生成结构化Markdown摘要,包括标题、概述和关键点。适用于用户请求总结网页或粘贴链接询问内容的场景,仅输出结果不修改文件。

resources/skills/md-fetch-summarize/SKILL.md chaitanyagiri/munder-difflin

触发场景

用户要求'fetch and summarize' 用户提供URL并要求总结其内容

安装

npx skills add chaitanyagiri/munder-difflin --skill md-fetch-summarize -g -y
更多选项

非标准路径

npx skills add https://github.com/chaitanyagiri/munder-difflin/tree/main/resources/skills/md-fetch-summarize -g -y

不安装直接使用

npx skills use chaitanyagiri/munder-difflin@md-fetch-summarize

指定 Agent (Claude Code)

npx skills add chaitanyagiri/munder-difflin --skill md-fetch-summarize -a claude-code -g -y

安装 repo 全部 skill

npx skills add chaitanyagiri/munder-difflin --all -g -y

预览 repo 内 skill

npx skills add chaitanyagiri/munder-difflin --list

SKILL.md

Frontmatter
{
    "name": "md-fetch-summarize",
    "version": "1.0.0",
    "description": "Fetch a URL and return a concise markdown summary of its content.\nRead-only: no files are written; the summary is returned as output only.\nUse when asked to \"fetch and summarize\", \"summarize this URL\", \"what does\nthis page say\", or \"get the content of <url>\".\nProactively suggest when the user pastes a URL and asks what it contains. (munder-difflin)\n",
    "allowed-tools": [
        "WebFetch",
        "Bash"
    ]
}

Fetch & Summarize

Given a URL, fetch its content and return a concise markdown summary.

Steps:

  1. Fetch the page with WebFetch (or Bash with curl -sL <url> | head -200 as a fallback).
  2. Extract the main content — ignore nav, footer, ads, and boilerplate.
  3. Return a structured summary with:
    • Title (the page's <title> or heading)
    • One-paragraph overview of what the page is about
    • Key points as a bullet list (max 5)
    • Source — the URL fetched

Do not save or write the fetched content anywhere. Return the summary directly.

版本历史

  • df15a9a 当前 2026-07-05 15:41

同 Skill 集合

resources/skills/capabilities/SKILL.md
resources/skills/last30Days/SKILL.md
resources/skills/last7Days/SKILL.md
resources/skills/lastMonth/SKILL.md
resources/skills/lastQuarter/SKILL.md
resources/skills/lastWeek/SKILL.md
resources/skills/lastYear/SKILL.md
resources/skills/md-audit/SKILL.md
resources/skills/md-hive-sync/SKILL.md
resources/skills/temporal/SKILL.md
resources/skills/thisMonth/SKILL.md
resources/skills/thisQuarter/SKILL.md
resources/skills/thisWeek/SKILL.md
resources/skills/thisYear/SKILL.md
resources/skills/today/SKILL.md
resources/skills/yesterday/SKILL.md

元信息

文件数
0
版本
df7e83c
Hash
7acbda2b
收录时间
2026-07-05 15:41

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