Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/mytk2012/python_agent/pdfnpx skills add mytk2012/python_agent --skill pdfgit clone --depth 1 https://github.com/mytk2012/python_agentWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00009 | $0.00332 |
| Opus 5 | $0.00005 | $0.00166 |
| Sonnet 5 | $0.00002 | $0.00066 |
| Haiku 4.5 | $0.00001 | $0.00033 |
Grade A, and why
pdf scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
PDF Skill
PDF文档处理和分析能力,包括文本提取、表格提取、图片提取、文档分析等功能。
功能
- 从PDF提取纯文本
- 表格提取并转换为CSV格式
- 图片提取
- 文档分析和元数据提取
- 统计页数、字数、字符数
使用方法
提取PDF文本
使用bash工具调用PDF提取脚本:
python scripts/extract_text.py document.pdf --output document.txt
提取表格
python scripts/extract_tables.py report.pdf --output ./tables
分析PDF
python scripts/analyze_pdf.py document.pdf
依赖
pip install pypdf pdfplumber tabula-py pillow
最佳实践
- 在处理大型PDF时,考虑分批处理
- 对于加密的PDF,需要先解密
- 提取表格时,建议指定输出目录以便管理
- 分析PDF时,可以获取文档结构和元数据信息
注意事项
- 某些PDF可能是扫描图片,需要OCR处理
- 表格提取可能需要手动调整
- 复杂的版式可能影响提取质量
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 63 lines · 9 tokens per session scan A 622d5dce91b7
pdf is a skill published in the GitHub repository mytk2012/python_agent (22 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 9 tokens to every session and 332 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
pdf-processing
Extract text from PDFs, fill forms, and merge documents.
workflow-creation
Create a new Stencila workflow. Use when asked to create, write, scaffold, or set up a workflow directory or WORKFLOW.md file. Covers workflow discovery, duplicate-name checks, ephemeral workflows, WORKFLOW.md frontmatter, DOT pipeline authoring, goals, agents, branching, composition, and validation.
workflow-review
Critically review a Stencila workflow and suggest improvements. Use when asked to review, audit, critique, evaluate, or improve a workflow directory or WORKFLOW.md file. Covers frontmatter validation, DOT pipeline quality, workflow structure, agent selection quality, discovery metadata, ephemeral workflow conventions…
agent-creation
Create a new Stencila agent. Use when asked to create, write, scaffold, or set up an agent directory or AGENT.md file. Covers workspace and user-level agents with model, provider, tool, trust, and MCP configuration.
agent-review
Critically review a Stencila agent and suggest improvements. Use when asked to review, audit, critique, evaluate, or improve an agent directory or AGENT.md file. Covers frontmatter validation, system instruction quality, configuration correctness, and adherence to the Agent schema.
skill-creation
Create a new Stencila workspace skill. Use when asked to create, write, or scaffold a SKILL.md file or skill directory.