← 返回 Skills 市场
brucegutman

Pipeworx treasury

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-treasury
功能描述
US fiscal data — national debt, Treasury interest rates, and federal spending breakdowns from the Treasury Fiscal Data API
安全使用建议
This skill appears to do what it says: query US Treasury fiscal data. Before installing or using it, verify you trust the Pipeworx gateway (https://gateway.pipeworx.io and https://pipeworx.io) because the skill routes queries there rather than directly to Treasury.gov. Do not send sensitive or private data through the skill: any prompts, contextual data, or files you include in requests will be visible to the remote service. If you plan to run the suggested setup, review the mcp-remote npm package (its source, maintainers, and recent versions) before executing the npx command. If you need an auditable/direct source, consider calling the official Treasury Fiscal Data API endpoints yourself instead of using the proxy.
功能分析
Type: OpenClaw Skill Name: pipeworx-treasury Version: 1.0.0 The skill bundle provides access to US Treasury fiscal data via a remote MCP server. It uses the standard 'mcp-remote' utility to connect to a gateway at gateway.pipeworx.io. No evidence of malicious intent, data exfiltration, or prompt injection was found in the SKILL.md or _meta.json files.
能力评估
Purpose & Capability
Name/description match the functionality shown: the skill fetches national debt, Treasury rates, and federal spending. Required binary (curl) is reasonable for making HTTP calls. The only discrepancy is the skill's text references the 'Treasury Fiscal Data API' but the examples and setup call a Pipeworx gateway (pipeworx.io) rather than calling the government API directly; this is plausibly a proxy service but users should be aware it's not a direct gov endpoint.
Instruction Scope
The SKILL.md confines itself to issuing JSON-RPC calls to https://gateway.pipeworx.io/treasury/mcp and shows curl examples; it does not instruct reading local files or environment variables. Important privacy note: any data you send in these calls (including prompts or contextual info) will be transmitted to the remote Pipeworx gateway, so the gateway operator can observe it.
Install Mechanism
There is no registry install spec (instruction-only), which is low risk. However the setup snippet recommends running an npx command (npx -y mcp-remote@latest ...) which will download and execute code from npm when run. That is not performed by the registry itself but is an action an operator may take; downloading/executing third-party npm packages carries moderate risk and should be reviewed before use.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to its stated purpose of fetching public fiscal data.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The SKILL.md suggests adding an mcpServers entry so the agent can call the remote MCP endpoint; that will allow the agent (and potentially autonomous invocations) to forward prompts and arguments to the external service. This is expected for a remote-backed skill but increases the blast radius for data exposure.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-treasury
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-treasury 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-treasury
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx treasury 是什么?

US fiscal data — national debt, Treasury interest rates, and federal spending breakdowns from the Treasury Fiscal Data API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 Pipeworx treasury?

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

Pipeworx treasury 是免费的吗?

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

Pipeworx treasury 支持哪些平台?

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

谁开发了 Pipeworx treasury?

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

💬 留言讨论