← Back to Skills Marketplace
brucegutman

Pipeworx airquality

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-airquality
Description
Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth)
README (SKILL.md)

Pipeworx airquality

Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth)

Free, no API key required. Part of the Pipeworx open MCP gateway.

When to Use

Use this skill when the user asks about airquality data or needs to query airquality information.

Available Tools

How to Call

The Pipeworx gateway speaks JSON-RPC 2.0 over HTTP POST.

List available tools

curl -s -X POST https://gateway.pipeworx.io/airquality/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Call a tool

curl -s -X POST https://gateway.pipeworx.io/airquality/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"TOOL_NAME","arguments":{"param":"value"}}}'

MCP Client Config

{
  "mcpServers": {
    "pipeworx-airquality": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/airquality/mcp"]
    }
  }
}

Notes

  • No authentication required
  • Free for all users
  • Rate limited for anonymous users (sign up at pipeworx.io for higher limits)
  • Returns JSON-RPC 2.0 responses
Usage Guidance
This skill appears coherent: it shows how to call a Pipeworx JSON‑RPC gateway to get air‑quality data and does not ask for credentials. Before installing, consider that (1) queries go to a third‑party gateway (gateway.pipeworx.io) rather than directly to open-meteo, so avoid sending sensitive or private data; (2) the example npx command would fetch and run a remote npm package if you run it — only do that if you trust pipeworx; and (3) if you prefer, you can call open-meteo directly (no auth) instead of using the proxy to reduce third‑party exposure.
Capability Analysis
Type: OpenClaw Skill Name: pipeworx-airquality Version: 1.0.0 The skill bundle provides documentation and instructions for an AI agent to interact with a remote Air Quality API gateway via the Model Context Protocol (MCP). It utilizes standard tools like curl and npx (mcp-remote) to communicate with https://gateway.pipeworx.io/airquality/mcp, which is consistent with its stated purpose of providing air quality data. No malicious code, data exfiltration logic, or harmful prompt injections were identified.
Capability Assessment
Purpose & Capability
Name/description say this is a wrapper around open-meteo air-quality data and the SKILL.md shows curl examples against https://gateway.pipeworx.io/airquality/mcp — requiring curl is appropriate and proportionate to the stated purpose.
Instruction Scope
Instructions are limited to calling a Pipeworx JSON‑RPC gateway via HTTP POST (curl examples) and providing an optional npx client configuration. They do not reference reading files or environment variables. Note: requests and payloads are sent to a third‑party gateway (gateway.pipeworx.io), so any user-supplied query content would be transmitted to that service rather than directly to open-meteo.
Install Mechanism
There is no formal install spec (instruction-only), which is low risk. The SKILL.md suggests an npx command (mcp-remote@latest) as an example MCP client; running npx would dynamically fetch and execute an npm package — this is optional but worth noting as a potential runtime fetch of remote code if the user follows the example.
Credentials
The skill declares no required environment variables or credentials and the instructions do not reference any secrets. This is proportional for an anonymous, free API wrapper.
Persistence & Privilege
Skill is not set to always:true and does not request persistent system-wide privileges. The default autonomous invocation is allowed (platform default) and is expected for a user-invocable MCP skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-airquality
  3. After installation, invoke the skill by name or use /pipeworx-airquality
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-airquality
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx airquality?

Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth). It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install Pipeworx airquality?

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

Is Pipeworx airquality free?

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

Which platforms does Pipeworx airquality support?

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

Who created Pipeworx airquality?

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

💬 Comments