원클릭으로
notionsave-article-summary
获取网页文章URL,生成中文摘要并保存到Notion页面。当用户提供文章链接并要求总结保存到Notion时触发。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
获取网页文章URL,生成中文摘要并保存到Notion页面。当用户提供文章链接并要求总结保存到Notion时触发。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Cross-agent peer review workflow for code reviews. Use this skill whenever the user asks Codex to review code, a diff, commit, pull request, merge request, patch, or branch and wants another code agent such as Claude Code, Codex, or a configured CLI reviewer to independently propose findings and critically audit Codex's findings before results are returned. Also use when the user mentions peer review, a second reviewer, cross-agent review, mutual review, another agent checking findings, Claude reviewing findings, or wants review findings validated rather than accepted at face value.
Generate a technical information digest from configured web sources using deterministic local scripts for fetching, filtering, validation, rendering, and optional JSON-configured webhook delivery, while the active agent performs scoring, topic deduplication, and enrichment from staged JSON artifacts. Use when asked to create a daily/weekly technical digest, rank fetched source items, produce scored_items/enriched_items artifacts, render a Chinese or English Markdown digest, or push the rendered digest through a configured webhook from RSS, Hacker News, GitHub, Reddit, or OSS Insight sources.
Windows-specific workflow for running complex Bash or shell commands inside WSL from Windows PowerShell. Use when scripts contain `$variables`, command substitutions, loops, quotes, here-documents, or multi-line bodies that would be corrupted by PowerShell or `wsl.exe bash -lc` quoting. Provides a bundled `wslsh.ps1` bridge that writes the script to a temporary `.sh` file and executes it inside WSL.
Find linux-erofs mailing-list threads on lore.kernel.org, fetch every message in a thread, summarize the discussion at per-email granularity, produce a Chinese technical report, and optionally save patch series in git-am-ready form with b4.
Read an arXiv paper and generate a structured reading report in Simplified Chinese. Use when the user provides an arXiv link or asks to read, analyze, summarize, or review an arXiv paper, especially for computer systems and AI topics. Parse the PDF with layout awareness, read the paper in正文顺序, always read the system architecture figure, and inspect other figures or tables only when the正文 explicitly cites them.
Standardize a local Linux kernel test workflow around QEMU, a fully installed Alpine qcow2 guest, and a self-built kernel. Use when an agent needs to clone or update Linux sources, install Alpine into a QEMU disk image, boot a custom kernel on that installed guest under QEMU/KVM, attach GDB, or turn ad-hoc VM commands into repeatable kernel-development steps.
| name | Notion:save-article-summary |
| description | 获取网页文章URL,生成中文摘要并保存到Notion页面。当用户提供文章链接并要求总结保存到Notion时触发。 |
从网页URL获取文章内容,生成中文摘要并保存到用户的Notion页面。
需要 Notion MCP 工具。如果未安装,询问用户是否批准安装。
使用 WebFetch 工具获取文章:
WebFetch(url, prompt="提取文章完整内容,包括标题、主要观点、关键细节和结论")
将文章内容总结成结构化的中文摘要,包括:
如果用户提供了目标页面ID:
mcp__plugin_Notion_notion__notion-update-page(page_id, command="replace_content", new_str=摘要内容)
如果未提供页面ID,保存到默认位置: