generic-crud-operations

Perform create, read, update, and query operations across ServiceNow tables.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and abstracts CRUD operations for ServiceNow, enabling consistent access to any table without writing table-specific code.

Core Features & Use Cases

  • Discover table schemas to understand field structure and relationships.
  • Query, create, read, and update records across any ServiceNow table, including batch operations.
  • Use case: bulk-create incidents or update multiple records in a single workflow.

Quick Start

Load the generic-crud-operations skill and start performing create, read, update, and query operations across any ServiceNow table.

Frequently Asked Questions about generic-crud-operations

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

FAQPage Schema
How do I perform CRUD operations across any ServiceNow table without writing table-specific code?

You can perform CRUD operations across any ServiceNow table by using a unified toolset that abstracts table-specific code. This enables consistent read, create, update, and query tasks for standard and custom tables without needing to write individual scripts for each table.

Can I bulk-create incidents or update multiple ServiceNow records in a single workflow?

Yes, you can bulk-create incidents or update multiple ServiceNow records in a single workflow. The toolset supports batch operations, allowing you to manage high-volume data changes efficiently across ITSM, CMDB, and custom apps.

What roles and permissions do I need to manage records in ServiceNow tables?

To manage records in ServiceNow tables, you need appropriate roles and table permissions on your ServiceNow instance. The toolset works against instances with proper MCP configuration and requires access to ServiceNow APIs to execute CRUD operations.

How do I discover table schemas to understand field structure and relationships in ServiceNow?

You can discover table schemas to understand field structure and relationships in ServiceNow using the toolset's schema discovery feature. This allows developers and admins to inspect table structures before executing create, read, update, or query tasks.

What is the best way to centralize data management across ITSM, CMDB, and custom ServiceNow apps?

The best way to centralize data management across ITSM, CMDB, and custom ServiceNow apps is to use a unified CRUD toolset. It abstracts operations into a consistent approach, enabling developers and integrators to filter, query, and manage records without table-specific code.

Does this approach work with custom ServiceNow tables or only standard ITSM and CMDB tables?

This approach works with both custom ServiceNow tables and standard ITSM and CMDB tables. The unified toolset enables schema discovery, filtering, and batch CRUD operations across any table within your ServiceNow instance.