ui-actions-policies

Automate ServiceNow UI Action and UI Policy creation with MCP tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill streamlines the development and management of UI Actions and UI Policies within ServiceNow, automating the creation and modification of user interface elements and form behaviors.

Core Features & Use Cases

  • UI Action Creation: Generate form buttons, list actions, context menus, and more.
  • UI Policy Management: Dynamically control field visibility, mandatory status, and read-only properties.
  • Use Case: Automatically create a "Resolve Incident" button on the Incident form that makes resolution fields mandatory when clicked.

Quick Start

Use the ui-actions-policies skill to create a UI Action named "Quick Assign" on the incident table that assigns the current incident to the logged-in user.

Frequently Asked Questions about ui-actions-policies

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

FAQPage Schema
How do I automate ServiceNow UI Actions and UI Policies creation?

You can automate ServiceNow UI Actions and UI Policies creation by using this skill with specific MCP tools like `snow_create_ui_action` and `snow_create_ui_policy` to programmatically generate form buttons and control field behaviors.

Can I dynamically make form fields mandatory based on user actions in ServiceNow?

Yes, you can dynamically make form fields mandatory in ServiceNow by configuring UI Policies through this skill to enforce field visibility, mandatory status, and read-only properties based on specific conditions.

What is the best way to add a custom button to a ServiceNow incident form?

The best way to add a custom button to a ServiceNow form is by creating a UI Action, which this skill automates by generating the necessary scripts to define form buttons, list actions, and context menus.

Do I need specific MCP tools to manage ServiceNow form customization programmatically?

Yes, you need specific MCP tools like `snow_create_ui_action` and `snow_create_ui_policy` to execute the programmatic creation and management of ServiceNow UI elements and conditional form behaviors.

How does a UI Policy control field visibility and read-only properties in ServiceNow?

A UI Policy in ServiceNow controls field visibility and read-only properties by applying conditional logic through scripts, which this skill automates to dynamically manipulate form fields based on defined triggers.

Can I create a context menu action for a ServiceNow list view using scripts?

Yes, you can create context menu actions for ServiceNow list views by generating a UI Action through this skill, which provides the necessary scripts to automate the creation of list-level interface elements.