بنقرة واحدة
clipping
将网页文章(含微信公众号等 JS 渲染页面)保存为本地 Markdown 笔记。自动处理图片中的文字信息——对信息图、表格截图等使用 PaddleOCR 提取中英文文本并重构为 Markdown 表格。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
将网页文章(含微信公众号等 JS 渲染页面)保存为本地 Markdown 笔记。自动处理图片中的文字信息——对信息图、表格截图等使用 PaddleOCR 提取中英文文本并重构为 Markdown 表格。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage everything about an agent's memory — the always-loaded instruction files (global and project CLAUDE.md / AGENTS.md) and the on-demand layer (skills, docs). Two jobs: (1) diagnose & treat — audit, score, declutter, and prune a memory environment, and (2) absorb new knowledge — turn a correction, lesson, or a "remember this" request into a durable, well-placed skill update. Use whenever the user wants to check, grade, diagnose, declutter, prune, or health-check their agent memory / CLAUDE.md / skills, asks "is my CLAUDE.md too big / any good", says memory feels bloated or the agent ignores instructions, asks where a lesson should live, or wants to record a gotcha / lesson / feedback into a skill instead of piling up raw notes. Produces a "memory health" diagnosis report (HTML) plus an interactive confirmation table (ReviewTable) before executing any change. Trigger even when the user just says "整理一下记忆 / 给我的 CLAUDE.md 打个分 / 记忆体检 / 把这个教训记进 skill" without naming the skill.
自建机场(代理服务端)搭建与运维。涵盖 VPS 初始化/加固、3X-UI 面板、Xray VLESS Reality+Vision 入站、多用户独立订阅(UUID/subId/到期/续期)、把节点渲染成 Clash/Mihomo 订阅 YAML、Profile 显示名与到期时间下发、域名/ACME 证书、出口测速、IP 被墙/被滥用风险判断、备份恢复。用户要在 VPS 上部署或维护自建节点/机场、调试 3X-UI 订阅、Reality 入站、订阅链接显示名/到期、面板安全、证书申请、速度低或 IP 风险时用这个 skill。客户端 Clash Verge / mihomo 的配置即代码、规则不命中、DNS 泄漏排查见 clash-verge-config skill。
以「配置即代码」管理、调试 Clash Verge Rev(mihomo 内核)客户端配置。涵盖:哪些字段扩展脚本能改 / 不能改(external-controller、secret、各端口、log-level 被内核接管)、改了为什么不生效、enhance 管线与字段归属、纯命令行让配置重新生成并生效、mihomo external controller RESTful API、external-ui 自托管面板、判断流量走没走代理 / 命中哪条规则、DNS 泄漏排查、profiles.yaml 里 profile 显示名与到期信息从哪来、节点突然全超时时先排除 IP 被墙与 TUN 回环、远程机器复用本地代理。用户在改 Clash Verge / mihomo 扩展脚本(script) / 扩展配置(merge) / 订阅规则、external-controller / secret / 端口,或抱怨「配置改了不生效」「规则不命中」「远程连不上面板」「DNS 泄漏」「profile 显示名 / 到期不对」「节点突然连不上 / 延迟测试超时」「想自动化更新代理配置」时用这个 skill。机场 / 订阅服务端搭建见 airport-deploy skill。
Evaluate VPS, proxy server, and commercial airport node quality for China-facing use. Use when comparing VPS providers or proxy nodes, diagnosing whether a route is CN2 GIA/CTGNet/9929/CMI or ordinary transit, checking packet loss/latency/jitter/single-thread throughput, validating IP blocking risk, and verifying whether Google geolocation misclassifies the exit IP.
将网页导出内容或 PDF 报告重构为可编辑 Markdown。适用于「先改 Markdown 再出 PDF」、修复错误断行、恢复段落结构、补齐图片并按原文位置插入、处理摘要编号与标点风格一致化等任务。
Convert styled HTML files to high-quality single-page PDFs using headless Chrome via playwright-core. Use this skill whenever the user asks to generate a PDF from HTML, export a webpage to PDF, create a no-page-break long-scroll PDF, convert a pitch deck / BP / report HTML to PDF, or mentions "导出 PDF", "生成 PDF", "HTML 转 PDF", "nopagebreak PDF". Also use when iterating on a document with edit-then-export cycles (edit HTML → regenerate PDF → review → repeat). Also use when an interactive/animated HTML presentation needs to be flattened to a static PDF.
| name | clipping |
| description | 将网页文章(含微信公众号等 JS 渲染页面)保存为本地 Markdown 笔记。自动处理图片中的文字信息——对信息图、表格截图等使用 PaddleOCR 提取中英文文本并重构为 Markdown 表格。 |
微信公众号等 JS 渲染页面,WebFetch 会返回空内容。必须通过当前可用的 headed browser provider(例如 chrome 插件的 cdp-chrome、Codex Chrome plugin,或 agent 原生 browser-use)加载页面,等待渲染完成后提取正文、标题、作者、发布日期和图片 URL。clipping 不硬依赖 chrome 插件;只有当前环境没有等价有头浏览器能力时,才建议安装/启用它。
提取时注意区分正文内容和页面装饰元素(广告、推荐阅读、底部导航等)。
部分文章的主要信息以图片形式呈现——信息图、排行榜、对比表格等。这类图片通常有明显特征:尺寸较大(特别是高度远超普通配图)、位于正文核心位置。
识别到这类图片后,不能只插入图片链接,需要提取其中的文字信息。
对包含文字/表格的关键图片,使用 PaddleOCR(PP-OCRv5,lang='ch')提取文本。
环境注意事项:
predict() 方法,不是 ocr();save_path 参数仅限 CLI 模式PADDLE_PDX_DISABLE_MODEL_SOURCE_CHECK=True 跳过连通性检查,避免长时间卡住超长图片处理: 图片高度超过 4000px 时,OCR 精度会下降。将图片按 ~2000px 高度分段裁剪后逐段识别,效果更好。
表格结构重建: OCR 返回的是带坐标的文本块列表。利用 x 坐标区分列、y 坐标判断行归属,可以重建表格结构。典型策略:用左侧文本(如公司名、行标题)作为行锚点,右侧文本作为对应内容。具体的列分界阈值需要根据实际图片布局调整。
将文章正文和 OCR 提取的表格内容合并为一份 Markdown 文件:
保存到用户指定的目录。文件名从文章标题生成,去除特殊字符。若用户未指定目录,询问保存位置。