BeClaude

servicenow-sdk

New
Official PluginDevelopmentby ServiceNow

Create, edit, and deploy ServiceNow applications with the Fluent SDK effortlessly through Claude AI.

First seen 5/22/2026

Summary

This skill enables developers to create, edit, and deploy ServiceNow applications directly through Claude AI using the Fluent SDK.

  • It streamlines ServiceNow development by allowing natural language commands for common tasks like creating tables, business rules, and client scripts, reducing manual effort and accelerating delivery.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install servicenow-sdk@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Create a new ServiceNow application with custom tables and fields using natural language.
Deploy an existing ServiceNow application from a development instance to production.
Generate and update business rules, client scripts, and UI policies without writing XML.
Import and export ServiceNow update sets for version control and collaboration.
Automate the creation of ServiceNow scoped applications with predefined templates.
Modify application metadata such as access controls, roles, and properties via Claude.

Usage Examples

1

/servicenow-sdk create app named 'Incident Manager' with tables: incident, task, and customer

2

/servicenow-sdk deploy app 'Incident Manager' from dev instance to prod instance

3

/servicenow-sdk add business rule to 'incident' table that sets priority to high when category is 'network'

View source on GitHub
deployment

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is servicenow-sdk?

This skill enables developers to create, edit, and deploy ServiceNow applications directly through Claude AI using the Fluent SDK. It streamlines ServiceNow development by allowing natural language commands for common tasks like creating tables, business rules, and client scripts, reducing manual effort and accelerating delivery.

How to install servicenow-sdk?

To install servicenow-sdk: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install servicenow-sdk@<marketplace>. Finally, /plugin in Claude Code.

What is servicenow-sdk best for?

servicenow-sdk is a plugin categorized under Development. It is designed for: deployment. Created by ServiceNow.

What can I use servicenow-sdk for?

servicenow-sdk is useful for: Create a new ServiceNow application with custom tables and fields using natural language.; Deploy an existing ServiceNow application from a development instance to production.; Generate and update business rules, client scripts, and UI policies without writing XML.; Import and export ServiceNow update sets for version control and collaboration.; Automate the creation of ServiceNow scoped applications with predefined templates.; Modify application metadata such as access controls, roles, and properties via Claude..