servicenow-secops

servicenow-secops is a skill for Claude Code, Codex from Knuckles-Team/servicenow-api. It costs 181 tokens per session (1,502 once invoked), scanned A, original, MIT.

A ServiceNow Security Operations guide for security incident response, vulnerability response, and threat intelligence. ServiceNow is a platform for managing IT and security work; threat intelligence concerns information about possible threats and indicators.

In plain words
What is it for?
Triage of security incidents, finding vulnerable items by risk or state, grouping vulnerabilities by CVE or assignment group, and querying threat-intelligence observables.
Why use it?
It separates security work from ordinary IT incidents, configuration records, and compliance tasks. It also points to the supported ServiceNow tables and APIs for these security areas.

Skill for Claude CodeCodex

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

Good fit Triage of security incidents, finding vulnerable items by risk or state, grouping vulnerabilities by CVE or assignment group, and querying threat-intelligence observables.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knuckles-team/servicenow-api/servicenow-secops
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-secops
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-secops

README.md
[![agentmods](https://agentmods.dev/badge/skills/knuckles-team/servicenow-api/servicenow-secops/github.svg)](https://agentmods.dev/skills/knuckles-team/servicenow-api/servicenow-secops)
Your own site
<a href="https://agentmods.dev/skills/knuckles-team/servicenow-api/servicenow-secops"><img src="https://agentmods.dev/badge/skills/knuckles-team/servicenow-api/servicenow-secops/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-secops

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/servicenow-api/servicenow-secops"><img src="https://agentmods.dev/badge/skills/knuckles-team/servicenow-api/servicenow-secops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 181 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,502 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.00181 $0.01502
Opus 5 $0.00090 $0.00751
Sonnet 5 $0.00036 $0.00300
Haiku 4.5 $0.00018 $0.00150

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

Security

Grade A, and why

servicenow-secops 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 10d 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.

servicenow_api/skills/servicenow-secops/SKILL.md · 114 lines

How it starts

The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ServiceNow SecOps (SIR / VR / TI)

Table-driven access to the ServiceNow Security Operations suite: Security Incident Response (SIR), Vulnerability Response (VR), and Threat Intelligence (TI). Some SecOps areas expose limited REST, but the reliable, consistent path is the generic Table / Aggregate / custom-API tools against the scoped SecOps tables — exactly the pattern servicenow-table-api teaches.

When to use

  • SIR — triage open security incidents by priority/state.
  • VR — list vulnerable items by risk/state, roll up by CVE or assignment group.
  • TI — query threat-intel observables and indicators.

When NOT to use

  • Regular ITSM incidents (incident table) → servicenow-incident-management.
  • Generic CRUD on an arbitrary table → servicenow-table-api.
  • Risk / policy / compliance / audit → servicenow-irm-grc.
  • CMDB configuration items → servicenow-cmdb.

Prerequisites & environment

Connect via the mcp-client skill against the servicenow-api MCP server.

Variable Required Notes
SERVICENOW_INSTANCE Instance URL (alias SERVICENOW_URL)
SERVICENOW_USERNAME Basic-auth user
SERVICENOW_PASSWORD Basic-auth password
SERVICENOW_CLIENT_ID / SERVICENOW_CLIENT_SECRET optional OAuth2
SERVICENOW_SSL_VERIFY optional TLS verification toggle

Full env/tag matrix (do not re-document here): the mcp-client reference agent-tools/mcp-client/references/servicenow-api.md. MCP_TOOL_MODE (condensed|verbose|both) selects the condensed surface (used below) vs. the one-to-one verbose tools.

Tools & actions

Prefer the condensed tools; each takes action + a params_json JSON string whose keys are passed straight to the client method (see servicenow-table-api).

Condensed tool Actions
servicenow_table_api get_table, get_table_record, add_table_record, update_table_record, patch_table_record, delete_table_record
servicenow_aggregate get_stats
servicenow_custom_api api_request

Read the full file on GitHub · 114 lines

Files

What ships with it

4 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. 10d ago First seen · 114 lines · 181 tokens per session scan A 9eefb1f4fe24

Subscribe to this mod's changes

servicenow-secops is a skill published in the GitHub repository Knuckles-Team/servicenow-api (19 stars, last pushed 12d ago), licensed MIT. It adds 181 tokens to every session and 1,502 once invoked, about $0.0009 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

daily-briefing

Start your day with a prioritized CRM briefing — works for any monday CRM setup: pipeline, contacts, accounts, leads, or no board at all. Use when someone says 'morning briefing', 'daily brief', 'what's on my plate today', 'catch me up on my deals', 'what needs attention', 'what needs my attention', 'anything urgent…

mondaycom/mcp · 106 tokens

meeting-to-deal

Turn meeting transcripts into deal updates — key points, commitments, and next steps posted to matching CRM deals automatically. Auto-creates contacts for new attendees. Use when someone says "log my meetings to deals", "update CRM from calls", "what did I commit to in meetings", "sync notetaker", "log this meeting"…

mondaycom/mcp · 107 tokens

log-activity

Log calls, meetings, notes, and other activities to CRM item timelines — structured records with attendees, outcomes, and follow-ups. Use when someone says "log my call with", "add a note to the deal", "what activities happened on", "record this meeting", "update my note on", "track a call with", "log a meeting with"…

mondaycom/mcp · 111 tokens

Technical Debt Tracking with PMAT

Tracks and manages technical debt using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: User asks about technical debt, TODO comments, or code quality issues Planning sprint work and need to prioritize debt repayment Conducting code audits or technical debt assessments Tracking debt accumulation…

paiml/paiml-mcp-agent-toolkit · 123 tokens

change-management

Create and transition ServiceNow change requests (normal/standard/emergency), change tasks, affected CIs, approval routing, CAB scheduling, and conflict detection across maintenance windows.

serac-labs/serac · 37 tokens

incident-management

Manage ServiceNow incidents — creation with impact/urgency priority calc, auto-assignment by category, reassignment tracking, major incident declaration with bridge calls, time-based escalation, MTTR metrics.

serac-labs/serac · 42 tokens