write-post-event-highlight-reel-script
将活动笔记转化为社交平台用的简短回顾脚本。
下载 438
支持60+国家邮政编码查询,获取城市、州、坐标等信息。
openclaw skills install @brucegutman/pipeworx-zippopotam命令、参数、文件名以原文为准
在 60 多个国家查询邮政/邮编信息,获取城市名称、州/省、坐标及国家信息。也可以反向操作:根据国家和州/省信息查找城市的邮政编码。
lookup_zipcode** — 根据邮政编码获取地点信息。需提供国家代码(如 "us"、"gb"、"de")和邮政编码(如 "90210")。lookup_city** — 根据城市名称查找邮政编码。需提供国家代码、州/省缩写和城市名称。curl -s -X POST https://gateway.pipeworx.io/zippopotam/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"lookup_zipcode","arguments":{"country":"us","code":"90210"}}}'{
"post_code": "90210",
"country": "United States",
"country_code": "US",
"places": [
{
"name": "Beverly Hills",
"state": "California",
"state_code": "CA",
"latitude": "34.0901",
"longitude": "-118.4065"
}
]
}{
"mcpServers": {
"pipeworx-zippopotam": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/zippopotam/mcp"]
}
}
}已收录 1 个 Skill