返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
p

pcmiler

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
1,535
下载量
1
收藏
概述
安装方式
版本历史

pcmiler

# PCMiler Access the PCMiler REST API with API authentication. Manage truck routing needs. ## Quick Start ```bash # Show route report curl -s -X GET "https://pcmiler.alk.com/apis/rest/v1.0/Service.svc/route/routeReports?stops=-75.173297%2C39.942892%3B-74.83153%2C39.61703%3B-74.438942%2C39.362469&reports=RoutePath" -H "Authorization: $PCMILER_API_KEY" Example JSON Response [ { "__type": "RoutePathReport:http://pcmiler.alk.com/APIs/v1.0", "RouteID": null, "type": "Feature", "geometry": { "type": "MultiLineString", "coordinates": [ [ [ -75.173297, 39.942892 ], [ -74.439742, 39.362342 ] ] ] }, "TMinutes": 102, "TDistance": 74.411, "properties": null } ] ``` ```bash # Geocode an address to fir lat/lon curl -s -X GET "https://pcmiler.alk.com/apis/rest/v1.0/Service.svc/locations?street=1%20Independence%20Way&city=princeton&state=nj&country=US&postcode=08540&postcodeFilter=us&region=NA&dataset=Current" -H "Authorization: $PCMILER_API_KEY" Example JSON Response [ { "Address": { "StreetAddress": "1 Independence Way", "City": "Princeton", "State": "NJ", "Zip": "08540", "County": "Mercer", "Country": "United States", "SPLC": null, "CountryPostalFilter": 0, "AbbreviationFormat": 0, "StateName": "New Jersey", "StateAbbreviation": "NJ", "CountryAbbreviation": "US" }, "Coords": { "Lat": "40.360639", "Lon": "-74.599867" }, "Region": 4, "Label": "", "PlaceName": "", "TimeZone": "EST", "Errors": [], "SpeedLimitInfo": null, "ConfidenceLevel": "Exact", "DistanceFromRoad": null, "CrossStreet": null, "TimeZoneOffset": "GMT-5:00", "TimeZoneAbbreviation": "EST", "IsDST": false } ] ``` ## Setup Requires environment variable - `PCMILER_API_KEY` - PCMiler API Key

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 pcmiler-1776356727 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 pcmiler-1776356727 技能

通过命令行安装

skillhub install pcmiler-1776356727

下载 Zip 包

⬇ 下载 pcmiler v1.0.1

文件大小: 1.62 KB | 发布时间: 2026-4-17 14:13

v1.0.1 最新 2026-4-17 14:13
- Added a new example for geocoding an address to latitude/longitude using the PCMiler API.
- Included sample curl command and expected JSON response for the geocoding endpoint.
- Improved documentation for clarity and completeness.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部