← Back to Skills Marketplace
brucegutman

Pipeworx holidays

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-holidays
Description
Public holidays for 100+ countries — look up by year, check if today is a holiday, or find the next upcoming ones
Usage Guidance
This skill appears to do what it says (holiday lookups) but two issues merit caution: (1) the examples call a pipeworx gateway rather than Nager.Date directly — confirm you trust https://gateway.pipeworx.io and its privacy/usage policy before sending queries; (2) the SKILL.md suggests running `npx -y mcp-remote@latest ...` (not declared in required binaries), which will download and execute code from npm. If you plan to install that, prefer reproducible pinned versions, request a formal install spec, or ask the publisher for source code/a vetted release. If you only need simple queries, consider calling the Nager.Date API directly or request the skill be updated to declare npx in required binaries and to avoid fetching 'latest' at runtime.
Capability Analysis
Type: OpenClaw Skill Name: pipeworx-holidays Version: 1.0.0 The skill provides public holiday information by interfacing with a remote Model Context Protocol (MCP) server hosted at gateway.pipeworx.io. It uses standard methods (npx mcp-remote) to connect to the API and provides tools for holiday lookups, which are consistent with its stated purpose in SKILL.md. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Description says it uses the Nager.Date API for holiday data, but all example calls go to https://gateway.pipeworx.io/holidays/mcp (a proxy/service). That could be legitimate (a proxy to Nager.Date) but is an important mismatch. The declared required binary is only curl, yet the SKILL.md setup uses npx — this is an undeclared runtime requirement.
Instruction Scope
Runtime instructions show POSTing JSON-RPC to the pipeworx gateway and include a 'Setup' snippet that runs npx to fetch mcp-remote@latest, which will download and run code from npm. The skill does not instruct reading local files or environment variables, but the npx step grants the skill the ability to execute remotely fetched code on the host if followed.
Install Mechanism
There is no formal install spec in the registry, but the SKILL.md recommends using npx to install/execute mcp-remote@latest from the public npm registry. npx fetches and runs code at install time (extract=true equivalent) which is higher risk and should have been declared in an install spec and in required binaries.
Credentials
The skill declares no required environment variables or credentials, which is proportionate for a read-only holiday lookup. However, queries are sent to an external gateway (pipeworx.io) rather than directly to Nager.Date, so users should be aware query contents (country/year/date) will be transmitted to that third party.
Persistence & Privilege
The skill is not always-enabled and uses default autonomous invocation; it does not request system-wide config changes or persistent credentials. The main privilege concern is the optional npx install step which could execute code transiently.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-holidays
  3. After installation, invoke the skill by name or use /pipeworx-holidays
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-holidays
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx holidays?

Public holidays for 100+ countries — look up by year, check if today is a holiday, or find the next upcoming ones. It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.

How do I install Pipeworx holidays?

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

Is Pipeworx holidays free?

Yes, Pipeworx holidays is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pipeworx holidays support?

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

Who created Pipeworx holidays?

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

💬 Comments