ingest

Extract factual claims from URLs, PDFs, and text files into a vault entity graph.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/Seth090502/osanwe-public --skill ingest-seth090502
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingest
Source: https://github.com/Seth090502/osanwe-public/tree/main/.claude/skills/ingest
Command: npx skills add https://github.com/Seth090502/osanwe-public --skill ingest-seth090502

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the extraction of claims from various sources and integrates them into a vault entity graph, streamlining the process of onboarding research and distributing factual information.

Core Features & Use Cases

  • Claim Extraction: Automatically extract claims from sources like URLs, PDFs, and text files.
  • Entity Graph Integration: Distribute extracted claims across a vault entity graph with atomic commit discipline.
  • Use Case: Ideal for processing fact-dense content such as earnings calls, research reports, and financial news to create or update entity notes in a knowledge base.

Quick Start

Use the ingest skill to process the latest earnings report for Company XYZ by running the command: /ingest path/to/earnings-report.pdf.

Frequently Asked Questions about ingest

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

FAQPage Schema
How do I extract factual claims from a PDF research report?

You can extract factual claims from a PDF by running the ingest command with the file path, which parses the document and integrates the extracted facts into an entity graph.

What is the best way to automate entity graph integration from text files?

Automating entity graph integration is best achieved by extracting claims from text files and distributing them across the vault using atomic commit discipline to maintain data integrity.

Can I use this to process fact-dense content like earnings call transcripts?

Yes, you can process fact-dense content like earnings call transcripts to automatically extract claims and update entity notes within your knowledge base.

How does claim extraction handle deduplication in a knowledge base?

Claim extraction handles deduplication by applying text processing and deduplication techniques during integration, ensuring redundant factual claims are not duplicated within the entity graph.

Does fact extraction work with URLs and unstructured text files?

Yes, fact extraction works with URLs and unstructured text files by parsing various text-based sources to onboard research and populate a structured entity database.