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-import-attachment-batchgit 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-import-attachment-batch)<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.
<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>- 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.00144 | $0.01416 |
| Opus 5 | $0.00072 | $0.00708 |
| Sonnet 5 | $0.00029 | $0.00283 |
| Haiku 4.5 | $0.00014 | $0.00142 |
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.
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 |
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.
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.
- 10d ago First seen · 104 lines · 144 tokens per session scan A 163b5bce7a4e
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.
Other skills, from other repositories
plan-register
Register a plan document for protection using the current v2 protection API.
woocommerce-rest-api
Integrate or build headless frontends on WooCommerce using its REST API for products, orders, customers, and coupons with key authentication.
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.
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…
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…
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…