snu-agent-api

Discover SN ScriptSync Agent API endpoints and authenticate for command execution.

53|38|Updated Dec 17, 2018
One-click install
npx skills add https://github.com/arnoudkooi/sn-scriptsync --skill snu-agent-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snu-agent-api
Source: https://github.com/arnoudkooi/sn-scriptsync/tree/main/agentrules/skills/snu-agent-api
Command: npx skills add https://github.com/arnoudkooi/sn-scriptsync --skill snu-agent-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Solve the problem of managing and using the SN ScriptSync Agent API by providing endpoint discovery, authentication handling, and a complete command catalog.

Core Features & Use Cases

  • Provides a complete command catalog (check_connection, get_instance_info, get_sync_status, sync_now, update_record, create_artifact, etc.) for AI agents and developers.
  • Enables endpoint discovery, health checks, and reliable transport selection (HTTP vs file) to drive the extension safely.
  • Supports end-to-end automation scenarios such as retrieving records, updating records, creating artifacts, and managing artifacts within ServiceNow via the Agent API.

Quick Start

Ask the AI to load and enumerate the Agent API commands to verify connectivity and available actions.

Frequently Asked Questions about snu-agent-api

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

FAQPage Schema
How do I discover ServiceNow Agent API commands for VS Code automation?

ServiceNow Agent API commands are discovered by loading the skill to enumerate a complete command catalog, including endpoint discovery, health checks, and transport selection for automation within VS Code workflows.

Can I automate ServiceNow record updates directly from VS Code?

Yes, you can automate ServiceNow record updates directly from VS Code by utilizing Agent API commands like get_record and update_record to retrieve and modify records without leaving the extension environment.

What's the best way to authenticate with the ServiceNow extension API locally?

The best way to authenticate with the ServiceNow extension API locally is through the skill's built-in local token handling, which manages endpoint authentication safely for driving extension commands.

Does the SN ScriptSync Agent API support HTTP and file-based transport?

The SN ScriptSync Agent API supports reliable transport selection between HTTP and file-based methods, allowing developers and AI agents to drive the extension safely depending on network conditions.

How do I create artifacts in ServiceNow using the Agent API?

To create artifacts in ServiceNow using the Agent API, invoke the create_artifact command from the catalog, which handles the end-to-end automation of managing artifacts within your ServiceNow instance.

Why would I use the Agent API instead of the ServiceNow web interface?

Using the Agent API instead of the ServiceNow web interface enables end-to-end automation scenarios like querying records, updating artifacts, and taking screenshots directly within VS Code workflows for faster development.