CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. mateeb11
  4. /
  5. weather-forecast
  6. /
  7. Weather Skill

Weather Skill

Editor's Note

Pulls current conditions and 16-day forecasts from Open-Meteo's free API with geocoding built in. The workflow is straightforward: it resolves the location, fetches weather data via WebFetch, and responds with temperature, precipitation, wind, and humidity. What's nice is the travel intent detection. Ask "what should I pack for Tokyo next week" and it automatically includes clothing advice from a reference guide. It handles ambiguous locations well, distinguishes between hourly and daily resolution based on your question, and even supports up to 92 days of historical weather if you're curious about last month. The WMO weather code lookup is included, so you get "Moderate rain" instead of raw numeric codes. Solid for any assistant that fields weather questions.

Install

npx skills add https://github.com/mateeb11/weather-forecast --skill weather-skill
Votes
0
Installs123
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment