source-command-weather-query

Collect date and city inputs and route weather queries to lookup agents.

10|Updated May 11, 2026
One-click install
npx skills add https://github.com/wise-claw/wise-tui --skill source-command-weather-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-weather-query
Source: https://github.com/wise-claw/wise-tui/tree/main/.agents/skills/source-command-weather-query
Command: npx skills add https://github.com/wise-claw/wise-tui --skill source-command-weather-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users execute a structured weather-query workflow without manually coordinating input collection, routing logic, and specialized weather lookup tasks.

Core Features & Use Cases

  • Workflow Execution: Runs the migrated weather-query command through a defined CC Workflow Studio process with branching based on user-selected dates.
  • Agent-Based Queries: Delegates today, tomorrow, and specific-date weather lookups to dedicated sub-agents.
  • Use Case: Use this Skill when a user needs weather information for a city and wants the request handled through an orchestrated multi-step workflow.

Quick Start

Ask the weather-query skill to retrieve the weather for a chosen city and date.

Frequently Asked Questions about source-command-weather-query

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

FAQPage Schema
How do I query weather forecasts using an agent workflow?

Your weather query is executed by routing city and date inputs through CC Workflow Studio orchestration, which delegates the lookup to dedicated sub-agents handling today, tomorrow, or specific-date forecasts.

Can I get weather information for a specific date through workflow orchestration?

Yes, weather information for a specific date is handled through workflow branching that routes your request to a specialized sub-agent designed to process specific-date forecasts via CC Workflow Studio.

Do I need CC Workflow Studio to run agent-based weather queries?

Yes, CC Workflow Studio is required because it provides the workflow execution support and user input branching needed to route queries to the dedicated weather lookup sub-agents.

How does workflow branching handle today versus tomorrow weather requests?

Workflow branching handles today versus tomorrow weather requests by evaluating the user-selected date and delegating the lookup to distinct sub-agents specialized for each specific time frame.

What inputs are required to retrieve weather information through this workflow?

Retrieving weather information through this workflow requires two inputs: the target city and the desired date, which are collected and used to route the request to the appropriate weather lookup agent.