traffic-yandex

Report Moscow traffic congestion levels and travel times via Yandex Maps API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dzhechko/cloudru-vm-openclaw-demo --skill traffic-yandex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: traffic-yandex
Source: https://github.com/dzhechko/cloudru-vm-openclaw-demo/tree/main/archive/project/templates/skills/traffic-yandex
Command: npx skills add https://github.com/dzhechko/cloudru-vm-openclaw-demo --skill traffic-yandex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides real-time traffic congestion levels and estimated travel times for Moscow, helping users plan their commutes and journeys more effectively.

Core Features & Use Cases

  • Traffic Level Reporting: Displays current traffic congestion on a 0-10 scale with a textual summary.
  • Estimated Travel Times: Provides approximate travel durations for common routes (e.g., home to work, work to home).
  • API Key Fallback: Gracefully falls back to web search if the Yandex Maps API key is not configured, ensuring basic functionality.
  • Use Case: A user asks "How's the traffic in Moscow?", and the Skill responds with the current congestion level, a hint about specific road conditions, and estimated travel times.

Quick Start

Ask about the current traffic conditions in Moscow.

Frequently Asked Questions about traffic-yandex

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

FAQPage Schema
How do I check real-time Moscow traffic conditions and congestion levels?▼

You can check Moscow traffic congestion by asking for current conditions, which returns a 0-10 congestion scale, textual summary, and estimated travel times via the Yandex Maps API.

Can I get estimated travel times for specific Moscow commute routes?▼

Yes, the Skill provides approximate travel durations for common Moscow commute routes like home to work using the Yandex Maps API and current congestion levels.

Do I need a Yandex Maps API key to check Moscow travel time?▼

No, a Yandex Maps API key is not strictly required; the Skill falls back to web search to provide basic Moscow traffic data if the API key is missing.

What does the 0-10 traffic congestion scale mean for Moscow navigation?▼

The 0-10 scale measures real-time Moscow road congestion, with higher numbers indicating heavier traffic, accompanied by textual interpretations of specific road conditions.

What dependencies are needed to run Yandex Maps traffic queries?▼

You need curl and jq installed to execute the scripts and parse Yandex Maps API JSON responses for Moscow traffic conditions and travel time estimations.