media skill(retired)

Retired media skill replaced by native macOS screencapture for screenshots.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/42atom/msgcode --skill media-skill-retired
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media skill(retired)
Source: https://github.com/42atom/msgcode/tree/main/src/skills/runtime/media
Command: npx skills add https://github.com/42atom/msgcode --skill media-skill-retired

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill is retired and no longer part of the runtime. It previously handled media-related tasks.

Core Features & Use Cases

  • Retired Functionality: This skill is no longer active and should not be called.
  • Alternative: For local screenshots, use native macOS screencapture or shell commands.

Quick Start

Use screencapture -x -t png ./AIDOCS/media/screenshots/current.png to take a screenshot.

Frequently Asked Questions about media skill(retired)

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

FAQPage Schema
How do I take a screenshot on macOS using shell commands?

To take a screenshot on macOS, use the native screencapture shell command with flags like -x for silent capture and -t png to specify the output file format, saving the image directly to your local path.

Why is the media skill retired and no longer functioning?

The media skill is retired because it was replaced by native macOS tools. It is no longer part of the active runtime and should not be called for screen capture or any other media-related tasks.

What is the best way to capture a silent screenshot locally on macOS?

The best way to capture a silent screenshot locally is using the native macOS screencapture utility, specifically executing screencapture -x -t png ./filepath.png to save a PNG image without triggering audio feedback.

Does the retired media skill require any dependencies to install?

The retired media skill does not require any specific technical dependencies because it is no longer in active use, having been fully replaced by native macOS screencapture functionality.

When should I not use the retired media skill for screen capture?

You should not use the retired media skill for screen capture at any time, as it is no longer active, and should instead rely on native macOS tools like the screencapture command for direct local screenshot operations.