← Back to Skills Marketplace
Pipeworx treasury
by
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-treasury
Description
US fiscal data — national debt, Treasury interest rates, and federal spending breakdowns from the Treasury Fiscal Data API
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipeworx-treasury - After installation, invoke the skill by name or use
/pipeworx-treasury - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pipeworx treasury?
US fiscal data — national debt, Treasury interest rates, and federal spending breakdowns from the Treasury Fiscal Data API. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Pipeworx treasury?
Run "/install pipeworx-treasury" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipeworx treasury free?
Yes, Pipeworx treasury is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipeworx treasury support?
Pipeworx treasury is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipeworx treasury?
It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.
More Skills