telnyx-storage-javascript

Manage cloud storage buckets and objects via the S3-compatible Telnyx Storage API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-storage-javascript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-storage-javascript
Source: https://github.com/tindevelopers/cursor-skills/tree/main/telnyx-javascript/telnyx-storage-javascript
Command: npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-storage-javascript

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, including handling SSL certificates and monitoring usage, using the S3-compatible Telnyx Storage API.

Core Features & Use Cases

  • SSL Certificate Management: Upload, retrieve, and delete SSL certificates for your storage buckets.
  • API Usage Monitoring: Track API usage for your buckets within specified time periods.
  • Storage Usage Monitoring: Get details on the storage space and number of files used by a bucket.
  • Presigned URL Generation: Create secure, time-limited URLs for uploading or downloading objects.
  • Use Case: Securely share a large video file with a client by generating a presigned download URL that expires after 24 hours.

Quick Start

Use the telnyx-storage-javascript skill to create a presigned URL for uploading an object named 'my-document.txt' to the bucket 'my-bucket'.

Frequently Asked Questions about telnyx-storage-javascript

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 JavaScript?

To generate a presigned URL for S3-compatible cloud storage using JavaScript, you can use this Skill to interact with the Telnyx Storage API. It creates secure, time-limited URLs for uploading or downloading objects directly to your buckets.

What is the best way to manage SSL certificates for my cloud storage buckets in JavaScript?

Managing SSL certificates for cloud storage buckets is handled directly via the Telnyx Storage API using JavaScript. This Skill enables you to securely upload, retrieve, and delete SSL certificates associated with your specific storage buckets.

How can I retrieve API and storage usage details for my S3-compatible buckets?

You can retrieve API and storage usage details by querying the Telnyx Storage API with JavaScript. This Skill allows you to track API requests within specified time periods and get details on storage space and file counts used by a bucket.

Do I need a Telnyx API key to manage cloud storage buckets and objects via JavaScript?

Yes, a Telnyx API key is required for authentication and interaction with storage resources. This Skill uses the key to authorize JavaScript operations managing buckets, objects, SSL certificates, and usage monitoring via the S3-compatible Telnyx Storage API.

Can I use S3-compatible API commands to upload and download large files securely with JavaScript?

You can securely share large files using JavaScript by generating presigned URLs through the Telnyx Storage API. This Skill creates time-limited download links, allowing safe object access without exposing your underlying API credentials.