ian-xiaohei-illustrati…
生成 Ian 风格的中文正文配图。用于用户要求为中文文章、帖子、博客、Notion 文档、工作流文档、方法论、流程、结构、状态、隐喻或观点生成“怪诞”“小黑”“手绘”“正文配图”“文章插图”“配图建议”“shot list”“去标题/改图”等任务;默认使用小黑…
Fetch a URL and return a concise markdown summary of its content. Read-only: no files are written; the summary is returned as output only. Use when asked to "fetch and summarize", "summarize this URL", "what does this page say", or "get the content of <url>". Proactively suggest
$ npx -y skills add chaitanyagiri/munder-difflin --skill md-fetch-summarize --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/md-fetch-summarizeContext preview
The summary Claude sees to decide when to auto-load this skill.
Fetch a URL and return a concise markdown summary of its content. Read-only: no files are written; the summary is returned as output only. Use when asked to "fetch and summarize", "summarize this URL", "what does this page say", or "get the content of <url>". Proactively suggest
name: md-fetch-summarize version: 1.0.0 description: | Fetch a URL and return a concise markdown summary of its content. Read-only: no files are written; the summary is returned as output only. Use when asked to "fetch and summarize", "summarize this URL", "what does this page say", or "get the content of <url>". Proactively suggest when the user pastes a URL and asks what it contains. (munder-difflin) allowed-tools: - WebFetch - Bash
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:
Do not save or write the fetched content anywhere. Return the summary directly.
A local multi-agent harness that works with your existing Claude Code, Codex subscriptions, allows you to run an office of agents
Repo: chaitanyagiri/munder-difflin
生成 Ian 风格的中文正文配图。用于用户要求为中文文章、帖子、博客、Notion 文档、工作流文档、方法论、流程、结构、状态、隐喻或观点生成“怪诞”“小黑”“手绘”“正文配图”“文章插图”“配图建议”“shot list”“去标题/改图”等任务;默认使用小黑…
Your capability catalog — read this at boot. Lists the temporal date-range skills and the external integrations (reached via the loopback broker) available to…
Resolve "last30Days" to a concrete ISO date range relative to your run time — a rolling 30-day window ending today. Returns inclusive civil dates plus exact…
Resolve "last7Days" to a concrete ISO date range relative to your run time — a rolling 7-day window ending today. Returns inclusive civil dates plus exact UTC…
Resolve "lastMonth" to a concrete ISO date range relative to your run time — the previous full calendar month. Returns inclusive civil dates plus exact UTC…
Resolve "lastQuarter" to a concrete ISO date range relative to your run time — the previous full quarter. Returns inclusive civil dates plus exact UTC instants…