AI Skills
Language, extraction, and content work.
Last updated
Language, extraction, and content work.
Skills that use a model to understand, extract, or generate.
Prompt — send instructions and content to an LLM and use the response.
Intent Classification — work out what a user is asking for, and route accordingly.
Entity Recognition — pull structured values out of unstructured text.
PII Guard — detect and mask personal data before it goes anywhere else.
Speech Recognition — transcribe an audio file into text.
Web Crawler — fetch a public page and extract its content.
These compose well. A call recording becomes useful through Speech Recognition, then Entity Recognition or Prompt, with PII Guard before any of it reaches a log.
Last updated

