media

Execute image, video, and audio generation tasks via JSON payloads.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/aimentor606/aether --skill media-aimentor606
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media
Source: https://github.com/aimentor606/aether/tree/main/core/kortix-master/opencode/skills/GENERAL-KNOWLEDGE-WORKER/media
Command: npx skills add https://github.com/aimentor606/aether --skill media-aimentor606

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

All media commands run via a bash-based tool. Accept JSON params as a single argument, and require a separate tool call for each media command to enable parallel execution and correct UI rendering.

Core Features & Use Cases

  • Execute image, video, and audio generation and processing tasks through simple JSON payloads.
  • Enforce per-command isolation by avoiding command chaining, enabling safe parallel workflows.
  • Use api_credentials to specify the target media service (image, video, or audio) and support optional runtime integrations (e.g., elevenlabs for TTS).

Quick Start

Provide a JSON payload to the media tool to perform a single media action.

Frequently Asked Questions about media

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

FAQPage Schema
How do I run media generation tasks via bash with JSON params?

Media generation and processing tasks run via bash commands by accepting a JSON payload as a single argument. You provide the JSON parameters to the tool to execute a single media action for image, video, or audio workflows.

Can I chain multiple media commands together in a single bash execution?

No, media commands cannot be chained. The tool enforces per-command isolation by requiring a separate tool call for each media action, which enables safe parallel execution and prevents command chaining conflicts.

What API credentials do I need for text-to-speech and image generation workflows?

You must provide explicit api_credentials in your JSON params to specify the target media service. Optional runtime integrations like elevenlabs for TTS are supported, alongside optional scripts, references, and assets resources.

Does bash media processing support parallel execution for video and audio workflows?

Yes, parallel execution is supported by enforcing per-command boundaries. Executing one command per call allows multiple media tasks to run simultaneously in safe, isolated environments without command chaining.

Why does my JSON payload fail when running multiple media actions in one command?

Media actions fail when chained because the tool requires per-command isolation. You must execute a separate bash command for each media action to maintain safe execution boundaries and enable parallel processing.