read-ors-configuration

A concise summary of your roleplay character: name,</name> personality, and/or behavior, formatted as a single string sentence. Typically不超过50字,此处省略

12|13|Updated Feb 14, 2025
One-click install
npx skills add https://github.com/Snowflake-Labs/sfguide-create-a-route-optimisation-and-vehicle-route-plan-simulator --skill read-ors-configuration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-ors-configuration
Source: https://github.com/Snowflake-Labs/sfguide-create-a-route-optimisation-and-vehicle-route-plan-simulator/tree/main/.cortex/skills/customize-main/read-ors-configuration
Command: npx skills add https://github.com/Snowflake-Labs/sfguide-create-a-route-optimisation-and-vehicle-route-plan-simulator --skill read-ors-configuration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects and presents the currently configured OpenRouteService region and enabled routing profiles from the ORS configuration, helping users understand map region, location, vehicle types, and active profiles at a glance.

Core Features & Use Cases

  • Extracts the configured region name from the ORS service definition to show the map region.
  • Reads the ORS staging configuration to determine which routing profiles are enabled and available for routing.
  • Displays the current configuration to the user, enabling quick validation before runs or deployments.

Quick Start

Ask the system to read the current ORS configuration to display region and enabled routing profiles.

Frequently Asked Questions about read-ors-configuration

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

FAQPage Schema
How do I check enabled routing profiles in OpenRouteService configuration?

To check enabled routing profiles in OpenRouteService configuration, parse the ors-config.yml and ORS service definition to extract and display the active profiles available for routing operations.

How can I find the configured map region for my ORS deployment?

You can find the configured map region for your ORS deployment by extracting the REGION_NAME value directly from the ORS service definition, which identifies the current map location and area.

What routing profiles are active in my OpenRouteService staging setup?

The active routing profiles in your OpenRouteService staging setup are determined by reading the ORS staging configuration, specifically parsing ors-config.yml to list all enabled vehicle types and profiles.

How do I validate my ORS configuration before running a routing simulation?

Validate your ORS configuration before running a routing simulation by parsing the service definition and ors-config.yml to quickly display the current region name and enabled routing profiles for verification.

Can I use this configuration reader with Snowflake-based ORS deployments?

Yes, you can use this configuration reader with Snowflake-based ORS deployments to extract the configured region name and enabled routing profiles, providing quick visibility into map location and active vehicle types.

What is the purpose of reading the ors-config.yml file?

The purpose of reading the ors-config.yml file is to extract the REGION_NAME and determine which routing profiles are enabled, presenting the current OpenRouteService configuration for quick validation.