# Telnyx Openclaw Intelligence

> Add Telnyx as an OpenClaw text-inference provider with TELNYX_API_KEY auth and OpenAI-compatible webchat completions support.

- Skill: `team-telnyx/telnyx-openclaw-intelligence` (Agent Skill, multi-file: 10 files)
- Install (CLI): `npx skillmds@latest add team-telnyx/telnyx-openclaw-intelligence`
- Raw SKILL.md: https://api.skillmd.com/api/skills/team-telnyx/telnyx-openclaw-intelligence/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: team-telnyx (https://skillmd.com/u/team-telnyx)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/team-telnyx/telnyx-openclaw-intelligence

---


# Telnyx Intelligence Provider (AIF-127)

Native Telnyx AI text-inference plugin for OpenClaw. Registers the `telnyx` provider for OpenAI-compatible chat completions — no LiteLLM proxy needed.

## Install

```bash
openclaw plugins install /path/to/telnyx-openclaw-intelligence
```

Or from your project root:

```bash
cd ~/projects/telnyx-openclaw-intelligence
npm install && npm run build
openclaw plugins install .
```

## Configure

```bash
export TELNYX_API_KEY="KEY_your_api_key_here"
```

## Use

```bash
/model telnyx/meta-llama/Meta-Llama-3.1-70B-Instruct
```

## Key Models

- `telnyx/meta-llama/Meta-Llama-3.1-70B-Instruct` (default)
- `telnyx/openai/gpt-5`
- `telnyx/anthropic/claude-opus-4-6`
- `telnyx/google/gemini-2.5-flash`
- `telnyx/Qwen/Qwen3-235B-A22B`
- `telnyx/moonshotai/Kimi-K2.6`

## Source

https://github.com/team-telnyx/telnyx-openclaw-intelligence

