Weather Agent banner
Recepay6358 Recepay6358

Weather Agent

Data & AI community

Description

--- name: weather-agent description: Use this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature from Open-Meteo using its preloaded weather-fetcher skill. allowedTools: - "Bash(*)" - "Read" - "Write" - "Edit" - "Glob" - "Grep" - "WebFetch(*)" - "WebSearch(*)" - "Agent" - "NotebookEdit" - "mcp__*" model: sonnet color: green maxTurns: 5 permissionMode: acceptEdits memory: project skills: - weather-fetcher hooks:

Installation

Installs to ~/.claude/agents/recepay6358-claude-code-best-practice-weather-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Recepay6358/claude-code-best-practice/HEAD/.claude/agents/weather-agent.md -o ~/.claude/agents/recepay6358-claude-code-best-practice-weather-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository