# Telnyx Openclaw Embeddings

> Add Telnyx as an OpenClaw memory embedding provider with TELNYX_API_KEY auth and OpenAI-compatible embeddings support.

- Skill: `team-telnyx/telnyx-openclaw-embeddings` (Agent Skill, multi-file: 10 files)
- Install (CLI): `npx skillmds@latest add team-telnyx/telnyx-openclaw-embeddings`
- Raw SKILL.md: https://api.skillmd.com/api/skills/team-telnyx/telnyx-openclaw-embeddings/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-embeddings

---


# Telnyx OpenClaw Embeddings

Use Telnyx as your OpenClaw memory embedding provider.

## What it provides

- Telnyx memory embedding provider registration for OpenClaw
- Auto-selection when `TELNYX_API_KEY` is configured
- OpenAI-compatible embeddings transport via Telnyx AI
- Support for `thenlper/gte-large`, `intfloat/multilingual-e5-large`, and `Qwen/Qwen3-Embedding-8B`

## Install

```bash
openclaw plugins install team-telnyx/telnyx-openclaw-embeddings
```

## Setup

Set your Telnyx API key:

```bash
export TELNYX_API_KEY="KEY..."
```

## Verify

Run the included E2E test:

```bash
node e2e-test.mjs
```

Or configure OpenClaw to use provider `telnyx` for memory search.

## Notes

- Repo: `team-telnyx/telnyx-openclaw-embeddings`
- Default model: `thenlper/gte-large`
- OpenClaw-compatible memory provider id: `telnyx`

