원클릭으로
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.