发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
PDF Generation Skill
**Purpose:** Generate professional PDFs from HTML/CSS without whitespace gaps or layout issues.
使用特定后端
python .claude/skills/pdf-process/script/pdf_parser.py \ '{"name": "pdf_to_markdown", "arguments": {"file_path": "/path/to/document.pdf", "output_dir": "/path/to/output", "backend": "pipeline"}}' python .claude/skills/pdf-process/script/pdf_parser.py \ '{"name": "pdf_to_markdown", "arguments": {"file_path": "/path/to/document.pdf", "output_dir": "/path/to/output", "start_page": 0, "end_page": 5}}' ```
Use specific backend
python .claude/skills/pdf-process/script/pdf_parser.py \ '{"name": "pdf_to_markdown", "arguments": {"file_path": "/path/to/document.pdf", "output_dir": "/path/to/output", "backend": "pipeline"}}' python .claude/skills/pdf-process/script/pdf_parser.py \ '{"name": "pdf_to_markdown", "arguments": {"file_path": "/path/to/document.pdf", "output_dir": "/path/to/output", "start_page": 0, "end_page": 5}}' ```
单篇论文模式:指定 arxiv_id 或 URL
uv run python "{baseDir}/main.py" --arxiv-id 2401.12345 uv run python "{baseDir}/main.py" --arxiv-id https://arxiv.org/abs/2401.12345 uv run python "{baseDir}/main.py" --arxiv-id https://arxiv.org/pdf/2401.12345.pdf uv run python "{baseDir}/main.py" --arxiv-id xxxx --category yyy
Sci-Hub Paper Downloader
Get PDF download URLs from Sci-Hub by DOI. Tries official mirrors (sci-hub.se, sci-hub.st, sci-hub.ru) automatically.
Markdown to PDF
Convert markdown documents to professional, clean PDFs with proper formatting.
document-parser
en: Extract structured data from PDF, images, and Word documents with high precision
Academic Research Hub
Search and retrieve academic papers from multiple sources including arXiv, PubMed, Semantic Scholar, and more. Download PDFs, extract citations, generate bibliographies, and build literature reviews.
Stirling-PDF Skill
Self-hosted PDF manipulation platform with 60+ tools via REST API.
Document Q&A Skill
This skill allows you to upload documents (PDF, DOCX, TXT) and ask questions about their content.