@telnyx/openclaw-provider
v0.1.0
Published
Official Telnyx AI inference provider plugin for OpenClaw.
Keywords
Readme
OpenClaw Telnyx Provider
Official Telnyx-maintained AI inference provider plugin for OpenClaw. It connects OpenClaw to Telnyx's OpenAI-compatible chat completions API and supports live model discovery.
Install
openclaw plugins install @telnyx/openclaw-provider
openclaw gateway restartConfigure a Telnyx API key during OpenClaw onboarding or export it before starting OpenClaw:
export TELNYX_API_KEY="<TELNYX_API_KEY>"See the Telnyx provider guide for model selection, authentication, and configuration.
Development
Requirements:
- Node.js supported by the current OpenClaw release
- npm
Install dependencies, build the compiled plugin, and run unit tests:
npm install
npm run build
npm testInspect the package contents before publishing:
npm pack --dry-runLive tests require valid Telnyx credentials and explicit opt-in:
TELNYX_LIVE_TEST=1 OPENCLAW_LIVE_TEST=1 npm run test:liveMaintenance
Maintained by the Telnyx AI Integrations team. Issues and pull requests are tracked in this repository.
License
MIT
