Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Complete Telnyx toolkit — ready-to-use tools (STT, TTS, RAG, Networking, 10DLC) plus SDK documentation for JavaScript, Python, Go, Java, and Ruby. --- name: telnyx-toolkit description: Complete Telnyx toolkit — ready-to-use tools (STT, TTS, RAG, Networking, 10DLC) plus SDK documentation for JavaScript, Python, Go, Java, and Ruby. metadata: {"openclaw":{"emoji":"📞","requires":{"env":["TELNYX_API_KEY"]},"primaryEnv":"TELNYX_API_KEY"}} --- Telnyx Toolkit The complete toolkit for building with Telnyx. Includes **ready-to-use tools** and **SDK documentation** for a Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.
Freshness
Last checked 2/22/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
telnyx-toolkit is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
Complete Telnyx toolkit — ready-to-use tools (STT, TTS, RAG, Networking, 10DLC) plus SDK documentation for JavaScript, Python, Go, Java, and Ruby. --- name: telnyx-toolkit description: Complete Telnyx toolkit — ready-to-use tools (STT, TTS, RAG, Networking, 10DLC) plus SDK documentation for JavaScript, Python, Go, Java, and Ruby. metadata: {"openclaw":{"emoji":"📞","requires":{"env":["TELNYX_API_KEY"]},"primaryEnv":"TELNYX_API_KEY"}} --- Telnyx Toolkit The complete toolkit for building with Telnyx. Includes **ready-to-use tools** and **SDK documentation** for a
Public facts
7
Change events
1
Artifacts
0
Freshness
Feb 22, 2026
Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 22, 2026
Vendor
Team Telnyx
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/team-telnyx/telnyx-toolkit.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Team Telnyx
Protocol compatibility
OpenClaw
Auth modes
api_key
Machine-readable schemas
OpenAPI or schema references published
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
4
Snippets
0
Languages
typescript
Parameters
bash
export TELNYX_API_KEY="your_key_here"
bash
# Create a mission and schedule calls
python3 {baseDir}/tools/missions/scripts/telnyx_api.py init "Find contractors" "Call contractors and get quotes" "User request" '[{"step_id": "calls", "description": "Make calls", "sequence": 1}]'
# Transcribe audio
python3 {baseDir}/tools/stt/scripts/telnyx-stt.py /path/to/audio.mp3
# Generate speech
python3 {baseDir}/tools/tts/scripts/telnyx-tts.py "Hello world" -o output.mp3
# Join mesh network
{baseDir}/tools/network/join.sh
# Index files for RAG
python3 {baseDir}/tools/rag/sync.py
# 10DLC registration wizard
{baseDir}/tools/10dlc-registration/setup.sh
# Semantic search
python3 {baseDir}/tools/embeddings/search.py "your query" --bucket your-bucket
# Index a file for search
python3 {baseDir}/tools/embeddings/index.py upload /path/to/file.mdtext
{baseDir}/api/{language}/telnyx-{capability}-{language}/SKILL.mdtext
telnyx-toolkit/
├── SKILL.md # This file (index)
├── getting-started/ # Account creation & upgrade
│ ├── telnyx-bot-signup/
│ └── telnyx-freemium-upgrade/
├── tools/ # Ready-to-use utilities
│ ├── missions/ # AI agent task tracking
│ ├── stt/
│ ├── tts/
│ ├── cli/
│ ├── network/
│ ├── rag/
│ ├── 10dlc-registration/
│ ├── storage-backup/
│ ├── voice-sip/
│ └── embeddings/
├── api/ # SDK documentation
│ ├── javascript/ # 35 skills
│ ├── python/ # 35 skills
│ ├── go/ # 35 skills
│ ├── java/ # 35 skills
│ └── ruby/ # 35 skills
└── webrtc-clients/ # Mobile/Web SDK guides
├── ios/
├── android/
├── flutter/
├── javascript/
└── react-native/Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Complete Telnyx toolkit — ready-to-use tools (STT, TTS, RAG, Networking, 10DLC) plus SDK documentation for JavaScript, Python, Go, Java, and Ruby. --- name: telnyx-toolkit description: Complete Telnyx toolkit — ready-to-use tools (STT, TTS, RAG, Networking, 10DLC) plus SDK documentation for JavaScript, Python, Go, Java, and Ruby. metadata: {"openclaw":{"emoji":"📞","requires":{"env":["TELNYX_API_KEY"]},"primaryEnv":"TELNYX_API_KEY"}} --- Telnyx Toolkit The complete toolkit for building with Telnyx. Includes **ready-to-use tools** and **SDK documentation** for a
The complete toolkit for building with Telnyx. Includes ready-to-use tools and SDK documentation for all Telnyx APIs.
export TELNYX_API_KEY="your_key_here"
Two companion skills handle account lifecycle. They are included with the toolkit and can also be installed independently via ClawHub.
| Skill | Purpose | Path | Install standalone |
|-------|---------|------|--------------------|
| Telnyx Bot Signup | Create a new account or sign into an existing one (PoW challenge → email → API key) | {baseDir}/getting-started/telnyx-bot-signup/ | clawhub install telnyx-bot-signup |
| Telnyx Freemium Upgrade | Upgrade freemium → professional via GitHub or LinkedIn identity verification | {baseDir}/getting-started/telnyx-freemium-upgrade/ | clawhub install telnyx-freemium-upgrade |
Hand off to telnyx-bot-signup when ANY of these are true:
TELNYX_API_KEY not set, ~/.config/telnyx/config.json missing)Note: The
bot_signupendpoint handles both new and existing accounts transparently — just provide the user's email.
Hand off to telnyx-freemium-upgrade when ANY of these are true:
| Trigger | Detection |
|---------|-----------|
| Error 10039 | SMS send fails: "destination not verified" |
| Error D60 | Voice call fails: "destination not verified" |
| Error 10038 | Feature blocked: "not available on current plan" |
| Number limit hit | Second phone number purchase fails |
| Cannot add funds | Balance top-up or payment method rejected |
| Explicit request | User says "upgrade my account" |
Before handing off, check ~/.telnyx/upgrade.json — if decision is APPROVED, the account is already upgraded (retry the operation instead). If PASS_TO_HUMAN, it's under review (don't retry). See the telnyx-freemium-upgrade SKILL.md for full decision tree.
Each skill has its own SKILL.md with complete instructions. Read the skill's SKILL.md before executing its workflow.
These are standalone utilities with scripts you can run directly:
| Tool | Description | Path |
|------|-------------|------|
| Missions | AI agent task tracking, voice/SMS assistants, scheduled calls | {baseDir}/tools/missions/ |
| STT | Speech-to-text transcription (Whisper) | {baseDir}/tools/stt/ |
| TTS | Text-to-speech synthesis | {baseDir}/tools/tts/ |
| CLI | Telnyx CLI wrapper and helpers | {baseDir}/tools/cli/ |
| Network | WireGuard mesh networking, public IP exposure | {baseDir}/tools/network/ |
| RAG | Semantic search with Telnyx Storage + embeddings | {baseDir}/tools/rag/ |
| 10DLC Registration | Interactive wizard for A2P messaging registration | {baseDir}/tools/10dlc-registration/ |
| Storage Backup | Backup/restore workspace to Telnyx Storage | {baseDir}/tools/storage-backup/ |
| Voice SIP | SIP-based voice call control | {baseDir}/tools/voice-sip/ |
| Embeddings | Semantic search & text embeddings (Telnyx-native) | {baseDir}/tools/embeddings/ |
# Create a mission and schedule calls
python3 {baseDir}/tools/missions/scripts/telnyx_api.py init "Find contractors" "Call contractors and get quotes" "User request" '[{"step_id": "calls", "description": "Make calls", "sequence": 1}]'
# Transcribe audio
python3 {baseDir}/tools/stt/scripts/telnyx-stt.py /path/to/audio.mp3
# Generate speech
python3 {baseDir}/tools/tts/scripts/telnyx-tts.py "Hello world" -o output.mp3
# Join mesh network
{baseDir}/tools/network/join.sh
# Index files for RAG
python3 {baseDir}/tools/rag/sync.py
# 10DLC registration wizard
{baseDir}/tools/10dlc-registration/setup.sh
# Semantic search
python3 {baseDir}/tools/embeddings/search.py "your query" --bucket your-bucket
# Index a file for search
python3 {baseDir}/tools/embeddings/index.py upload /path/to/file.md
Each tool has its own SKILL.md with detailed usage instructions.
SDK documentation for all Telnyx APIs, organized by language:
| Language | Path | Skills |
|----------|------|--------|
| JavaScript | {baseDir}/api/javascript/ | 35 |
| Python | {baseDir}/api/python/ | 35 |
| Go | {baseDir}/api/go/ | 35 |
| Java | {baseDir}/api/java/ | 35 |
| Ruby | {baseDir}/api/ruby/ | 35 |
Each language includes documentation for:
{baseDir}/api/{language}/telnyx-{capability}-{language}/SKILL.md
Example: {baseDir}/api/python/telnyx-voice-python/SKILL.md
Guides for building real-time voice apps on mobile and web:
| Platform | Path |
|----------|------|
| iOS | {baseDir}/webrtc-clients/ios/ |
| Android | {baseDir}/webrtc-clients/android/ |
| Flutter | {baseDir}/webrtc-clients/flutter/ |
| JavaScript (Web) | {baseDir}/webrtc-clients/javascript/ |
| React Native | {baseDir}/webrtc-clients/react-native/ |
telnyx-toolkit/
├── SKILL.md # This file (index)
├── getting-started/ # Account creation & upgrade
│ ├── telnyx-bot-signup/
│ └── telnyx-freemium-upgrade/
├── tools/ # Ready-to-use utilities
│ ├── missions/ # AI agent task tracking
│ ├── stt/
│ ├── tts/
│ ├── cli/
│ ├── network/
│ ├── rag/
│ ├── 10dlc-registration/
│ ├── storage-backup/
│ ├── voice-sip/
│ └── embeddings/
├── api/ # SDK documentation
│ ├── javascript/ # 35 skills
│ ├── python/ # 35 skills
│ ├── go/ # 35 skills
│ ├── java/ # 35 skills
│ └── ruby/ # 35 skills
└── webrtc-clients/ # Mobile/Web SDK guides
├── ios/
├── android/
├── flutter/
├── javascript/
└── react-native/
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
api_key
Streaming
Yes
Data region
global
Protocol support
Requires: openclew, lang:typescript, streaming
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/snapshot"
curl -s "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/contract"
curl -s "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"api_key"
],
"requires": [
"openclew",
"lang:typescript",
"streaming"
],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": true,
"inputSchemaRef": "https://github.com/team-telnyx/telnyx-toolkit#input",
"outputSchemaRef": "https://github.com/team-telnyx/telnyx-toolkit#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:44:25.822Z",
"sourceUpdatedAt": "2026-02-24T19:44:25.822Z",
"freshnessSeconds": 4420887
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:45:53.602Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "also",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "run",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:also|supported|profile capability:run|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:44:25.822Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "api_key",
"href": "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:44:25.822Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/team-telnyx/telnyx-toolkit#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:44:25.822Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Team Telnyx",
"href": "https://github.com/team-telnyx/telnyx-toolkit",
"sourceUrl": "https://github.com/team-telnyx/telnyx-toolkit",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/team-telnyx/telnyx-toolkit",
"sourceUrl": "https://github.com/team-telnyx/telnyx-toolkit",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/team-telnyx-telnyx-toolkit/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to telnyx-toolkit and adjacent AI workflows.