Source

serac-labs/serac

73 skills · 3.4K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
document-management Handle ServiceNow attachments from both sides — the six /api/now/attachment tools that move file bytes in and out of …
serac-labs/serac
103
2
vendor-management Manage ServiceNow vendors and contracts — core_company vendor records, ast_contract with renewal alerts, ast_contract…
serac-labs/serac
102
3
knowledge-management Build ServiceNow Knowledge Management — kb_knowledge articles, draft/review/published workflow, kb_category placement…
serac-labs/serac
96
4
email-notifications Create ServiceNow sysevent_email_action notifications — templates with substitution variables, mail scripts for dynam…
serac-labs/serac
91
5
approval-workflows Configure ServiceNow approval rules and sysapproval_approver records — manager/group/script approvers, multi-level ro…
serac-labs/serac
87
6
reporting-dashboards Build ServiceNow reports (list/bar/pie/line/pivot/single-score) on sys_report, sys_dashboard layouts with widget plac…
serac-labs/serac
86
7
asset-management Manage ServiceNow hardware assets, software licenses, and lifecycle states on alm_hardware/alm_license — license allo…
serac-labs/serac
79
8
predictive-intelligence Use ServiceNow Predictive Intelligence — sn_ml.ClassificationPredictor for auto-categorization, SimilarityPredictor f…
serac-labs/serac
75
9
mcp-tool-discovery Find and call tools on this ServiceNow MCP server — the two meta-tools it starts with, why a missing session id makes…
serac-labs/serac
71
10
field-service Build ServiceNow Field Service Management — wm_order work orders, wm_task tasks, wm_resource technicians with skills/…
serac-labs/serac
70
11
grc-compliance Build ServiceNow GRC — sn_compliance_policy lifecycle, sn_compliance_control tests, sn_risk_risk assessment with inhe…
serac-labs/serac
70
12
scheduled-jobs Create ServiceNow scheduled jobs on sysauto_script — daily/weekly cron patterns, batch processing with time/runtime l…
serac-labs/serac
68
13
import-export Move data in and out of ServiceNow — CSV parsing into import sets, GlideImportSetTransformer runs, CSV/JSON/XML expor…
serac-labs/serac
66
14
change-management Create and transition ServiceNow change requests (normal/standard/emergency), change tasks, affected CIs, approval ro…
serac-labs/serac
64
15
cmdb-patterns Create ServiceNow CIs and cmdb_rel_ci relationships, walk upstream/downstream impact, detect orphan/stale CIs, and al…
serac-labs/serac
63
16
event-management Build ServiceNow Event Management — push events to em_event, write event rules with severity transforms, configure al…
serac-labs/serac
62
17
hr-service-delivery Build ServiceNow HR Service Delivery — sn_hr_core_case from Employee Center or HR catalog, sn_hr_le_lifecycle_event o…
serac-labs/serac
61
18
business-rule-patterns Write ServiceNow business rules (before/after/async/display) — current vs previous, changesTo/changesFrom, recursion …
serac-labs/serac
60
19
flow-designer Build ServiceNow Flow Designer flows via the dedicated tool — triggers, IF/ELSE/TRY/CATCH placement rules, subflows, …
serac-labs/serac
60
20
incident-management Manage ServiceNow incidents — creation with impact/urgency priority calc, auto-assignment by category, reassignment t…
serac-labs/serac
60
21
rest-integration Make outbound REST calls from ServiceNow with sn_ws.RESTMessageV2 — basic/bearer/OAuth/API-key auth, error handling b…
serac-labs/serac
60
22
ui-builder-patterns Build ServiceNow UI Builder / Next Experience pages — macroponents, GraphQL/script data brokers, client state paramet…
serac-labs/serac
60
23
catalog-items Build ServiceNow Service Catalog items, variables, variable sets, catalog client scripts, record producers, and order…
serac-labs/serac
59
24
integration-hub Build ServiceNow IntegrationHub spokes — sn_ih_spoke definitions, sn_ih_action with inputs/outputs, REST/script steps…
serac-labs/serac
59
25
problem-management Manage ServiceNow problems — create from linked incidents, proactive pattern detection, RCA with 5-Whys, known_error …
serac-labs/serac
59
26
notification-events Use ServiceNow events (sysevent) — gs.eventQueue dispatch, sysevent_register definitions, sysevent_script_action hand…
serac-labs/serac
58
27
widget-coherence Build Service Portal widgets (sp_widget) with synchronized server/client/HTML — data.* initialization, ng-click + con…
serac-labs/serac
58
28
acl-security Create and debug ServiceNow ACLs (record, field, REST, script-include). Covers role/condition/script patterns, which …
serac-labs/serac
57
29
request-management Handle ServiceNow service requests — sc_request/sc_req_item creation from catalog items, sc_task fulfillment with aut…
serac-labs/serac
57
30
sla-management Configure ServiceNow SLAs — contract_sla definitions with start/stop/pause/cancel conditions, task_sla status checks,…
serac-labs/serac
57
31
data-policies Manage ServiceNow dictionary (sys_dictionary), table/field creation, choice lists, dictionary overrides, and sys_data…
serac-labs/serac
56
32
discovery-patterns Configure ServiceNow Discovery — schedules, IP ranges, credential affinities, MID Server assignment, custom probes/se…
serac-labs/serac
56
33
es5-compliance Enforce ES5-only syntax for ServiceNow server-side scripts (Rhino engine) — convert const/let, arrow functions, templ…
serac-labs/serac
56
34
gliderecord-patterns Write efficient ServiceNow GlideRecord queries — addQuery vs addEncodedQuery, setLimit, GlideAggregate for counts, av…
serac-labs/serac
56
35
performance-analytics Build ServiceNow Performance Analytics — pa_indicators (count/sum/avg/percentage), pa_breakdowns, pa_thresholds with …
serac-labs/serac
56
36
workspace-builder Build ServiceNow App Engine Studio applications — sys_scope creation, scoped tables, sys_aw_workspace with lists/form…
serac-labs/serac
56
37
atf-testing Build ServiceNow Automated Test Framework tests and suites — impersonation, form steps, assertions, server-side scrip…
serac-labs/serac
55
38
code-review Review ServiceNow server-side scripts for ES5 violations, ACL/injection/XSS issues, N+1 queries, missing setLimit/err…
serac-labs/serac
55
39
instance-security Harden a ServiceNow instance — password complexity, session timeout, MFA enforcement, input sanitization for XSS/inje…
serac-labs/serac
55
40
mid-server Communicate with ServiceNow MID Servers via the ECC queue — send Command/JSProbe/PowerShell/SSHCommand payloads to ec…
serac-labs/serac
55
41
mobile-development Configure ServiceNow Mobile (Now Mobile/Agent) — sys_sg_mobile_app screens, card builders, push notifications, offlin…
serac-labs/serac
55
42
security-operations Build ServiceNow Security Operations — sn_si_incident with NIST-aligned state transitions, sn_vul_vulnerable_item wit…
serac-labs/serac
55
43
snow-flow-commands This skill should be used when the user asks about "snow-flow commands", "CLI commands", "how to start", "swarm", "sp…
serac-labs/serac
55
44
transform-maps Build ServiceNow transform maps — sys_data_source configurations (CSV/JDBC/REST), sys_transform_map field/reference/s…
serac-labs/serac
55
45
ui-actions-policies Build ServiceNow UI Actions (form/list buttons, context menus) and UI Policies (conditional mandatory/visible/read-on…
serac-labs/serac
55
46
update-set-workflow Manage ServiceNow update sets — create named sets before any development, ensure auto_switch tracks API changes under…
serac-labs/serac
55
47
agent-workspace Build ServiceNow Agent Workspace configurations — workspaces, lists, forms, contextual side panels, Agent Assist simi…
serac-labs/serac
54
48
client-scripts Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using g_form, g_user, GlideAjax, field visibili…
serac-labs/serac
54
49
csm-patterns Build ServiceNow Customer Service Management — customer_account, customer_contact, sn_customerservice_case routing, s…
serac-labs/serac
54
50
script-include-patterns Write ServiceNow Script Includes — Class.create utility classes, AbstractAjaxProcessor client-callable APIs for Glide…
serac-labs/serac
54
Page 1 · 73 total Next