servicenow-sdk Claude Code Plugin
Claude Code PluginClaude CodeDevelopmentEnterprise Business PlatformsCloud, Deployment & CI/CDThe explanation below is AI-generated. Please verify it against the sources.
This plugin adds a skill that helps Claude assist with the ServiceNow SDK, a command-line toolkit for building ServiceNow applications using the Fluent language, a TypeScript-based way of defining application metadata as code. 6. 0 or newer. It supports CLI discovery commands, documentation lookup, and querying a live ServiceNow instance. The plugin is installed into Claude Code from the official plugin marketplace referenced in the README. Overall it functions as a development aid for writing, editing, and deploying ServiceNow Fluent applications.
About the service
ServiceNow is a cloud platform for building enterprise applications and workflows. The ServiceNow SDK is a CLI and Fluent language toolkit that lets developers author application metadata as TypeScript source code and deploy or query it against a ServiceNow instance, so this plugin connects Claude to that external ServiceNow development and deployment workflow.
What you can do with servicenow-sdk
- Get guidance on using the @servicenow/sdk CLI, including its explain and query subcommands
- Look up Fluent API references for ServiceNow metadata types such as ACL, Business Rule, and Role definitions
- Query a live ServiceNow instance through the CLI before making changes
- Receive orientation on SDK project structure and platform conventions when working on a Fluent application
- Get help creating, editing, and deploying ServiceNow applications built with the Fluent SDK (requires SDK 4.6.0 or later)