ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Comtrade

Skill by b-gutman

skill-install — Terminal

Install via CLI (Recommended)

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

Comtrade

Comtrade MCP — UN Comtrade API for international bilateral trade data

comtrade_trade_data

Get bilateral trade data between two countries (e.g., "840" for US, "156" for China). Returns trade

comtrade_top_partners

Find a country's top trading partners ranked by trade volume. Returns partner countries and total tr

comtrade_top_commodities

Find top commodities traded between two countries ranked by value. Returns product categories and tr

comtrade_country_codes

Look up country ISO numeric codes for trade queries (e.g., "840" = US, "156" = China). Returns code

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

Metadata

Author@b-gutman
Stars4473
Views1
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-comtrade": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.