← 返回 Skills 市场
b-gutman

Pipeworx econdata

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-econdata
功能描述
US economic indicators from the Bureau of Labor Statistics — unemployment, CPI, and employment by industry
安全使用建议
This skill appears to do what it says (fetch BLS data) but has two practical concerns you should consider before installing: (1) the SKILL.md expects you/agent to run `npx mcp-remote@latest ...` which will download and run code from npm — the manifest did not declare npx/node as a requirement; if you don't trust that package or the gateway, avoid running it. (2) API calls are routed through https://gateway.pipeworx.io; any request payload (including conversational context the agent may attach) will be sent to that external service. If you plan to use it, test with non-sensitive queries, confirm the gateway's privacy/trustworthiness, and require the skill author to declare the npx/node requirement and explicitly state how request data is handled.
功能分析
Type: OpenClaw Skill Name: pipeworx-econdata Version: 1.0.0 The skill provides access to US economic indicators from the Bureau of Labor Statistics via a remote MCP server. The setup uses the standard 'mcp-remote' utility to connect to a gateway at pipeworx.io. No malicious code, data exfiltration patterns, or harmful prompt injection instructions were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name and description match the actions described (fetch CPI, unemployment, employment by industry). Declared required binary is curl which is appropriate for the provided curl example, but the SKILL.md also instructs using `npx mcp-remote...` (node/npx) — that binary is not listed in the manifest, a mismatch between declared requirements and actual instructions.
Instruction Scope
Instructions direct the agent to POST JSON-RPC requests to https://gateway.pipeworx.io/econdata/mcp (proxy/gateway) and to register an MCP server via `npx`. The docs do not warn that query payloads (including any context the agent attaches) are sent to an external third-party endpoint, so running the tool may transmit user data to that service. The SKILL.md does not instruct reading local files or secrets, but it gives broad leeway to 'query any BLS time series' which could cause the agent to include extra conversational context in requests.
Install Mechanism
The package is instruction-only (no install spec), but the Setup section tells users/agents to run `npx -y mcp-remote@latest ...`, which will download and execute code from the npm registry at runtime. That runtime install step is not declared in the manifest (only curl listed). Using npx implies code will be fetched and executed from npm, which is a non-trivial install action and should be declared.
Credentials
No environment variables or credentials are requested in the manifest or SKILL.md. That is proportionate for a read-only data retrieval skill that doesn't require API keys. However, the external gateway may itself require or accept credentials in other deployments — none are declared here.
Persistence & Privilege
always is false and there are no config paths requested. Normal autonomous invocation is allowed (platform default). Combined with the ability to POST arbitrary payloads to an external gateway, autonomous invocation could cause outgoing requests without explicit user action — consider this when enabling autonomous use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-econdata
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-econdata 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-econdata
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx econdata 是什么?

US economic indicators from the Bureau of Labor Statistics — unemployment, CPI, and employment by industry. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 Pipeworx econdata?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-econdata」即可一键安装,无需额外配置。

Pipeworx econdata 是免费的吗?

是的,Pipeworx econdata 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pipeworx econdata 支持哪些平台?

Pipeworx econdata 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pipeworx econdata?

由 Bruce Gutman(@b-gutman)开发并维护,当前版本 v1.0.0。

💬 留言讨论