elizaOS/eliza✦ 精选0°

nano-pdf

仓库创建 2024年7月9日最近提交 1 小时前SkillHot 收录 1 小时前
▸ 精选理由

大幅简化 PDF 小范围改动,适合快速修订。

▸ 风险提示

会直接修改文件,使用前请备份原件。

这个 Skill 做什么

用自然语言指令在指定页面对 PDF 进行编辑和修改。

用自然语言指令在指定页面对 PDF 进行修改:改标题、修别字、重写段落或替换页面内容。适合不想打开复杂编辑器、只需局部改动或快速修订时使用。特点是用 CLI 接受普通说明就能定位并修改 PDF,但要注意页码起始可能是 0 或 1,改完建议人工复核。

▸ 展开 SKILL.md 英文原文

Edits PDF files using natural-language instructions via the nano-pdf CLI. Supports modifying text, changing titles, fixing typos, and updating content on specific pages. Use when the user wants to edit a PDF, modify PDF content, update PDF text, fix a typo in a PDF, change a PDF title, or rewrite part of a PDF page.

办公文档PDF编辑自然语言文档处理通用
1.9w
Stars
5.6k
Forks
35
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/elizaOS/eliza/develop/packages/skills/skills/nano-pdf/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/elizaOS/eliza/develop/packages/skills/skills/nano-pdf/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# nano-pdf

Use `nano-pdf` to apply edits to a specific page in a PDF using a natural-language instruction.

## Quick start

```bash
nano-pdf edit deck.pdf 1 "Change the title to 'Q3 Results' and fix the typo in the subtitle"
```

Notes:

- Page numbers are 0-based or 1-based depending on the tool’s version/config; if the result looks off by one, retry with the other.
- Always sanity-check the output PDF before sending it out.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有