vendor-management

Manage vendor records, contracts, SLAs, and risk assessments in ServiceNow.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/groeimetai/snow-flow --skill vendor-management-groeimetai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vendor-management
Source: https://github.com/groeimetai/snow-flow/tree/main/packages/opencode/src/bundled-skills/vendor-management
Command: npx skills add https://github.com/groeimetai/snow-flow --skill vendor-management-groeimetai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the complexities of managing vendor relationships, contracts, and associated risks within ServiceNow, ensuring efficient procurement and compliance.

Core Features & Use Cases

  • Vendor Management: Create, search, and manage vendor records in ServiceNow.
  • Contract Lifecycle: Track contract creation, renewal dates, and associated SLAs.
  • Risk Assessment: Perform and track vendor risk assessments to ensure compliance and security.
  • Use Case: Automatically identify contracts nearing expiration and generate alerts for timely renewal or renegotiation.

Quick Start

Use the vendor-management skill to find all active technology vendors with a 'strategic' tier.

Frequently Asked Questions about vendor-management

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

FAQPage Schema
How do I manage vendor contracts and SLAs in ServiceNow?

Vendor management in ServiceNow tracks the contract lifecycle and monitors SLAs by utilizing the ast_contract and core_company tables to manage vendor records, renewal dates, and associated service levels. It helps ensure efficient procurement and compliance.

Can I track vendor risk assessments and compliance using ServiceNow?

Yes, you can track vendor risk assessments in ServiceNow. The process uses the vendor_risk_assessment table to perform and monitor risk evaluations, ensuring vendor compliance and security throughout the procurement lifecycle.

What is the best way to find active strategic tier vendors in ServiceNow?

The best way to find active strategic tier vendors is to query the core_company table in ServiceNow. This allows you to search, filter, and manage vendor records based on specific tiers and procurement status.

Does ServiceNow support automated alerts for contracts nearing expiration?

Yes, ServiceNow supports automated alerts for expiring contracts. By tracking contract creation and renewal dates within the contract lifecycle, the system automatically identifies nearing expirations and generates alerts for timely renewal.

How do I create and update vendor records in ServiceNow?

You create and update vendor records in ServiceNow by utilizing the core_company table. This allows for comprehensive vendor management, including adding new vendors, searching existing records, and managing the overall contract lifecycle.

What tables are used for procurement and contract management in ServiceNow?

Procurement and contract management in ServiceNow utilizes the core_company, ast_contract, and vendor_risk_assessment tables. These tables handle vendor creation, contract tracking, SLA monitoring, and risk assessment.