Claude Code Plugins

Community-maintained marketplace

Feedback

servicenow-update-sets

@Knuckles-Team/servicenow-api
14
0

Manages ServiceNow update sets. Use for creating, retrieving, previewing, committing. Triggers: customizations, deployments.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md


name: servicenow-update-sets description: Manages ServiceNow update sets. Use for creating, retrieving, previewing, committing. Triggers: customizations, deployments.

Overview

Update set ops via MCP.

Key Tools

  • update_set_create / retrieve / preview / commit / commit_multiple / back_out.

Usage Instructions

  1. Use IDs for actions.

Examples

  • Create: update_set_create with update_set_name="fix1", scope="global".

Error Handling

  • Preview conflicts: Resolve before commit.