From 0728f21613554394a7fcd70ab4168bc4151bf8a6 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:36:26 -0700 Subject: [PATCH] docs(skills): sharpen nano-pdf description to contrast with pdf skill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The nano-pdf description repeated the skill name ('via nano-pdf CLI'), violating the skill authoring standard, and spent its char budget restating the name instead of distinguishing the skill from the structural pdf skill. New description: 'Edit text in existing PDFs via natural-language prompts.' (56 chars) — no name repetition, and 'text in existing PDFs' contrasts cleanly with pdf's 'Create, merge, split, fill, and secure PDF files.' Propagated to the auto-generated docs pages and zh-Hans locale (catalog row + per-skill page) for locale parity. --- skills/productivity/nano-pdf/SKILL.md | 2 +- website/docs/reference/skills-catalog.md | 2 +- .../skills/bundled/productivity/productivity-nano-pdf.md | 6 +++--- .../current/reference/skills-catalog.md | 2 +- .../skills/bundled/productivity/productivity-nano-pdf.md | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/skills/productivity/nano-pdf/SKILL.md b/skills/productivity/nano-pdf/SKILL.md index e76e380362fb..a8022c8185f4 100644 --- a/skills/productivity/nano-pdf/SKILL.md +++ b/skills/productivity/nano-pdf/SKILL.md @@ -1,6 +1,6 @@ --- name: nano-pdf -description: "Edit PDF text/typos/titles via nano-pdf CLI (NL prompts)." +description: "Edit text in existing PDFs via natural-language prompts." version: 1.0.0 author: community license: MIT diff --git a/website/docs/reference/skills-catalog.md b/website/docs/reference/skills-catalog.md index b5e80ff5a217..6593e692aed3 100644 --- a/website/docs/reference/skills-catalog.md +++ b/website/docs/reference/skills-catalog.md @@ -106,7 +106,7 @@ If a skill is missing from this list but present in the repo, the catalog is reg | [`docx`](/docs/user-guide/skills/bundled/productivity/productivity-docx) | Create, read, edit Word .docx documents and templates. | `productivity/docx` | | [`google-workspace`](/docs/user-guide/skills/bundled/productivity/productivity-google-workspace) | Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python. | `productivity/google-workspace` | | [`maps`](/docs/user-guide/skills/bundled/productivity/productivity-maps) | Geocode, POIs, routes, timezones via OpenStreetMap/OSRM. | `productivity/maps` | -| [`nano-pdf`](/docs/user-guide/skills/bundled/productivity/productivity-nano-pdf) | Edit PDF text/typos/titles via nano-pdf CLI (NL prompts). | `productivity/nano-pdf` | +| [`nano-pdf`](/docs/user-guide/skills/bundled/productivity/productivity-nano-pdf) | Edit text in existing PDFs via natural-language prompts. | `productivity/nano-pdf` | | [`notion`](/docs/user-guide/skills/bundled/productivity/productivity-notion) | Notion API + ntn CLI: pages, databases, markdown, Workers. | `productivity/notion` | | [`ocr-and-documents`](/docs/user-guide/skills/bundled/productivity/productivity-ocr-and-documents) | Extract text from PDFs/scans (pymupdf, marker-pdf). | `productivity/ocr-and-documents` | | [`pdf`](/docs/user-guide/skills/bundled/productivity/productivity-pdf) | Create, merge, split, fill, and secure PDF files. | `productivity/pdf` | diff --git a/website/docs/user-guide/skills/bundled/productivity/productivity-nano-pdf.md b/website/docs/user-guide/skills/bundled/productivity/productivity-nano-pdf.md index 9cfa355846db..acd3b12ba9de 100644 --- a/website/docs/user-guide/skills/bundled/productivity/productivity-nano-pdf.md +++ b/website/docs/user-guide/skills/bundled/productivity/productivity-nano-pdf.md @@ -1,14 +1,14 @@ --- -title: "Nano Pdf — Edit PDF text/typos/titles via nano-pdf CLI (NL prompts)" +title: "Nano Pdf — Edit text in existing PDFs via natural-language prompts" sidebar_label: "Nano Pdf" -description: "Edit PDF text/typos/titles via nano-pdf CLI (NL prompts)" +description: "Edit text in existing PDFs via natural-language prompts" --- {/* This page is auto-generated from the skill's SKILL.md by website/scripts/generate-skill-docs.py. Edit the source SKILL.md, not this page. */} # Nano Pdf -Edit PDF text/typos/titles via nano-pdf CLI (NL prompts). +Edit text in existing PDFs via natural-language prompts. ## Skill metadata diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/skills-catalog.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/skills-catalog.md index b214f867e0e4..744e063197a4 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/skills-catalog.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/skills-catalog.md @@ -116,7 +116,7 @@ Hermes 在执行 `hermes update` 时也会同步内置技能,但同步清单 | [`airtable`](/user-guide/skills/bundled/productivity/productivity-airtable) | 通过 curl 调用 Airtable REST API:记录增删改查、过滤、upsert。 | `productivity/airtable` | | [`google-workspace`](/user-guide/skills/bundled/productivity/productivity-google-workspace) | 通过 gws CLI 或 Python 操作 Gmail、Calendar、Drive、Docs、Sheets。 | `productivity/google-workspace` | | [`maps`](/user-guide/skills/bundled/productivity/productivity-maps) | 通过 OpenStreetMap/OSRM 进行地理编码、POI 查询、路线规划、时区查询。 | `productivity/maps` | -| [`nano-pdf`](/user-guide/skills/bundled/productivity/productivity-nano-pdf) | 通过 nano-pdf CLI 编辑 PDF 文本/错别字/标题(自然语言 prompt)。 | `productivity/nano-pdf` | +| [`nano-pdf`](/user-guide/skills/bundled/productivity/productivity-nano-pdf) | 通过自然语言指令编辑现有 PDF 中的文本。 | `productivity/nano-pdf` | | [`notion`](/user-guide/skills/bundled/productivity/productivity-notion) | Notion API + ntn CLI:页面、数据库、Markdown、Workers。 | `productivity/notion` | | [`ocr-and-documents`](/user-guide/skills/bundled/productivity/productivity-ocr-and-documents) | 从 PDF/扫描件中提取文本(pymupdf、marker-pdf)。 | `productivity/ocr-and-documents` | | [`powerpoint`](/user-guide/skills/bundled/productivity/productivity-powerpoint) | 创建、读取、编辑 .pptx 演示文稿、幻灯片、备注、模板。 | `productivity/powerpoint` | diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/skills/bundled/productivity/productivity-nano-pdf.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/skills/bundled/productivity/productivity-nano-pdf.md index ff84da6c395c..fd3121d72eae 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/skills/bundled/productivity/productivity-nano-pdf.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/skills/bundled/productivity/productivity-nano-pdf.md @@ -1,14 +1,14 @@ --- -title: "Nano Pdf — 通过 nano-pdf CLI 编辑 PDF 文本/错别字/标题(自然语言 prompt)" +title: "Nano Pdf — 通过自然语言指令编辑现有 PDF 中的文本" sidebar_label: "Nano Pdf" -description: "通过 nano-pdf CLI 编辑 PDF 文本/错别字/标题(自然语言 prompt)" +description: "通过自然语言指令编辑现有 PDF 中的文本" --- {/* This page is auto-generated from the skill's SKILL.md by website/scripts/generate-skill-docs.py. Edit the source SKILL.md, not this page. */} # Nano Pdf -通过 nano-pdf CLI 编辑 PDF 文本/错别字/标题(自然语言 prompt(提示词))。 +通过自然语言指令(prompt)编辑现有 PDF 中的文本。 ## Skill 元数据