Download for macOS
Skill

gpu-document-processing

@langchain-ai Updated 2026-08-31

Use when processing large PDFs, document collections, or bulk text extraction tasks that benefit from GPU-accelerated processing. Triggers when the user provides large documents or needs bulk document analysis.

aideepagentslangchainlanggraphpythontypescript

Install

git clone https://github.com/langchain-ai/deepagents /tmp/deepagents && ln -s /tmp/deepagents/examples/nvidia_deep_agent/skills/gpu-document-processing ~/.claude/skills/gpu-document-processing

From README

GPU Document Processing Skill Process large documents and document collections using GPU-accelerated tools. This skill uses the sandbox-as-tool pattern: the agent runs on CPU for reasoning, and sends document processing work to a GPU-equipped environment.