weather
The weather skill retrieves current conditions and forecasts for any global location using wttr.in's free service. Use it when users ask about temperature, precipitation, wind, or multi-day forecasts. Do not use for historical weather data, climate trends, severe weather alerts, or specialized aviation and marine forecasts. The skill requires only a city name or airport code and needs no API key.
git clone --depth 1 https://github.com/melandlabs/openloomi /tmp/weather && cp -r /tmp/weather/skills/weather ~/.claude/skills/weatherSKILL.md
# Weather Skill Get current weather conditions and forecasts. ## When to Use ✅ **USE this skill when:** - "What's the weather?" - "Will it rain today/tomorrow?" - "Temperature in [city]" - "Weather forecast for the week" - Travel planning weather checks ## When NOT to Use ❌ **DON'T use this skill when:** - Historical weather data → use weather archives/APIs - Climate analysis or trends → use specialized data sources - Hyper-local microclimate data → use local sensors - Severe weather alerts → check official NWS sources - Aviation/marine weather → use specialized services (METAR, etc.) ## Location Always include a city, region, or airport code in weather queries. ## Commands ### Current Weather ```bash # One-line summary curl "wttr.in/London?format=3" # Detailed current conditions curl "wttr.in/London?0" # Specific city curl "wttr.in/New+York?format=3" ``` ### Forecasts ```bash # 3-day forecast curl "wttr.in/London" # Week forecast curl "wttr.in/London?format=v2" # Specific day (0=today, 1=tomorrow, 2=day after) curl "wttr.in/London?1" ``` ### Format Options ```bash # One-liner curl "wttr.in/London?format=%l:+%c+%t+%w" # JSON output curl "wttr.in/London?format=j1" # PNG image curl "wttr.in/London.png" ``` ### Format Codes - `%c` — Weather condition emoji - `%t` — Temperature - `%f` — "Feels like" - `%w` — Wind - `%h` — Humidity - `%p` — Precipitation - `%l` — Location ## Quick Responses **"What's the weather?"** ```bash curl -s "wttr.in/London?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity" ``` **"Will it rain?"** ```bash curl -s "wttr.in/London?format=%l:+%c+%p" ``` **"Weekend forecast"** ```bash curl "wttr.in/London?format=v2" ``` ## Notes - No API key needed (uses wttr.in) - Rate limited; don't spam requests - Works for most global cities - Supports airport codes: `curl wttr.in/ORD`
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Drive a native macOS app via the cua-driver CLI (default) or MCP server — snapshot its AX tree, click/type/scroll by element_index, verify via re-snapshot. Use when the user asks you to operate, drive, automate, or perform a GUI task in a real macOS application on the host (e.g. "open a file in TextEdit", "navigate to /Applications in Finder", "click the Save button in Numbers").
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
openloomi API documentation and reference. Use when working with openloomi backend APIs, AI, authentication, characters, messages, files, integrations, billing, or any server-side functionality. Triggers: API endpoints, backend routes, authentication, cloud API, integrations
openloomi Connectors tools - manage platform integrations (OAuth connections, list accounts, check status). Triggers: connect platform, integration status, list accounts, disconnect
Use this when users ask about openloomi features, capabilities, or how to use it. Examples: 'openloomi 怎么用', '你能做什么', 'What can you do?', 'How does openloomi work?', 'Tell me about openloomi features', 'What platforms does openloomi support?', 'How do I use scheduled tasks?', 'What is Insights system?', 'How do I connect Telegram?', 'How to create automation?', '什么是 openloomi 事件?
openloomi Memory tools - search memory files, knowledge base, and chat insights. Triggers: memory search, knowledge base, documents, insights