Files
iAs/skills/sample-command/SKILL.md
T
wunianxiao 438c52e79b feat: skills delete — 交互式删除用户 Skill
新增 ias skills delete:
  扫描 skills/ 目录,列出所有用户 Skill
  MultiSelect TUI 选择要删除的 Skill
  确认后 remove_dir_all 物理删除
2026-06-01 22:00:48 +08:00

18 lines
484 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: fetch-page
description: Fetch and summarize a web page
argument-hint: <url>
user-invocable: true
---
# Fetch Page
Fetch the content of a URL and produce a concise summary.
## Process
1. Fetch the URL passed as `$1` using the `web_fetch` tool
2. Summarize the main content in 35 sentences, preserving key facts and figures
3. List any notable links or resources mentioned in the page
4. If the URL is inaccessible, report the error and suggest checking the URL format