One skill / Every curated API
Let agents search, integrate, and call any API in Pontx Hub.
The Skill does not stuff every API into context. It teaches the agent to semantically retrieve product, input, output, and schema metadata before inspecting, previewing, and calling on demand.
Install once
The Hub Skill always previews first, and mutations require explicit user confirmation.
pnpm add -g @pontx/hub-cli
pontx-hub skill installpontx-hub search "把欧元换算成美元的接口" --locale zh --json
pontx-hub show endpoint:frankfurter/get-latest-rates
pontx-hub show schema:frankfurter/ExchangeRateResponse
pontx-hub frankfurter preview 'Exchange Rates' getLatestRates --base USD
# GET can run after the user asks for execution.
pontx-hub frankfurter call 'Exchange Rates' getLatestRates --base USD