438c52e79b
新增 ias skills delete: 扫描 skills/ 目录,列出所有用户 Skill MultiSelect TUI 选择要删除的 Skill 确认后 remove_dir_all 物理删除
484 B
484 B
name, description, argument-hint, user-invocable
| name | description | argument-hint | user-invocable |
|---|---|---|---|
| fetch-page | Fetch and summarize a web page | <url> | true |
Fetch Page
Fetch the content of a URL and produce a concise summary.
Process
- Fetch the URL passed as
$1using theweb_fetchtool - Summarize the main content in 3–5 sentences, preserving key facts and figures
- List any notable links or resources mentioned in the page
- If the URL is inaccessible, report the error and suggest checking the URL format