Get started

Agent skills

Composable capabilities you can grant to any Xobriq agent.

What is a skill?

A skill is a modular capability — a set of tools, prompts, and guardrails — that any Xobriq agent can invoke. Skills let you compose complex behaviour from small, testable units.

Built-in skills

  • transaction.lookup — fetch account and transaction history.
  • kyc.verify — run Guard identity checks on a customer.
  • case.create — open a fraud/compliance case with evidence.
  • sanctions.screen — check against 400+ global sanctions lists.
  • vector.search — semantic search over your knowledge base.
  • slack.notify / jira.create — outbound integrations.

Custom skills

You can define your own skills via the Agentic SDK. Skills expose typed inputs, tool implementations, and instruction strings that the reasoning engine calls when relevant.