omgskills Get the Mac app
Skill

gpu-document-processing

@langchain-ai 27k stars Updated 2026-07-28 Author match: High

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

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
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

View on GitHub

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.

More from this repo