ServiceNow Now SDK (Fluent)

Drives the ServiceNow Fluent CLI: authoritative explain docs and live instance queries

Tested · Works

Test report

Verdict
Tested · Works
Score
8.4/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 1e5f52a

Ran the CLI it drives (@servicenow/sdk 4.8.1): 'explain --list' returned 200+ authoritative Fluent topics and 'explain encoded-query-guide' gave exact version-specific syntax (^, ^OR, ^NQ operators, the 'condition:' field) that a from-memory answer for this niche TypeScript SDK would fumble, plus it surfaces the explain/query subcommands a baseline wouldn't know to run. The headline live-query capability needs a ServiceNow instance and auth, so that path stays unmeasured behind a login wall.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 4/5
  • Output vs. baseline 7/10
  • Docs & honesty 5/5

What ServiceNow Now SDK (Fluent) does

Teaches Claude to use the @servicenow/sdk CLI correctly: check subcommand --help before guessing flags, preview docs with 'explain --peek', read version-specific Fluent topics, and query live instance data via 'query <table> -q ... -o json'. Triggers on fluent, ServiceNow, now-sdk, now.config.json projects, or requests for live instance data like sys_ids and table schema.

How to install ServiceNow Now SDK (Fluent)

git clone https://github.com/ServiceNow/sdk
mkdir -p ~/.claude/skills
cd sdk && cp -r skills/now-sdk ~/.claude/skills/now-sdk

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger ServiceNow Now SDK (Fluent)

  • /now-sdk Drives the ServiceNow Fluent CLI: authoritative explain docs and live instance queries

It also activates on plain-language prompts like these:

  • Show me the encoded-query syntax for active priority-2 incidents
  • Explain the BusinessRule API for our installed Fluent SDK version
  • Query our live ServiceNow instance for sys_ids of active users

Frequently asked questions

Is the ServiceNow Now SDK (Fluent) skill free?
Yes. The skill itself is free from ServiceNow/sdk. SkillProof publishes the install command and an independent test verdict at no cost.
Does ServiceNow Now SDK (Fluent) work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Ran the CLI it drives (@servicenow/sdk 4.8.1): 'explain --list' returned 200+ authoritative Fluent topics and 'explain encoded-query-guide' gave exact version-specific syntax (^, ^OR, ^NQ operators, the 'condition:' field) that a from-memory answer for this niche TypeScript SDK would fumble, plus it surfaces the explain/query subcommands a baseline wouldn't know to run. The headline live-query capability needs a ServiceNow instance and auth, so that path stays unmeasured behind a login wall.
What is the ServiceNow Now SDK (Fluent) SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 7/10, docs & honesty 5/5.
How do I install ServiceNow Now SDK (Fluent)?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use ServiceNow Now SDK (Fluent) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.