一键导入
Read, summarize or answer questions about a PDF file (e.g. a document saved to inbox/ from the chat). Use whenever the user sends a PDF or asks about one.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read, summarize or answer questions about a PDF file (e.g. a document saved to inbox/ from the chat). Use whenever the user sends a PDF or asks about one.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Turn a workflow the user teaches into a reusable skill, or improve/review one that already exists. Use when the user teaches a repeatable multi-step procedure, asks to learn or save "how to do X", corrects the same workflow a second time, or asks you to create, improve, or review a skill.
Google Workspace from the terminal — Gmail (search, read, summarize, draft, send) and Google Sheets (read, write, update, append), plus Calendar/Drive/Docs. Use this whenever the task involves the user's Google account.
Get the current weather or a short forecast for a place. Use when the user asks about weather, temperature, or whether to bring an umbrella.
Look something up on the web and read a page. Use when you need current information, a fact you're unsure of, or the contents of a specific URL.
| name | |
| description | Read, summarize or answer questions about a PDF file (e.g. a document saved to inbox/ from the chat). Use whenever the user sends a PDF or asks about one. |
| metadata | {"crablite":{"requires":{"bins":["pdftotext"]}}} |
Extract the text with the exec tool, then answer from it:
pdftotext 'inbox/<file>.pdf' -pdftotext -f 2 -l 5 'inbox/<file>.pdf' -pdftotext -layout 'inbox/<file>.pdf' -The trailing - prints to stdout. Long output gets truncated — prefer page ranges for big
documents, or pdftotext ... out.txt + read with line ranges.
If nothing comes out, the PDF is probably a scanned image without a text layer — say so
instead of guessing. To share the file (or a processed copy) back to the chat, use send_file.