
自动对各类内容进行结构化摘要,提炼核心信息,节省阅读时间。
直接输入长文本,自动生成结构化摘要:
支持本地常见文档直接摘要:
输入URL自动抓取网页内容并生成摘要:
自动提取内容核心关键词、关键短语:
powershell
# 直接摘要文本
summarize "这里是需要摘要的长文本内容..."
# 从文件读取内容摘要
summarize --file ./report.md
# 网页内容摘要
summarize --url https://example.com/article
# 提取关键词
summarize --keywords "文本内容"
参数说明默认值--length摘要长度:short/medium/longmedium--output输出格式:text/markdown/jsontext--keywords-count提取关键词数量5--include-meta是否包含元信息(字数、统计等)false
powershell
summarize --length long "2026年AI行业发展报告全文..."
输出:
【摘要】2026年AI行业核心进展包括...主要趋势包括...面临的挑战包括... 【关键词】AI大模型, 多模态, 推理成本, 智能体
powershell
summarize --url https://zhuanlan.zhihu.com/p/xxxxxxxxxx --output markdown
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_search failure → must guide user to configure API), fallback chain (opencli CLI covers 70+ sites as structured fallback before browser), and site-specific login URLs. Without reading this skill, you WILL handle failures incorrectly and miss available tools. Trigger on: 搜索/上网/查资料/打开网站/抓取网页/新闻/热点/web search/fetch/browser/opencli.
使用百度AI搜索引擎(BDSE)进行网络搜索。适用于获取实时信息、文档资料或研究课题。
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。