← Back to Skills Marketplace
zoranjurcevic

Podpoint

by zoranjurcevic · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1697
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install podpoint
Description
Monitors live status of a Pod Point charger’s connectors A and B, reporting current availability and changes without requiring authentication.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install podpoint
  3. After installation, invoke the skill by name or use /podpoint
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug podpoint
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Podpoint?

Monitors live status of a Pod Point charger’s connectors A and B, reporting current availability and changes without requiring authentication. It is an AI Agent Skill for Claude Code / OpenClaw, with 1697 downloads so far.

How do I install Podpoint?

Run "/install podpoint" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Podpoint free?

Yes, Podpoint is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Podpoint support?

Podpoint is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Podpoint?

It is built and maintained by zoranjurcevic (@zoranjurcevic); the current version is v1.0.0.

💬 Comments