一键导入
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 职业分类
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.
| 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.