virtual-agent

Create ServiceNow Virtual Agent topics with NLU and conversation flows.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/groeimetai/snow-flow --skill virtual-agent-groeimetai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: virtual-agent
Source: https://github.com/groeimetai/snow-flow/tree/main/packages/opencode/src/bundled-skills/virtual-agent
Command: npx skills add https://github.com/groeimetai/snow-flow --skill virtual-agent-groeimetai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and management of ServiceNow Virtual Agent (VA) chatbots, automating conversational AI development.

Core Features & Use Cases

  • Topic Creation: Define and build new VA topics with NLU, logic, and responses.
  • Conversation Flow: Design complex conversational paths using topic blocks.
  • NLU Training: Add utterances and entities to improve intent recognition.
  • Integration: Connect VA conversations to ServiceNow backend processes like incident creation.
  • Use Case: Quickly develop a Virtual Agent topic to handle password reset requests, guiding users through verification and resolution steps.

Quick Start

Use the virtual-agent skill to create a new VA topic for password resets.

Frequently Asked Questions about virtual-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a ServiceNow Virtual Agent chatbot for self-service automation?

To build a ServiceNow Virtual Agent chatbot, define conversational topics, train NLU models with utterances and entities, design flows using topic blocks, and integrate backend actions for self-service automation.

How do I create a conversation flow for a ServiceNow Virtual Agent topic?

You create a conversation flow by designing complex conversational paths with topic blocks, adding logic and responses, and connecting the flow to ServiceNow backend actions like incident creation.

What is NLU training for ServiceNow Virtual Agents?

NLU training for ServiceNow Virtual Agents involves adding utterances and entities to the model to improve intent recognition and accurately route user requests to the correct conversational topic.

Can I integrate ServiceNow backend processes into a Virtual Agent conversation?

Yes, you can integrate ServiceNow backend processes directly into Virtual Agent conversations, allowing the chatbot to execute actions such as incident creation or password reset verification during the flow.

Does the virtual-agent skill support automated testing for conversational bots?

Yes, the skill supports automated testing and configuration of Virtual Agent components, ensuring conversational flows and NLU intent recognition function correctly before deployment.

What is the best way to automate password reset requests with a ServiceNow chatbot?

The best way to automate password resets is to develop a dedicated Virtual Agent topic that guides users through verification steps and connects to backend resolution processes automatically.