catalog-item-generation

Generate ServiceNow catalog items from natural language descriptions.

34|13|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Happy-Technologies-LLC/happy-servicenow-skills --skill catalog-item-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: catalog-item-generation
Source: https://github.com/Happy-Technologies-LLC/happy-servicenow-skills/tree/main/skills/catalog/catalog-item-generation
Command: npx skills add https://github.com/Happy-Technologies-LLC/happy-servicenow-skills --skill catalog-item-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate fully configured ServiceNow catalog items from natural language descriptions, reducing manual configuration time and ensuring consistent naming, fields, and approvals.

Core Features & Use Cases

  • Generate sc_cat_item records from plain-language descriptions.
  • Create catalog variables in item_option_new based on required inputs.
  • Configure approvals, workflows, categories, and fulfillment mappings.
  • Publish items to catalogs and validate via the Service Catalog API.

Quick Start

Describe a catalog item in natural language and let the skill generate the full ServiceNow item with variables, approvals, and category mapping.

Frequently Asked Questions about catalog-item-generation

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

FAQPage Schema
How do I generate ServiceNow catalog items from natural language descriptions?

To generate ServiceNow catalog items from natural language, provide a plain-text description of the required service. The skill automates creation of sc_cat_item records, variables, approvals, and category linkages to build fully configured items.

Can I automatically create catalog variables and approvals for ServiceNow items?

Yes, you can automatically create catalog variables and approvals for ServiceNow items. The skill generates item_option_new records for variables and configures sysapproval_group records to establish approval workflows from your text description.

What's the best way to automate building IT service catalogs in ServiceNow?

Automating IT service catalog generation in ServiceNow is best handled by translating natural language descriptions into complete catalog configurations. This approach creates sc_cat_item, item_option_new, and sc_cat_item_category records via MCP and REST.

Does this ServiceNow catalog generation skill support category linkages and fulfillment mappings?

Yes, this ServiceNow catalog generation skill supports category linkages and fulfillment mappings. It generates sc_cat_item_category records to link items to categories and validates published items through the Service Catalog API.

What ServiceNow tables are targeted when generating catalog items from text?

Generating catalog items from text targets specific ServiceNow tables including sc_cat_item for the item, item_option_new for variables, sc_cat_item_category for category linkages, and sysapproval_group for approvals.

Do I need REST and MCP to automate ServiceNow catalog item creation?

Yes, REST and MCP are required to automate ServiceNow catalog item creation. The skill relies on these protocols to interact with ServiceNow, generate records, and validate published items via the Service Catalog API.