Document Skills
Bring files in, move them around, clean them up.
Last updated
Bring files in, move them around, clean them up.
Everything file-shaped. They share a currency: the documentId that Document Upload returns is what every other skill here works from.
Document Upload — ingest a file and store it. The entry point.
Document Fetch — retrieve documents already in the conversation or in storage.
Document To Image — convert a document to images, so a model can see its layout.
Document To Zip — bundle several documents into one archive.
Document Delete — remove temporary or sensitive documents in bulk.
A typical flow: Upload collects the file, other skills act on it, Delete removes the working copies once the result is archived — which for anything containing PII is not optional housekeeping.
Last updated

