klytos-media-management

Automates asset metadata, categorization, and usage tracking for Laravel applications.

12|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/joseconti/klytos --skill klytos-media-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: klytos-media-management
Source: https://github.com/joseconti/klytos/tree/main/.claude/skills/klytos-media-management
Command: npx skills add https://github.com/joseconti/klytos --skill klytos-media-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates asset metadata, categorization, and usage tracking for media libraries, reducing manual overhead and data drift.

Core Features & Use Cases

  • Asset metadata registry: Each asset has an id, title, alt_text, description, categories, and upload info.
  • Asset categories: Manage categories with asset counts and hierarchical organization.
  • Usage tracking: Record asset usage across pages, headers, footers, themes, and widgets.
  • Automatic sync: Hooks on content events keep usage and metadata in sync with editorial changes.
  • Admin UI & APIs: Web UI for management and REST APIs for external integrations.
  • MCP tooling: Asset management tools exposed to MCP for automation.

Quick Start

Register a new asset, assign its title and categories, and verify its usage is tracked across a sample page.

Frequently Asked Questions about klytos-media-management

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

FAQPage Schema
How do I automate asset metadata and usage tracking for my media library?

You can automate asset metadata and usage tracking by registering assets with an id, title, and categories, then relying on automatic synchronization hooks on content events to keep records updated across pages and themes.

How does automatic synchronization work for media asset usage across editorial changes?

Automatic synchronization hooks trigger on content events to update asset usage and metadata instantly across admin interfaces, content pages, and themes, preventing data drift and reducing manual overhead.

Can I manage media asset categories and track usage through external APIs?

Yes, you can manage media asset categories and track usage through REST APIs for external integrations, alongside a web UI for direct management of hierarchical categories and asset counts.

Does MCP tooling support automated media asset management tasks?

Yes, MCP tooling exposes asset management tools to MCP-enabled environments, allowing you to automate asset metadata, categorization, and usage tracking directly within your automation workflows.

What is the best way to keep asset records in sync with editorial content changes?

The best way to keep asset records in sync is using a metadata registry with content event hooks that automatically update usage tracking across pages, headers, footers, themes, and widgets.

What data models are needed to track media asset usage across pages and themes?

You need data models that capture asset metadata including id, title, alt_text, description, and categories, alongside usage tracking models that record where assets appear across pages, headers, footers, themes, and widgets.