servicenow-sdk-docs-builder

servicenow-sdk-docs-builder is a skill for Claude Code, Codex from Knuckles-Team/servicenow-api. It costs 65 tokens per session (536 once invoked), scanned A, original, MIT.

An automation tool that builds the ServiceNow SDK documentation guide from the SDK and example repositories.

In plain words
What is it for?
Use it to refresh the ServiceNow documentation skill, mirror example source files, generate reference pages, and update CLI documentation.
Why use it?
It keeps the bundled guide current by combining documentation, code samples, command references, and authentication material.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to refresh the ServiceNow documentation skill, mirror example source files, generate reference pages, and update CLI documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knuckles-team/servicenow-api/servicenow-sdk-docs-builder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Knuckles-Team/servicenow-api --skill servicenow-sdk-docs-builder
Clone the repo
git clone --depth 1 https://github.com/Knuckles-Team/servicenow-api

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for servicenow-sdk-docs-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/knuckles-team/servicenow-api/servicenow-sdk-docs-builder/github.svg)](https://agentmods.dev/skills/knuckles-team/servicenow-api/servicenow-sdk-docs-builder)
Your own site
<a href="https://agentmods.dev/skills/knuckles-team/servicenow-api/servicenow-sdk-docs-builder"><img src="https://agentmods.dev/badge/skills/knuckles-team/servicenow-api/servicenow-sdk-docs-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for servicenow-sdk-docs-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/servicenow-api/servicenow-sdk-docs-builder"><img src="https://agentmods.dev/badge/skills/knuckles-team/servicenow-api/servicenow-sdk-docs-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 536 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.00536
Opus 5 $0.00032 $0.00268
Sonnet 5 $0.00013 $0.00107
Haiku 4.5 $0.00006 $0.00054

Measured 9d ago against content hash 87b8fa21e2e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

servicenow-sdk-docs-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/build_docs.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

servicenow_api/skills/servicenow-sdk-docs-builder/SKILL.md · 43 lines

What it actually says

ServiceNow SDK Docs Builder

This skill provides an automated pipeline for generating the servicenow-sdk documentation skill. It ensures that the documentation is always up-to-date with the latest examples and core SDK information.

Workflow

To update the documentation skill, run the provided build script:

# From the skill's scripts directory
python build_docs.py --target /path/to/universal-skills/servicenow-sdk

Automation Steps:

  1. Sync Repositories: (Optional) Pulls the latest changes from https://github.com/ServiceNow/sdk and https://github.com/ServiceNow/sdk-examples.
  2. Combine READMEs: Merges the main READMEs from both repositories, de-duplicating headers and categorizing content.
  3. Process Samples: Iterates through all examples in sdk-examples, mirroring source files into the target skill's assets/ directory.
  4. Generate References: Creates detailed markdown reference files for each example with relative links to bundled source code.
  5. Harvest CLI Docs: Scans the sdk repo's README.md and docs/** for CLI / auth / command-oriented markdown and mirrors each into references/cli-*.md, keeping the now-sdk CLI surface refreshed for the servicenow-sdk-lifecycle skill to reference.
  6. Index Documentation: Generates the main SKILL.md for the servicenow-sdk-docs skill (samples + a "SDK CLI & Tooling Reference" section), emitting name: servicenow-sdk-docs at version 0.3.0.

Configuration

The builder uses the repositories mirrored at:

  • Workspace/sdk
  • Workspace/sdk-examples

Ensure these are present or use the --sync flag to fetch them.

Troubleshooting

If the build fails, check the console output for specific errors related to directory structures or missing README files.

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 43 lines · 65 tokens per session scan A 87b8fa21e2e3

Subscribe to this mod's changes

servicenow-sdk-docs-builder is a skill published in the GitHub repository Knuckles-Team/servicenow-api (19 stars, last pushed 12d ago), licensed MIT. It adds 65 tokens to every session and 536 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pipefy-process-intelligence

Use this skill when the user wants to analyze an existing pipe for improvement opportunities — automation gaps, manual bottlenecks, missing AI agents, field conditions, or adjacent processes. Acts as a process analyst: investigates, diagnoses, and improves the pipe in progressive rounds — each round delivers visible…

pipefy/ai-toolkit · 65 tokens

skill-builder

Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.

yusufkaraaslan/Skill_Seekers · 38 tokens

init-workspace-documentation

Skill "init-workspace-documentation" from griddynamics/rosetta, covering agent memory.md, agent memory, preventive rules, what worked and what failed.

griddynamics/rosetta · 10 tokens

gemini-skill

A skill that uses the Gemini website, Google's AI assistant, for conversations and image generation. It defines how the assistant should choose tools and handle long-running requests.

WJZ-P/gemini-skill · 98 tokens

hook-authoring

Guide creating Claude Code hooks with security-first design. Use for validation and enforcement.

athola/claude-night-market · 20 tokens

zapier-sdk

Zapier SDK for TypeScript. Programmatic access to 9,000+ apps on a user's behalf via Zapier's OAuth and audit layer. Use when writing code that needs to run actions in third-party apps (send an email, upsert a CRM record, look up a spreadsheet row, post to a chat) without managing per-app OAuth or vendor SDKs.…

zapier/sdk · 151 tokens