← 返回 Skills 市场
Podpoint
作者
zoranjurcevic
· GitHub ↗
· v1.0.0
1697
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install podpoint
功能描述
Monitors live status of a Pod Point charger’s connectors A and B, reporting current availability and changes without requiring authentication.
安全使用建议
This skill appears to do exactly what it says: poll Pod Point's public pod-status endpoint for connectors A/B and report availability. Before installing, note that: (1) it will make outbound network requests to https://charge.pod-point.com with whatever podId you supply, so do not pass any secret or private identifier you don't want transmitted; (2) it runs polling loops (configurable interval and timeout) which will generate network traffic while watching; and (3) it assumes a runtime environment with fetch available (Node runtimes older than Node 18 may lack global fetch). No credentials, unknown endpoints, or filesystem access are requested, and there are no signs of obfuscated or malicious behavior.
功能分析
Type: OpenClaw Skill
Name: podpoint
Version: 1.0.0
The skill is designed to monitor the public status of Pod Point charging pods. The `index.js` code makes HTTP GET requests exclusively to `https://charge.pod-point.com` to fetch public data, which aligns with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` that would manipulate the agent into performing unauthorized actions. The `skill.json` defines a clear and limited interface for the skill.
能力评估
Purpose & Capability
Name, SKILL.md, skill.json and index.js all describe a Pod Point pod-status watcher that polls https://charge.pod-point.com/ajax/pods/{podId}. No extra capabilities, credentials, or binaries are requested beyond network access, which is required for the stated purpose.
Instruction Scope
SKILL.md and the code limit activity to fetching the Pod Point public status endpoint, parsing connector A/B statuses, and optionally polling until a change or timeout. The instructions and code do not read local files, environment variables, or send data to any endpoint other than the Pod Point endpoint.
Install Mechanism
No install spec is provided (instruction-only with an included index.js). Nothing is downloaded from external URLs and no archive extraction or package installs are declared.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not attempt to access undisclosed secrets or unrelated services.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It performs transient polling and returns results; no persistent installation or privileged operations are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install podpoint - 安装完成后,直接呼叫该 Skill 的名称或使用
/podpoint触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Pod Point Watcher skill.
- Monitors live status of a specific Pod Point charging pod using the public status endpoint.
- Tracks both connectors A and B for charging and availability status changes.
- Detects transitions from Charging → Available and when both connectors are free.
- Can return current charger status or wait and notify upon status changes.
- No authentication or API keys required.
元数据
常见问题
Podpoint 是什么?
Monitors live status of a Pod Point charger’s connectors A and B, reporting current availability and changes without requiring authentication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1697 次。
如何安装 Podpoint?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install podpoint」即可一键安装,无需额外配置。
Podpoint 是免费的吗?
是的,Podpoint 完全免费(开源免费),可自由下载、安装和使用。
Podpoint 支持哪些平台?
Podpoint 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Podpoint?
由 zoranjurcevic(@zoranjurcevic)开发并维护,当前版本 v1.0.0。
推荐 Skills