catalog-items

Automate ServiceNow catalog item creation and configuration with MCP tools.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/serac-labs/serac --skill catalog-items-serac-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: catalog-items
Source: https://github.com/serac-labs/serac/tree/main/packages/opencode/src/bundled-skills/catalog-items
Command: npx skills add https://github.com/serac-labs/serac --skill catalog-items-serac-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ServiceNow catalog item development involves repetitive configuration of items, variables, and related artifacts. This Skill provides guidance and automation patterns to accelerate catalog item creation and consistency across projects.

Core Features & Use Cases

  • Create catalog items, variables, variable sets, catalog client scripts, order guides, and record producers.
  • Define reusable templates and mappings to enforce consistency across multiple catalog items.
  • Use cases include onboarding kits, hardware/software requests, and service request bundles.

Quick Start

Create a new catalog item scaffold named 'laptop_request' with a single 'laptop_model' variable and a basic catalog client script.

Frequently Asked Questions about catalog-items

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ServiceNow catalog item creation with variables and client scripts?

Automate ServiceNow catalog item creation by using MCP tools like snow_catalog_item_create and snow_catalog_variable_create to scaffold items, define variables, and attach catalog client scripts across deployments.

What is the best way to enforce consistency across multiple ServiceNow catalog items?

The best way to enforce consistency across ServiceNow catalog items is by defining reusable templates and mappings that standardize variables, variable sets, and configurations for onboarding kits or hardware requests.

Can I use this to create ServiceNow record producers and order guides?

Yes, you can create ServiceNow record producers and order guides alongside standard catalog items, applying automation patterns to configure service request bundles and their related artifacts.

How do I scaffold a ServiceNow catalog item with a basic catalog client script?

Scaffold a ServiceNow catalog item by creating an item scaffold like 'laptop_request', adding a 'laptop_model' variable, and attaching a basic catalog client script using the provided automation patterns.

Does this approach support querying existing ServiceNow tables during catalog item setup?

Yes, the approach supports querying existing ServiceNow tables using the snow_query_table MCP tool and finding artifacts with snow_find_artifact to drive setup and mappings.