← 返回 Skills 市场
PC*Miler
作者
nchoudhury-trimble
· GitHub ↗
· v1.0.1
1575
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install pcmiler
功能描述
PCMier REST API provides methods to retrieves a series of geographic coordinates that make up a route.
安全使用建议
This is an instruction-only skill that demonstrates calling the official PCMiler REST endpoints — that is coherent with its purpose. However: (1) the SKILL.md requires PCMILER_API_KEY but the registry metadata does not list any required credentials — ask the publisher to correct the metadata so you can see exactly what will be requested. (2) The source/homepage is unknown; prefer skills that link to an official project page or repository. (3) Only supply a PCMiler API key with the minimum needed scope and avoid using high-privilege keys; consider creating a dedicated key that can be rotated. (4) Because the skill sends route and geocoding data to pcmiler.alk.com, confirm you are comfortable sending your addresses/coordinates to that service. If you need higher assurance, request the publisher to add provenance (homepage/repo), update metadata to declare PCMILER_API_KEY, and explain how the key is used.
功能分析
Type: OpenClaw Skill
Name: pcmiler
Version: 1.0.1
The skill is benign, providing examples for interacting with the PCMiler REST API. It makes standard `curl` GET requests to the legitimate `pcmiler.alk.com` endpoint, using an API key provided via the `$PCMILER_API_KEY` environment variable. There is no evidence of data exfiltration beyond the intended API interaction, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation in `SKILL.md`.
能力评估
Purpose & Capability
The skill's name/description (PCMiler route/geocode REST API) matches the provided cURL examples and expected behavior. Requiring an API key is reasonable for this purpose, but the package metadata lists no required credentials while SKILL.md explicitly references PCMILER_API_KEY — that's an inconsistency.
Instruction Scope
SKILL.md only contains example cURL calls to pcmiler.alk.com and example JSON responses. It does not instruct reading local files, other environment variables, or sending data to unexpected third-party endpoints. The runtime behavior described is narrowly scoped to PCMiler API calls.
Install Mechanism
There is no install spec and no code files (instruction-only). Nothing is written to disk or downloaded by the skill itself, which reduces installation risk.
Credentials
The SKILL.md setup section requires an environment variable PCMILER_API_KEY (sensible for API access) but the skill's registry metadata declares no required env vars or primary credential. That mismatch could be an oversight or misconfiguration — it should explicitly declare the API key in metadata. Also the skill will send route/geocode data to pcmiler.alk.com, so the API key will be transmitted to that service.
Persistence & Privilege
The skill does not request always:true, does not modify system or other-skill configs, and does not require persistent system privileges. Autonomous invocation is allowed (platform default) but nothing in the skill asks for elevated persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pcmiler - 安装完成后,直接呼叫该 Skill 的名称或使用
/pcmiler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 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.
v1.0.0
PCMiler skill 1.0.0 – Initial release
- Introduces PCMiler REST API integration for route coordinate retrieval.
- Includes authentication support via PCMiler API key.
- Provides example usage and response in SKILL.md.
- Suitable for truck routing and route path analysis.
元数据
常见问题
PC*Miler 是什么?
PCMier REST API provides methods to retrieves a series of geographic coordinates that make up a route. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1575 次。
如何安装 PC*Miler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pcmiler」即可一键安装,无需额外配置。
PC*Miler 是免费的吗?
是的,PC*Miler 完全免费(开源免费),可自由下载、安装和使用。
PC*Miler 支持哪些平台?
PC*Miler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PC*Miler?
由 nchoudhury-trimble(@nchoudhury-trimble)开发并维护,当前版本 v1.0.1。
推荐 Skills