telnyx-storage-go

Manage Telnyx Storage buckets and objects with Go SDK examples.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-storage-go
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-storage-go
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/api/go/telnyx-storage-go
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-storage-go

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of cloud storage buckets and objects within the Telnyx ecosystem by providing Go SDK examples for interacting with the S3-compatible Telnyx Storage API.

Core Features & Use Cases

  • Object URL Generation: Create presigned URLs for secure uploading and downloading of objects.
  • SSL Certificate Management: Add, retrieve, and delete SSL certificates for buckets used as CDNs.
  • Usage Monitoring: Track API and storage usage for buckets.
  • Data Migration: Set up and manage migrations from external sources to Telnyx Storage.

Quick Start

Use the telnyx-storage-go skill to create a presigned URL for uploading an object to your bucket.

Frequently Asked Questions about telnyx-storage-go

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a presigned URL for uploading objects to S3-compatible cloud storage using Go?

To generate a presigned URL for cloud storage using Go, you use the telnyx-go library to interact with the S3-compatible Telnyx Storage API, which facilitates secure object uploading and downloading. The skill provides direct SDK examples for this process.

Can I manage SSL certificates for cloud storage buckets used as CDNs in Go?

Yes, you can manage SSL certificates for cloud storage buckets used as CDNs in Go. The skill provides examples to add, retrieve, and delete SSL certificates programmatically through the Telnyx Storage API using the telnyx-go library.

What is the best way to monitor API and storage usage for Telnyx Storage buckets?

The best way to monitor API and storage usage for Telnyx Storage buckets is by using the Go SDK examples provided. The skill enables you to track storage consumption and API interactions programmatically to maintain visibility over your resources.

How do I orchestrate data migrations from external sources to Telnyx Storage?

To orchestrate data migrations from external sources to Telnyx Storage, you use the provided Go SDK examples. The skill facilitates setting up and managing these migrations programmatically through the telnyx-go library to transfer your data efficiently.

Does Telnyx Storage work with standard S3-compatible API tools in Go?

Yes, Telnyx Storage works with S3-compatible API interactions in Go. The skill utilizes the telnyx-go library to manage buckets and objects, confirming compatibility with standard S3 paradigms for cloud storage operations.