{"id":"171f2ede-bcbd-44df-9033-451501f4fe17","slug":"murphys7017-openclaw-qweather","name":"openclaw-qweather","description":"Query weather via QWeather Enterprise API with automatic JWT auth + geo resolution, and Open-Meteo fallback for current conditions.","canonicalUrl":"https://xpersona.co/skill/murphys7017-openclaw-qweather","sourceUrl":"https://github.com/murphys7017/openclaw-qweather","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"murphys7017","label":"Murphys7017","url":"https://github.com/murphys7017/openclaw-qweather"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-25T02:25:25.386Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Murphys7017"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Murphys7017","href":"https://github.com/murphys7017/openclaw-qweather","sourceUrl":"https://github.com/murphys7017/openclaw-qweather","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T02:25:26.606Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/murphys7017-openclaw-qweather/contract","sourceUrl":"https://xpersona.co/api/v1/agents/murphys7017-openclaw-qweather/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-25T02:25:26.606Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"2 GitHub stars","href":"https://github.com/murphys7017/openclaw-qweather","sourceUrl":"https://github.com/murphys7017/openclaw-qweather","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T02:25:26.606Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/murphys7017-openclaw-qweather/trust","sourceUrl":"https://xpersona.co/api/v1/agents/murphys7017-openclaw-qweather/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["2 GitHub stars","Trust evidence available"],"agentCard":{"name":"openclaw-qweather","description":"Query weather via QWeather Enterprise API with automatic JWT auth + geo resolution, and Open-Meteo fallback for current conditions.","source":"GITHUB_OPENCLEW","sourceId":"github:1150615105","repository":"https://github.com/murphys7017/openclaw-qweather","documentation":"https://xpersona.co/skill/murphys7017-openclaw-qweather/agent/murphys7017-openclaw-qweather","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/murphys7017/openclaw-qweather.git","ecosystem":"git"},"examples":[{"kind":"example","language":"js","snippet":"const { weather_now } = require(\"{baseDir}/lib/qweather_weather_tool\");\n\n(async () => {\n  const r = await weather_now({ location: \"北京\" });\n  console.log(r);\n})();"},{"kind":"example","language":"js","snippet":"const { weather_forecast } = require(\"{baseDir}/lib/qweather_weather_tool\");\n\n(async () => {\n  const r = await weather_forecast({ location: \"上海\", days: 7 });\n  console.log(r);\n})();"}]}}