← 返回 Skills 市场
Pipeworx airquality
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-airquality
功能描述
Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth)
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-airquality - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-airquality触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx airquality 是什么?
Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 Pipeworx airquality?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-airquality」即可一键安装,无需额外配置。
Pipeworx airquality 是免费的吗?
是的,Pipeworx airquality 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx airquality 支持哪些平台?
Pipeworx airquality 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx airquality?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills