arnoudkooi

60 mods across 1 repository, 53 stars between them.

sync_now

49

arnoudkooi/sn-scriptsync

Command

Immediately sync all pending files (flush the queue). Use this after making multiple file changes to ensure they're synced before continuing.

53 2d ago A 0 tokens

take_screenshot

50

arnoudkooi/sn-scriptsync

Command

Take a screenshot of a ServiceNow page. The browser picks the best capture path it actually has — no capability juggling needed on your side.

53 2d ago A 0 tokens

update_record

51

arnoudkooi/sn-scriptsync

Command

Update a single field on an existing record. Fire-and-forget (the extension sends the update through the helper tab; success is reported back asynchronously).

53 2d ago A 0 tokens

update_record_batch

52

arnoudkooi/sn-scriptsync

Command

Update multiple fields on the same record in one round-trip. Preferred for multi-file artifacts (widgets, UI pages) where you'd otherwise send many updaterecord calls.

53 2d ago A 0 tokens

snu-agent-api

55

arnoudkooi/sn-scriptsync

Skill Claude CodeCodex

SN ScriptSync HTTP/file Agent API: endpoint discovery, auth, the full error-code table, and the complete command catalog (queryrecords, getrecord, updaterecord, createartifact, createapplication, restrequest, screenshots, etc.). Read this before calling any Agent API command.

53 2d ago B 0 tokens

snu-aix-experience

56

arnoudkooi/sn-scriptsync

Skill Claude CodeCodex

Build/edit ServiceNow AI Experience (AIX) apps on the sysaix tables: experiences, pages, containers, custom Lit widgets + server data scripts, left-nav menus, and record click-through. Covers routing/cache rules, why creation needs a background script (REST = EACL), the widget compile-metadata pattern, and the…

53 2d ago B 0 tokens

snu-artifacts

57

arnoudkooi/sn-scriptsync

Skill Claude CodeCodex

How sn-scriptsync maps ServiceNow artifacts to files: the instance/scope/table layout, naming conventions per artifact type, creating new artifacts, and the map.json / structure.json files. Read this when creating, naming, or organizing ServiceNow files.

53 2d ago B 0 tokens

snu-browser-debug

58

arnoudkooi/sn-scriptsync

Skill Claude CodeCodex

Drive the connected ServiceNow tab through the Chrome DevTools Protocol (Pro): capture network requests + response bodies, capture console output and uncaught exceptions, take full-page/element screenshots beyond the viewport, and auto-handle (and record) native confirm/alert/prompt/beforeunload dialogs. Read this…

53 2d ago A 0 tokens

arnoudkooi/sn-scriptsync

Skill Claude CodeCodex

ServiceNow coding standards (scoped-app restrictions, server vs client APIs, best practices) and security guidance for the sn-scriptsync workflow. Read this when writing or reviewing ServiceNow script content.

53 2d ago B 48 tokens

snu-form-automation

60

arnoudkooi/sn-scriptsync

Skill Claude CodeCodex

Drive live ServiceNow forms via the gform bridge (navigate, setfield, getformstate, runuiaction, clickelement): insert vs update verbs, optimistic-write verification, auto-handled native dialogs, and auto-filling mandatory reference fields. Read this when automating or visually verifying a form/UI page/widget.

53 2d ago A 0 tokens