servicenow-import-attachment-batch

servicenow-import-attachment-batch is a skill for Claude Code, Codex from Knuckles-Team/servicenow-api. It costs 144 tokens per session (1,416 once invoked), scanned A, original, MIT.

A ServiceNow integration for importing data, managing files attached to records, and grouping several REST requests into one batch request. ServiceNow is a platform used to manage business workflows and records.

In plain words
What is it for?
Loading rows through ServiceNow Import Sets, adding or retrieving record attachments, deleting attachments, and bundling multiple REST operations.
Why use it?
It avoids handling each imported row, attachment operation, or REST request separately when these jobs fit its supported paths.

Skill for Claude CodeCodex

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

Good fit Loading rows through ServiceNow Import Sets, adding or retrieving record attachments, deleting attachments, and bundling multiple REST operations.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/servicenow-api/servicenow-import-attachment-batch"><img src="https://agentmods.dev/badge/skills/knuckles-team/servicenow-api/servicenow-import-attachment-batch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,416 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.00144 $0.01416
Opus 5 $0.00072 $0.00708
Sonnet 5 $0.00029 $0.00283
Haiku 4.5 $0.00014 $0.00142

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

Security

Grade A, and why

servicenow-import-attachment-batch 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-import-attachment-batch/SKILL.md · 104 lines

How it starts

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

ServiceNow Import Sets, Attachments & Batch (integration)

The integration on-ramp: land external data through transform-mapped import sets, manage attachments (files) on records, and collapse many REST calls into a single batch request. Three condensed tools.

When to use

  • Bulk-load external rows into a staging import-set table (transform map does the mapping).
  • Insert a single import-set row and read back the transform result.
  • Upload a file to a record, fetch an attachment, or delete one.
  • Reduce latency/round-trips by bundling several REST operations into one call.

When NOT to use

  • Plain table CRUD / aggregate / raw REST (no transform map) → servicenow-table-api.
  • App deploy, scans, update sets, plugins, ATF → servicenow-cicd-devops.
  • HR profiles or PPM cost-plan/project-task inserts → servicenow-hr-ppm.
  • Email, flow rendering, metricbase, app metadata → servicenow-platform-utilities.

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.

Condensed tool Actions
servicenow_import_sets get_import_set, insert_import_set, insert_multiple_import_sets
servicenow_attachment get_attachment, upload_attachment, delete_attachment
servicenow_batch batch_request

Read the full file on GitHub · 104 lines

Files

What ships with it

1 file 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 · 104 lines · 144 tokens per session scan A 163b5bce7a4e

Subscribe to this mod's changes

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

plan-register

Register a plan document for protection using the current v2 protection API.

leaf76/session-collab-mcp · 17 tokens

woocommerce-rest-api

Integrate or build headless frontends on WooCommerce using its REST API for products, orders, customers, and coupons with key authentication.

finsilabs/awesome-ecommerce-skills · 31 tokens

bulk-operations-patterns

Bulk data operations with Excel import/export, batch processing, and validation for ABP Framework. Use when: (1) implementing bulk import/update from Excel/CSV, (2) batch processing with progress tracking, (3) file upload with validation, (4) bulk database operations with InsertManyAsync/UpdateManyAsync.

thapaliyabikendra/ai-artifacts · 71 tokens

api-contract-documentation

Produce or review API contract documentation for Salesforce integrations: versioning policy artifacts, request/response schema specs, error code catalogs, rate limit documentation, OpenAPI generation for sObjects. Trigger keywords: Salesforce API versioning policy, API end-of-life policy, document API endpoints, REST…

PranavNagrecha/AwesomeSalesforceSkills · 116 tokens

api-contract-documentation

Use this skill when producing or reviewing API contract documentation for Salesforce integrations: versioning policy artifacts, request/response schema specs, error code catalogs, rate limit documentation, and OpenAPI generation for sObjects. Trigger keywords: Salesforce API versioning policy, API end-of-life policy…

BanibrataChatterjee/AwesomeSalesforceSkills · 107 tokens

n8n-subworkflows

Build reusable, composable n8n sub-workflows. Use when extracting shared logic, building anything multi-step or reused across workflows, or any workflow over 10 nodes — and whenever the user mentions sub-workflows, Execute Workflow, reuse, shared/common logic, modular workflows, "Define Below" inputs…

czlonkowski/n8n-mcp · 121 tokens