servicenow-agent-hardened

Installation
SKILL.md

ServiceNow Table API Read Only

Use this skill to read data from ServiceNow via the Table API. Do not create or update or delete records.

Configuration

Set these environment variables in the .env file in this folder.

  • SERVICENOW_DOMAIN instance domain such as myinstance.service-now.com
  • SERVICENOW_USERNAME username for basic auth
  • SERVICENOW_PASSWORD password for basic auth

If your domain already includes https:// then use it as is. Otherwise requests should be made to:

https://$SERVICENOW_DOMAIN

Allowed Operations GET only

Installs
1
GitHub Stars
23
First Seen
Apr 21, 2026
servicenow-agent-hardened — faberlens/hardened-skills