How can we help you?

AI Skills — What Your Bot Can Do

What Are AI Skills?

AI Skills are actions your bot can perform on behalf of a customer — retrieving data, creating records, booking appointments, processing requests. Velaro ships with 596 built-in skills across 20+ platforms. Skills are enabled per-bot and execute only when the AI judges them relevant to the conversation.

Skill Categories

CategoryExample SkillsPlatforms
Order ManagementGet order status, cancel order, track shipmentShopify, BigCommerce, WooCommerce, Magento
CRM / ContactLook up contact, create lead, update dealHubSpot, Salesforce, Dynamics 365, Pipedrive, Zoho
AppointmentsCheck availability, book meeting, send calendar linkCalendly, Outlook, Google Calendar, Square Appointments
Ticketing / ITSMCreate ticket, check status, escalate incidentServiceNow, Monday.com
ERPGet inventory, create quote, look up vendorNetSuite, QuickBooks
PaymentsSend payment link, check invoiceStripe, Square
HospitalityCheck availability, create reservation, modify stayGuesty, Cloudbeds, Uplisting
Internal OpsCheck agent availability, generate handoff summaryAll tiers

Enabling Skills

  1. Go to Bots & AI → [Your Bot] → AI Skills.
  2. Click the integration you want (e.g. HubSpot).
  3. Toggle on the individual skills you need.
  4. Save — the bot gains access immediately.

How Skills Execute

Skills are invoked by the LLM when it determines customer intent matches the skill's purpose. For example, if a customer says "Where is my order?", the bot automatically calls get_order_status with the customer's order number and returns the result in conversational language.

All skill calls are logged in Reports → Activity Log → AI Skill Calls with full input/output history for auditing and debugging.

Building Custom Skills

You can also call any external API using the HTTP Node in the Workflow builder. This lets you invoke your own internal systems as skills, even if they aren't a supported integration.

Was this article helpful?