Telnyx Storage Ruby
Securely stores and retrieves Telnyx data using Ruby scripts within your AI workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-storage-ruby npx -- -y @trustedskills/telnyx-storage-ruby
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-storage-ruby": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-storage-ruby"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The telnyx-storage-ruby skill provides Ruby bindings for interacting with Telnyx Storage. It allows AI agents to programmatically store and retrieve data using the Telnyx Storage API, enabling persistent storage of information across agent interactions or sessions. This includes uploading files and managing buckets within your Telnyx account.
When to use it
- Storing conversation history: An agent can save transcripts or summaries of past conversations for later review or analysis.
- Managing user preferences: Store user settings, such as preferred language or notification methods, between interactions.
- Uploading documents: Allow users to upload files (e.g., invoices, contracts) that the agent can process and store securely.
- Caching API responses: Store frequently accessed data from external APIs to reduce latency and costs.
Key capabilities
- Ruby bindings for Telnyx Storage API
- Bucket management (creation, listing, deletion)
- File upload and retrieval
- Secure storage within your Telnyx account
Example prompts
- "Upload this document to my 'invoices' bucket."
- "Save the conversation transcript as 'conversation_2024-10-27.txt'."
- "Retrieve the user's preferred language setting from storage."
Tips & gotchas
- Requires a valid Telnyx API key to authenticate with the Storage service.
- Familiarity with Ruby programming is necessary to effectively utilize this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.