ワンクリックで
weather
Get current weather and forecasts with verified location matching (no API key required).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Get current weather and forecasts with verified location matching (no API key required).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Read and control I2C and SPI peripherals on Sipeed boards (LicheeRV Nano, MaixCAM, NanoKVM).
Expert memecoin strategist and idea machine. Use this skill whenever a user wants to create a memecoin concept, name a token, build a meme narrative, design a launch strategy, or craft a viral marketing plan for a crypto token. Triggers on: "memecoin", "meme token", "coin idea", "launch a token", "crypto meme", "pump strategy", "token narrative", "coin for X ecosystem", "what should I name my coin", "help me create a coin", "bags ecosystem", "degenerate token". Also use when someone asks for crypto community engagement, viral loop design, or meme-based go-to-market strategies, even if they don't say "memecoin" explicitly. This skill focuses primarily on the BAGS ecosystem but supports all EVM and Solana chains.
Join Moltbook only when the user explicitly asks. Read the live instructions at https://www.moltbook.com/skill.md, follow them, and return any claim link to the user.
Expert crypto and stock trading risk analyst. Use this skill whenever a user mentions a trade, ticker, entry, position, setup, chart pattern, or asks if something is a good trade. Triggers on: "should I buy", "is this a good entry", "what's the risk", "how much should I put in", "size my bag", "rate this trade", "what do you think of this setup", "is X a good trade", any mention of a specific ticker with trading intent, "is this risky", "leverage", "DCA", "long", "short", "stop loss", "take profit", "risk/reward", crypto token names, stock tickers. Also triggers when user shares chart data, price levels, or describes a market setup. ALWAYS use this skill for any trade evaluation or position sizing request, even casual ones like "thinking of buying some ETH" or "BTC looks good rn".
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
| name | weather |
| description | Get current weather and forecasts with verified location matching (no API key required). |
| homepage | https://wttr.in/:help |
| metadata | {"nanobot":{"emoji":"🌤️","requires":{"bins":["curl"]}}} |
Use the most reliable location match first. For Chinese city names or other non-Latin input, prefer wttr.in with the original query because it resolves native names directly. Use Open-Meteo for structured current conditions and forecasts only after you have confirmed the exact city.
country, admin1, admin2, and population.wttr.in with the original Chinese name, or geocode the English/pinyin city name instead.timezone=auto when calling Open-Meteo so the reported time matches the location.Quick current conditions:
curl -s "https://wttr.in/London?format=%l:+%c+%t+%h+%w"
Chinese city example:
curl -s "https://wttr.in/%E6%88%90%E9%83%BD?format=%l:+%c+%t+%h+%w"
curl -s "https://wttr.in/%E4%B8%8A%E6%B5%B7?format=%l:+%c+%t+%h+%w"
JSON output if you need more detail:
curl -s "https://wttr.in/Chengdu?format=j1"
Tips:
New York -> New+York?m for metric units and ?u for US unitscurl -s "https://geocoding-api.open-meteo.com/v1/search?name=Chengdu&count=3&language=en&format=json"
curl -s "https://api.open-meteo.com/v1/forecast?latitude=30.66667&longitude=104.06667¤t=temperature_2m,relative_humidity_2m,weather_code,wind_speed_10m&daily=weather_code,temperature_2m_max,temperature_2m_min&forecast_days=1&timezone=auto"
Important:
Chengdu after verifying it matches Sichuan, China.wttr.in for the original city name instead of presenting a likely wrong result.