my-storage-api

Upload files or ingest public URLs into a CDN-backed storage system.

83|Updated May 8, 2026
One-click install
npx skills add https://github.com/myapihq/myapi --skill my-storage-api
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: my-storage-api
Source: https://github.com/myapihq/myapi/tree/main/skills/my-storage-api
Command: npx skills add https://github.com/myapihq/myapi --skill my-storage-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of reliably storing and serving digital assets by providing a simple asset layer with stable public CDN URLs instead of requiring developers to manage file hosting infrastructure.

Core Features & Use Cases

  • Asset Upload and Ingestion: Upload local files or import assets from public URLs for centralized storage.
  • CDN Delivery and Management: Provide stable public URLs, retrieve asset metadata, list stored files, and remove assets when needed.
  • Use Case: A product builder can store logos, generated images, documents, or media files and immediately embed their CDN URLs into websites, emails, or applications.

Quick Start

Ask the storage skill to upload a local image file and return its public CDN URL.

Frequently Asked Questions about my-storage-api

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

FAQPage Schema
How do I host images and get a permanent CDN URL for my application?▼

To host images with permanent CDN delivery, you can upload local files or import existing public URLs into a managed storage system. The service generates stable public CDN URLs that you can immediately embed into websites, emails, or applications.

Can I import and store assets directly from a public URL?▼

Yes, you can ingest assets directly from public URLs. Instead of manually downloading and re-uploading files, the storage system imports the remote asset and provides a new stable CDN-backed public URL for centralized delivery.

What is the best way to manage stored media files and retrieve asset metadata?▼

The best way to manage stored media files is through a centralized asset layer that lists stored files and retrieves asset metadata. This allows you to track and organize your uploaded documents, logos, and generated images alongside their public URLs.

Do I need to manage my own file hosting infrastructure to serve digital assets?▼

No, you do not need to manage your own file hosting infrastructure. This approach provides a simple asset layer with a managed CDN-backed storage system, handling the stable public file delivery so developers can focus on application development.

How do I delete uploaded documents from the asset storage system?▼

You can delete uploaded documents and media files using the asset deletion capability. This removes the stored assets and their associated metadata from the managed CDN-backed storage system when they are no longer needed.