원클릭으로
currency-converter
Converts monetary amounts between fiat currencies using a stub exchange-rate table. Demo-only catalog filler.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Converts monetary amounts between fiat currencies using a stub exchange-rate table. Demo-only catalog filler.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | currency-converter |
| description | Converts monetary amounts between fiat currencies using a stub exchange-rate table. Demo-only catalog filler. |
| license | Apache-2.0 |
| compatibility | opencode |
| metadata | {"runtime_iam":[]} |
Use this skill when the user asks to convert a monetary amount from one fiat currency to another (for example, "convert 100 USD to EUR").
This is a demonstration skill. It does not consult any live
exchange-rate API and ships no helper script; the agent surfaces
a canned mid-market rate and the converted amount inline, so the
demo catalog has a second skill to rank against
apigee-policy-top10 without consuming external quota.
When invoked, do this:
currency-converter: stub conversion -- <amount> <FROM> -> <converted> <TO>
using a plausible canned mid-market rate (e.g. 1 USD ≈ 0.92 EUR).runtime_iam permissions.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.
Returns a stub weather forecast for a given location. Demo-only catalog filler.