ai AGENTS.md

ai AGENTS.md is an instructions file for Codex, OpenCode from team-telnyx/ai. It costs 2,206 tokens per session, scanned A, original, MIT.

Repository instructions for Telnyx's tools for building AI agents. They explain the project layout, its independent packages, setup commands, and testing commands; a monorepo is one repository containing multiple related packages.

In plain words
What is it for?
Use them when working on the CLI, Python or TypeScript tools, the MCP server, agent plugins, or the repository's operational guides.
Why use it?
They prevent developers from installing dependencies or running tests in the wrong place, which can waste time or produce misleading results.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/team-telnyx/ai/agents-md
Clone the repo
git clone --depth 1 https://github.com/team-telnyx/ai

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/team-telnyx/ai/agents-md.svg)](https://agentmods.dev/instructions/team-telnyx/ai/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/team-telnyx/ai/agents-md"><img src="https://agentmods.dev/badge/instructions/team-telnyx/ai/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,206 This file is loaded in full into every session.
When invoked 2,206 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02206 $0.02206
Opus 5 $0.01103 $0.01103
Sonnet 5 $0.00441 $0.00441
Haiku 4.5 $0.00221 $0.00221

Measured 4d ago against content hash 2895c55f300d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ai AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 158 lines

How it starts

The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Operating instructions for AI coding agents working on this repo, and for runtime agents consuming it.

This file is a complement to README.md (human-facing) and .github/CONTRIBUTING.md (contribution flow). When in doubt, prefer the commands here.


What this repo is

The one-stop shop for AI agents and AI-first developers building with Telnyx. It contains agent toolkits (Python/TypeScript), an agent CLI, per-product plugins for Claude Code / Cursor / Gemini CLI / OpenCode, an MCP proxy, 236 Agent Skills, and operational guides.


Working on this repo

Setup

This is an npm-based monorepo, but the workspaces are independent — install per-package, not at the root.

# Root tooling (only for `npm run test:guides*`)
npm ci

# Per-package
cd cli && npm ci
cd tools/typescript && npm ci
cd tools/mcp && npm ci
cd tools/mcp-apps && npm ci
cd tools/python && pip install -e ".[dev]"

Test / build / lint

Package Command
cli/ cd cli && npm test
tools/python/ cd tools/python && pytest
tools/typescript/ cd tools/typescript && npm test
tools/mcp/ cd tools/mcp && npm run build
tools/mcp-apps/ cd tools/mcp-apps && npm run typecheck && npm run build && npm test
guides/ npm run test:guides (from root)
Guides API tests npm run test:guides-api (root)

Run the relevant package's test suite before declaring a task done. Don't run all of them — pick the one you touched.

Where things live

Path What it contains
skills/ Canonical agent skills (SKILL.md files). 236 skills covering messaging, voice, numbers, AI, IoT, WebRTC, Twilio migration.
providers/claude/ Claude Code plugin packaging — synced from skills/ via scripts/sync-skills.sh. Don't edit by hand.
providers/cursor/ Cursor plugin packaging — synced from skills/ via scripts/sync-skills.sh. Don't edit by hand.
plugins/opencode/ OpenCode plugin (auth + TUI for Telnyx-hosted models).
tools/python/ Python agent toolkit (PyPI: telnyx-agent-toolkit).
tools/typescript/ TypeScript agent toolkit (npm).
tools/mcp/ MCP proxy server for the generic Telnyx API MCP endpoint.
tools/mcp-apps/ Focused app-layer MCP servers with MCP Apps UI resources.
tools/ffl-cli/ Filling-from-life CLI tooling.
cli/ Agent CLI for provisioning Telnyx infrastructure.
inference/ Documentation for Telnyx-hosted inference.
guides/ Step-by-step operational guides.
scripts/sync-skills.sh Syncs skills/providers/{claude,cursor}/plugin/skills/.
agent.json Top-level agent manifest (capabilities, auth, endpoints).
plugin.json, mcp.json Agent Plugins (agent-plugins.org) manifest bundling skills/ + the hosted MCP server.
.claude-plugin/ Claude Code marketplace metadata.
.cursor-plugin/ Cursor marketplace metadata.
gemini-extension.json Gemini CLI extension manifest.

Read the full file on GitHub · 158 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 158 lines · 2,206 tokens per session scan A 2895c55f300d

Subscribe to this mod's changes

ai AGENTS.md is an instructions file published in the GitHub repository team-telnyx/ai (212 stars, last pushed 7d ago), licensed MIT. It adds 2,206 tokens to every session, about $0.0110 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.