Fetch Weather Report

Weather-report skill that returns the same hardcoded 21C "Sunny" everywhere

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 29, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 30, 2026 · 9d80d0c

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 29, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Ran the bundled run.sh three times: it reported "Successfully fetched weather data" and returned 21.0C / "Sunny" for both San Francisco and Nuuk, Greenland, and 69.8F / "Sunny" for Reykjavik. The numbers never change because scripts/run.py contains no HTTP client at all, just a line commented "Mock the final summary result". A single unaided open-meteo call in the no-skill baseline returned the real values for the same moment: 14.0C in San Francisco, 7.4C and overcast in Nuuk. The SKILL.md also documents an ask_llm condition-parser and a browser-scraping fallback that exist nowhere in the skill directory. This is the example template AI Mime's builder copies from, not a working skill, so installing it makes Claude confidently wrong about the weather.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 1/10
  • Docs & honesty 1/5

What Fetch Weather Report does

A weather-lookup skill bundled inside the AI Mime desktop app as the scaffold its skill-builder copies from. The frontmatter promises a current forecast for any location, and it triggers on ordinary weather questions, but the bundled runner makes no network request and emits a fixed placeholder result.

How to install Fetch Weather Report

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Fetch Weather Report

  • /fetch-weather-report Weather-report skill that returns the same hardcoded 21C "Sunny" everywhere

It also activates on plain-language prompts like these:

  • What's the current temperature and conditions in Reykjavik right now?
  • Fetch today's weather report for San Francisco, current temp and sky
  • Give me a structured weather summary for Nuuk, Greenland this morning

Frequently asked questions

Is the Fetch Weather Report skill free?
Yes. The skill itself is free from prakhar1114/ai_mime. SkillProof publishes the install command and an independent test verdict at no cost.
Does Fetch Weather Report work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 29, 2026. Verdict: Tested · Didn't pass. Ran the bundled run.sh three times: it reported "Successfully fetched weather data" and returned 21.0C / "Sunny" for both San Francisco and Nuuk, Greenland, and 69.8F / "Sunny" for Reykjavik. The numbers never change because scripts/run.py contains no HTTP client at all, just a line commented "Mock the final summary result". A single unaided open-meteo call in the no-skill baseline returned the real values for the same moment: 14.0C in San Francisco, 7.4C and overcast in Nuuk. The SKILL.md also documents an ask_llm condition-parser and a browser-scraping fallback that exist nowhere in the skill directory. This is the example template AI Mime's builder copies from, not a working skill, so installing it makes Claude confidently wrong about the weather.
How do I install Fetch Weather Report?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Fetch Weather Report with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.