script-execution

Installation
SKILL.md

Script Execution

Overview

This skill covers safe and effective execution of background scripts in ServiceNow:

  • Automated script execution via sys_trigger (the breakthrough method)
  • Safe script patterns and templates
  • Fix script generation for manual execution
  • Error handling and logging best practices
  • Debugging and troubleshooting techniques

When to use: When MCP tools don't support the required operation, or when complex data manipulation is needed.

Who should use this: Administrators and developers who need to execute server-side JavaScript in ServiceNow.

Prerequisites

  • Roles: admin (background script execution requires full admin)
Related skills
Installs
3
GitHub Stars
23
First Seen
14 days ago