🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

数联互通weather

by @jianmo1997

Get current weather and forecasts via WeatherAPI.com. Use when: user asks about weather, temperature, or forecasts for any location. IMPORTANT: You must conf...

Versionv1.0.0
💡 Examples

After configuring your API key, you can ask:

  • "What's the weather in Shanghai?"
  • "Will it rain in Beijing tomorrow?"
  • "Weather forecast for New York this week"
  • ⚙️ Configuration

    Option 1: OpenClaw UI (Recommended)

    1. Open OpenClaw Control UI: http://127.0.0.1:18789 2. Go to Skills section 3. Find shulian-weather skill 4. Click Configure button 5. Enter your API key 6. Save

    Option 2: Config File

    Edit ~/.openclaw/openclaw.json:

    {
      "skills": {
        "entries": {
          "shulian-weather": {
            "enabled": true,
            "apiKey": "YOUR-API-KEY-HERE"
          }
        }
      }
    }
    

    Option 3: Environment Variable

    Add to ~/.zshrc:

    export WEATHER_API_KEY="YOUR-API-KEY-HERE"
    

    Then restart Gateway.

    📋 Tips & Best Practices

  • API key is required - no default key provided
  • Supports worldwide locations
  • Returns JSON format
  • Free tier: 1,000,000 calls/month
  • View on ClawHub
    TERMINAL
    clawhub install shulian-weather

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →