返回顶部
p

pcmilerPCMiler

|

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

pcmiler

技能名称: pcmiler
详细描述:

PCMiler

通过API认证访问PCMiler REST API。管理卡车路线规划需求。

快速开始

bash

显示路线报告


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: $PCMILERAPIKEY

示例 JSON 响应
[
{
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

将地址地理编码为经纬度


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®ion=NA&dataset=Current -H Authorization: $PCMILERAPIKEY

示例 JSON 响应
[
{
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
}
]

设置

需要环境变量

  • - PCMILERAPIKEY - PCMiler API 密钥

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 pcmiler-1776356727 技能

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

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

通过命令行安装

skillhub install pcmiler-1776356727

下载

⬇ 下载 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
返回顶部