Pipeworx bls

v1.0.0

Access and search Bureau of Labor Statistics economic data series, fetch historical or latest employment, inflation, wages, productivity, and housing data.

0· 68·0 current·0 all-time
byBruce Gutman@brucegutman

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for brucegutman/pipeworx-bls.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pipeworx bls" (brucegutman/pipeworx-bls) from ClawHub.
Skill page: https://clawhub.ai/brucegutman/pipeworx-bls
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pipeworx-bls

ClawHub CLI

Package manager switcher

npx clawhub@latest install pipeworx-bls
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description claim BLS access and searching. The SKILL.md provides MCP server configuration pointing to https://gateway.pipeworx.io/bls/mcp, which is a plausible proxy for accessing BLS data but is a third‑party endpoint rather than the official bls.gov API. No unrelated credentials or binaries are requested, so capability requests are generally proportional — however the use of a third‑party gateway should be considered by the user.
Instruction Scope
The SKILL.md lists functions (bls_get_series, bls_search, bls_latest, bls_popular_series) but many lines are truncated and the instructions are incomplete/vague (several sentences cut off). The file does not instruct the agent to read local files or environment variables beyond using the MCP server, so there is no obvious scope creep, but the incomplete text may lead to unclear/runtime behavior.
Install Mechanism
No install spec and no code files are present (instruction-only). This minimizes install-time risk — nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportional to a public-data lookup skill. Note: because requests are routed through a third‑party MCP gateway, any query content will be sent to that endpoint even though no credentials are required.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or to modify other skills. Autonomous invocation is allowed by default (normal), but there is no additional privilege requested.
Assessment
This skill appears to do what it says (query BLS series), but the SKILL.md is truncated and lacks detail. Important: calls are proxied through a third‑party endpoint (gateway.pipeworx.io) — any search queries and returned data will pass through that service. If you care about privacy or trust, ask the publisher for the gateway's privacy/security information or prefer a skill that calls the official BLS API directly. Also test the skill with non-sensitive queries first to ensure it behaves as expected due to the incomplete instructions.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e1ccyjt1nw5787bx628af6n85cth3
68downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

Bls

BLS MCP — Bureau of Labor Statistics public data API (v2)

bls_get_series

Fetch historical time series data for employment, inflation, wages, productivity, or housing. Return

bls_search

Search BLS economic data series by keyword. Returns matching series IDs and titles. Use bls_get_seri

bls_latest

Get the most recent data point for a BLS series. Returns latest value and date. Use when you need cu

bls_popular_series

Browse popular BLS series by category: employment, inflation, wages, housing, productivity. Returns

{
  "mcpServers": {
    "bls": {
      "url": "https://gateway.pipeworx.io/bls/mcp"
    }
  }
}

Comments

Loading comments...