Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
servicenow-sdk logo

servicenow-sdk

claude-plugins-official

developmentClaude Codeby ServiceNow

Summary

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

Install to Claude Code

/plugin install servicenow-sdk@claude-plugins-official

Run in Claude Code. Add the marketplace first with /plugin marketplace add anthropics/claude-plugins-official if you haven't already.

README.md

ServiceNow SDK

The ServiceNow IDE and ServiceNow SDK support developing applications in source code with ServiceNow Fluent, creating JavaScript modules, and using third-party libraries. ServiceNow Fluent is a TypeScript-based domain-specific programming language for creating application metadata in code.

AI Skills

This repository contains agent skills for creating, editing, and deploying ServiceNow Fluent applications. These skills teach AI coding assistants how to use the @servicenow/sdk CLI to look up platform conventions, metadata types, and project structure before making changes.

> [!IMPORTANT] > These skills rely on features available only in version 4.6.0 or newer of the SDK.

Skills

| Skill | Description | |---|---| | now-sdk | Covers CLI discovery, SDK documentation, and live instance queries. Automatically triggered when working in a Fluent app or when ServiceNow/Fluent topics are mentioned. Uses npx @servicenow/sdk --help and explain quickstart to orient the agent, then provides guidance for the explain and query subcommands. |

Setup by Tool

Claude Code

1. Start a Claude Code session. 2. Install the servicenow-sdk plugin from the claude-plugins-official marketplace:

   /plugin install servicenow-sdk@claude-plugins-official
   /reload-plugins

Codex

1. Start a Codex session. 2. Run the following command to directly install the skill:

   $skill-installer https://github.com/ServiceNow/sdk/tree/master/skills/now-sdk

3. Restart Codex to load the skill.

Cursor

1. Open Cursor Settings (Cmd+Shift+J). 2. Navigate to Plugins. 3. Paste in the link to the repo: https://github.com/ServiceNow/sdk.git 4. Select Add to Cursor for the servicenow-sdk plugin.

Alternatively, loading the skills into Claude Code will also allow Cursor to use them.

Grok

1. Start a Grok session. 2. Add the marketplace and install the plugin:

   grok plugin marketplace add servicenow/sdk
   grok plugin install servicenow-sdk --trust

3. Restart Grok or run /plugins and reload plugins to load the skill.

Alternatively, install the plugin directly without adding the marketplace:

grok plugin install servicenow/sdk#providers/grok/plugin --trust

Kiro

The providers/kiro/ directory contains a Power with steering files for each skill.

1. Open Kiro and navigate to the Power tab. 2. Select Add power from GitHub. 3. Enter this URL: https://github.com/ServiceNow/sdk/tree/master/providers/kiro. 4. Select the power from the list.

Windsurf and Other Agents

Some agents may not have built in support to install skills from Github. However, you can manually install the skills by following these steps:

1. Start a new session with your favorite AI coding tool. 2. Prompt it to install the skills directly from GitHub:

   Please install these skills in my user level configuration from github: https://github.com/ServiceNow/sdk/tree/master/skills

3. The agent should be able to pull and load the skills from the configuration. 4. You may need to restart the agent to load the skills.

Links

Related plugins

Browse all →