Import into UKS
Bring existing knowledge into the format. The CLI converts common bibliographic formats and scaffolds from API specs; the platform can extract sources from free-form documents.
BibTeX / RIS → UKS (L1)
uks convert --from bibtex references.bib > library.uks.json
uks convert --from ris export.ris > library.uks.jsonEach citation becomes a UKS source in an L1 packet. Output goes to stdout — redirect with > to save. Review and grade the imported sources before publishing (evidence grade / clinical status are yours to set).
OpenAPI 3.x → UKS scaffold (L2)
Turn an API spec into a starting L2 packet with scrape targets pre-filled:
uks scaffold --from openapi openapi.yaml > api.uks.jsonFree-form documents → sources (platform)
In SaberTools, the Import from Markdown flow lets you paste any document and have Claude extract the sources it mentions (deduplicated by URL). Good for turning a literature review or notes file into graded sources.
Start from scratch
For a brand-new packet with a guided scaffold:
npm create uks-packet@latestThis generates a valid L1/L2/L3 starter plus the CLI and the CI gate.
→ Next: Export · Validate · Source Fields