media-assets

Automate media upload, validation, storage, and thumbnail generation for Madoc TS assets.

57|15|Updated Nov 28, 2018
One-click install
npx skills add https://github.com/digirati-co-uk/madoc-platform --skill media-assets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-assets
Source: https://github.com/digirati-co-uk/madoc-platform/tree/main/.agents/skills/media-assets
Command: npx skills add https://github.com/digirati-co-uk/madoc-platform --skill media-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Work on Madoc TS media upload, storage, and thumbnail generation. Use when editing media APIs, media extension flows, or storage-backed asset handling in services/madoc-ts.

Core Features & Use Cases

  • Media upload, storage integration, and thumbnail generation for media assets across Madoc TS services.
  • Validation: ensures correct file types (PNG/JPEG) and size limits; creates and updates metadata including dimensions and filenames.
  • Use Case: When adding or updating media assets in an article, this skill ensures assets are correctly stored and have generated thumbnails.

Quick Start

Upload a new media file to the Madoc TS media endpoint and verify that thumbnails are generated and stored.

Frequently Asked Questions about media-assets

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

FAQPage Schema
How do I automate media upload and thumbnail generation in Madoc TS?

The media-assets skill automates media upload and thumbnail generation in Madoc TS by validating file types, writing to storage, and generating multiple thumbnail sizes for display workflows.

What file types and size limits are supported for media asset uploads?

Media asset uploads support PNG and JPEG file types with enforced size limits. The skill validates file type and size before creating metadata and proceeding with storage integration.

How does media storage integration work for uploaded assets?

Media storage integration works by validating uploaded files, creating metadata including dimensions and filenames, and writing assets to storage paths configured within the Madoc TS services.

When do I need to generate multiple thumbnail sizes for media assets?

You need multiple thumbnail sizes for media assets when adding or updating media in an article, ensuring assets are correctly stored and have generated thumbnails ready for display workflows.

What metadata is created and updated during the media upload process?

During the media upload process, metadata including file dimensions and filenames is created and updated, ensuring correct asset tracking from validation through to storage and thumbnail generation.

Does the Madoc TS media skill handle validation before writing to storage?

Yes, the skill handles validation before writing to storage by checking correct file types (PNG/JPEG) and enforcing size limits, ensuring only valid assets proceed to metadata creation and thumbnail generation.