ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Usgswater

Skill by b-gutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/b-gutman/pipeworx-usgswater
Or

USGS Water

Real-time streamflow and gage height data from the USGS National Water Information System. Monitor rivers, creeks, and streams across the United States.

Tools

get_current -- Current instantaneous readings for a USGS monitoring site. Returns discharge (cubic feet per second) and gage height (feet) with timestamps and data quality flags.

search_sites -- Find active stream-gage sites in a US state that have real-time data. Returns site ID, name, coordinates, HUC code, and drainage area.

get_daily -- Historical daily mean streamflow values for a site between two dates.

Example: Potomac River at Little Falls

Site 01646500 monitors the Potomac River near Washington, DC:

curl -X POST https://gateway.pipeworx.io/usgswater/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_current","arguments":{"site_id":"01646500"}}}'

Finding site IDs

Use search_sites with a two-letter state abbreviation. For example, "VA" returns all active stream gages in Virginia with their site IDs and coordinates.

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

Metadata

Author@b-gutman
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-b-gutman-pipeworx-usgswater": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.