media-setup

Configure platform connections, API keys, and environment dependencies for media-agent installations.

6|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Minara-AI/media-agent --skill media-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-setup
Source: https://github.com/Minara-AI/media-agent/tree/main/skills/media-setup
Command: npx skills add https://github.com/Minara-AI/media-agent --skill media-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive wizard to configure platform connections, API keys, and dependencies for media-agent. It detects available tools, walks you through setup for each platform, tests connections, and writes config files so you can start safely.

Core Features & Use Cases

  • Detects environment and required/optional tools (git, python, curl, ImageMagick)
  • Discovers available adapters and walks you through per-platform configuration
  • Writes credentials and platform manifests to .env and content/config/platforms.yaml for reproducible deployments

Quick Start

Run /media-setup to begin configuring your media-agent installation and create your first platform configuration.

Frequently Asked Questions about media-setup

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

FAQPage Schema
How do I configure API keys and platform connections for a media-agent installation?

To configure API keys and platform connections for a media-agent, run an interactive setup wizard that detects your environment, prompts for credentials, and writes configurations to .env and platform manifests. This validates prerequisites and tests connections before finalizing your publishing workflows.

What is the process for setting up publishing workflows across platforms like GitHub Pages and Hashnode?

Setting up publishing workflows across platforms like GitHub Pages and Hashnode involves discovering available adapters and walking through per-platform configuration. The setup process tests each connection interactively and writes credentials to reproducible config files for safe deployment.

Do I need specific tools installed before running media-agent setup?

Yes, media-agent setup requires specific tools depending on your adapters. The wizard detects required and optional tools like git, python, curl, and ImageMagick, performing prerequisite checks to ensure your environment supports the configured publishing workflows.

Can I use interactive prompts to manage environment dependencies and write YAML configuration files?

Yes, you can use interactive prompts to manage environment dependencies and write YAML configuration files. The setup wizard guides you through adapter configuration, ultimately writing credentials and platform manifests to content/config/platforms.yaml for reproducible deployments.

Why does my platform connection test fail during media-agent setup?

Platform connection tests during media-agent setup may fail due to missing prerequisites, incorrect API keys, or unsupported environment tools. The wizard performs prerequisite checks for tools like git and curl, and validates credentials interactively before writing them to your .env file.