increase_volume

$npx mdskill add taracodlabs/aiden/increase_volume

Increases system audio volume by a specified percentage

  • Solves the need for quick and controlled volume adjustments
  • Uses system_volume tool for direct audio level manipulation
  • Applies percentage-based increments within system volume limits
  • Confirms volume change immediately after execution

SKILL.md

.github/skills/increase_volumeView on GitHub ↗
---
name: increase_volume
description: Adjusts system audio volume by a specified percentage
version: 1.0.0
origin: local
confidence: low
tags: audio, volume, system_control
---

# Increase Volume

• Use system_volume tool for precise volume adjustments
• Specify exact percentage increment (e.g., 20 for a 20% increase)
• Ensure volume remains within acceptable system limits
• Verify volume change immediately after execution

Quick and direct volume increases can be achieved with minimal system overhead. Always monitor audio levels to prevent unexpected loud outputs. Incremental changes are recommended over large sudden jumps.

More from taracodlabs/aiden