One skill / Every curated API

让 Agent 搜索、集成并调用 Pontx Hub 中的任意 API。

Skill 不把所有文档塞进上下文,而是教 Agent 通过 CLI 语义检索产品、入参、出参与数据结构,再按需阅读、预演与调用。

安装一次

Hub Skill 始终要求先预演;写操作必须由用户明确确认。

安装
pnpm add -g @pontx/hub-cli
pontx-hub skill install
通过 Agent Skills 安装
npx skills add https://github.com/pontjs/pontx-hub --skill pontx-hub
安全调用流程
pontx-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