telnyx-rag
Semantic search and Q&A over workspace files using Telnyx Storage + AI embeddings.
Setup & Installation
Install command
clawhub install teamtelnyx/telnyx-ragIf the CLI is not installed:
Install command
npx clawhub@latest install teamtelnyx/telnyx-ragOr install with OpenClaw CLI:
Install command
openclaw skills install teamtelnyx/telnyx-ragor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/teamtelnyx/telnyx-ragWhat This Skill Does
Indexes workspace files into Telnyx Storage with AI-generated embeddings, enabling semantic search and RAG-powered Q&A over memory, knowledge, and skills directories. Files are chunked by document type, synced incrementally, and retrieved with multi-signal reranking before LLM generation.
Uses Telnyx's native embedding, similarity search, and inference APIs in one pipeline, removing the need to wire together a separate vector database, embedding service, and LLM provider.
When to Use It
- Asking questions about past meeting decisions stored in knowledge files
- Searching personal notes and preferences by meaning, not keyword
- Querying documentation for deployment or onboarding steps
- Auto-syncing workspace memory on a cron schedule for always-current retrieval
- Retrieving project history from indexed Slack message exports
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Asking questions about past meeting decisions stored in knowledge files
- 1Asking questions about past meeting decisions stored in knowledge files
- 2Searching personal notes and preferences by meaning, not keyword
- 3Querying documentation for deployment or onboarding steps
- 4Auto-syncing workspace memory on a cron schedule for always-current retrieval
- 5Retrieving project history from indexed Slack message exports
Semantic search and Q&A over workspace files using Telnyx Storage + AI embeddings.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.