ワンクリックで
weather-lookup
Returns a stub weather forecast for a given location. Demo-only catalog filler.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Returns a stub weather forecast for a given location. Demo-only catalog filler.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Teaches an LLM agent to scaffold, configure, validate, package, upload, and deploy Apigee X / hybrid API proxies by orchestrating the 18 MCP tools exposed by the apigee-proxy-skill MCP server. The agent never writes XML by hand — tools generate policy XML from 25 Jinja2 templates, validate bundles with defusedxml, package with a 10 MB ceiling, and surface every failure as a closed-set ErrorKind envelope.
Reports the top 10 Apigee policy types currently in use across deployed proxy revisions in the caller's Apigee org. Reads the Apigee Management API only; modifies nothing. Authenticates with Application Default Credentials.
Converts monetary amounts between fiat currencies using a stub exchange-rate table. Demo-only catalog filler.
| name | weather-lookup |
| description | Returns a stub weather forecast for a given location. Demo-only catalog filler. |
| license | Apache-2.0 |
| compatibility | opencode |
| metadata | {"runtime_iam":[]} |
Use this skill when the user asks for the weather, temperature, or forecast for a named city or region (for example, "what's the weather in Tokyo?").
This is a demonstration skill. It does not consult any live
meteorology API and ships no helper script; the agent surfaces
a canned forecast inline so the demo catalog has a second skill
to rank against apigee-policy-top10 without consuming external
quota.
When invoked, do this:
weather-lookup: stub forecast -- <city>: <temperature>, <condition>
using a plausible canned reading (e.g. Tokyo: 21C, partly cloudy).runtime_iam permissions.