ingest

Ingest URLs or files and extract deduplicated insights with source attribution.

30|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/harperaa/bastionclaw --skill ingest-harperaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingest
Source: https://github.com/harperaa/bastionclaw/tree/main/.claude/skills/ingest
Command: npx skills add https://github.com/harperaa/bastionclaw --skill ingest-harperaa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest content sources (articles, YouTube videos, PDFs, podcasts) and extract actionable insights with source attribution.

Core Features & Use Cases

  • Ingest diverse content and extract key insights
  • Deduplicate insights against existing memory via semantic search
  • Track source attribution for downstream recall and auditing

Quick Start

Ingest the provided URL or file and extract key takeaways.

Frequently Asked Questions about ingest

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

FAQPage Schema
How do I extract insights from YouTube videos and PDFs without duplicates?

To extract insights from YouTube videos and PDFs without duplicates, ingest the content sources and apply semantic search deduplication against existing memory. This ensures only new, actionable insights are stored with proper source attribution.

What is semantic search deduplication for content ingestion?

Semantic search deduplication for content ingestion is the process of comparing newly extracted insights against existing ones using semantic similarity. It prevents redundant data storage by identifying and filtering out insights that convey the same meaning.

Can I ingest podcasts and articles with source attribution tracking?

Yes, you can ingest podcasts and articles with source attribution tracking. The ingestion process extracts key takeaways and maintains provenance metadata, allowing downstream recall and auditing of where each insight originated.

Do I need a semantic search index to deduplicate content insights?

Yes, you need a semantic search index to deduplicate content insights. The deduplication mechanism relies on this index to perform semantic comparisons across sources and accurately identify overlapping insights.

What's the best way to extract actionable insights from multiple content formats?

The best way to extract actionable insights from multiple content formats like articles, PDFs, and videos is to use an ingestion tool that normalizes diverse sources, applies semantic deduplication, and tracks provenance metadata for attribution.