upload-case

Upload PDF documents as new cases to Stream Claims via API or browser automation.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Stream-claims/stream-engineering --skill upload-case
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upload-case
Source: https://github.com/Stream-claims/stream-engineering/tree/main/skills/upload-case
Command: npx skills add https://github.com/Stream-claims/stream-engineering --skill upload-case

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of uploading PDF documents as new cases into the Stream Claims platform, streamlining the intake of new claims.

Core Features & Use Cases

  • PDF Upload: Uploads one or more PDF documents as new cases.
  • Case Creation: Creates a new case with specified details like Case ID, LOB, and patient information.
  • Hybrid API Approach: Recommended for reliable uploads of any file size, leveraging authenticated browser sessions and AWS CLI for S3.
  • Browser Automation Fallback: For small files (<500KB) where AI extraction is desired.
  • Use Case: When a user says "upload this PDF for a new workers' comp case", this skill will guide the process of getting the PDF into the system and creating the corresponding case record.

Quick Start

Use the upload-case skill to upload the PDF located at '/Users/user/Documents/new_claim.pdf' and create a new case with ID 'CLAIM-12345'.

Frequently Asked Questions about upload-case

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload a PDF as a new case to Stream Claims?

Upload PDF documents as new cases by providing a Case ID and the local file path or S3 URI. The process uses a hybrid API approach or browser automation to ingest the claims document into the platform.

What is the best way to upload large PDF claims documents for case management?

For large PDF claims documents, the hybrid API approach is recommended. It leverages authenticated browser sessions and AWS CLI for S3 operations to ensure reliable uploads of any file size.

Can I use an S3 URI to upload documents for claims processing?

Yes, you can use an S3 URI to upload documents for claims processing. The skill leverages AWS CLI to retrieve files from S3, requiring a Case ID and optionally accepting Line of Business and patient names.

Does the browser automation fallback work for all PDF document intake?

No, the browser automation fallback is designed for small PDF files under 500KB. It should only be used for document intake scenarios where AI extraction is specifically desired for the uploaded file.

What details are required when creating a new case with a PDF upload?

Creating a new case requires a Case ID and the target PDF file. You can optionally include Line of Business details, patient names, and environment details to populate the corresponding case record.