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.
npx skills add Knuckles-Team/servicenow-api --skill servicenow-sdk-docs-buildergit clone --depth 1 https://github.com/Knuckles-Team/servicenow-apiWrote 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.
[](https://agentmods.dev/skills/knuckles-team/servicenow-api/servicenow-sdk-docs-builder)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.
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:
- Sync Repositories: (Optional) Pulls the latest changes from
https://github.com/ServiceNow/sdkandhttps://github.com/ServiceNow/sdk-examples. - Combine READMEs: Merges the main READMEs from both repositories, de-duplicating headers and categorizing content.
- Process Samples: Iterates through all examples in
sdk-examples, mirroring source files into the target skill'sassets/directory. - Generate References: Creates detailed markdown reference files for each example with relative links to bundled source code.
- Harvest CLI Docs: Scans the
sdkrepo'sREADME.mdanddocs/**for CLI / auth / command-oriented markdown and mirrors each intoreferences/cli-*.md, keeping thenow-sdkCLI surface refreshed for theservicenow-sdk-lifecycleskill to reference. - Index Documentation: Generates the main
SKILL.mdfor theservicenow-sdk-docsskill (samples + a "SDK CLI & Tooling Reference" section), emittingname: servicenow-sdk-docsat version0.3.0.
Configuration
The builder uses the repositories mirrored at:
Workspace/sdkWorkspace/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.
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.
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.
- 9d ago First seen · 43 lines · 65 tokens per session scan A 87b8fa21e2e3
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.
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…
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.
init-workspace-documentation
Skill "init-workspace-documentation" from griddynamics/rosetta, covering agent memory.md, agent memory, preventive rules, what worked and what failed.
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.
hook-authoring
Guide creating Claude Code hooks with security-first design. Use for validation and enforcement.
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.…