What problem does it solve?
This Skill allows a claw to ingest documents into a knowledge workspace, making them available for retrieval and querying by other downstream workflows without the claw needing to manage the ingestion process itself.
Core Features & Use Cases
- Document Registration: Register new documents for indexing.
- Content Extraction & Chunking: Extract normalized text and break it down into manageable chunks with stable identifiers.
- Indexing: Index the extracted content into a retrieval subsystem.
- Workspace Scoping: Maintain document metadata, status, and ensure content is scoped to the correct claw's workspace.
- Querying: Run scoped retrieval queries against the indexed content.
- Use Case: Pre-indexing a company handbook or product documentation so that other claws can easily query this information.
Quick Start
Register and ingest the document located at '/path/to/your/document.pdf' into the current claw's knowledge workspace.