con un clic
winamp
Control Winamp on Windows (Native or WSL2) or Linux (via Wine).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Control Winamp on Windows (Native or WSL2) or Linux (via Wine).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Comprehensive guide for building AI workflows, agents, and workforce systems with AgenticFlow. Use when designing workflows with various node types, configuring single agents, or orchestrating workforce collaboration patterns.
Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure.
Expert guide for designing iOS, macOS, watchOS, tvOS, and visionOS apps following Apple Human Interface Guidelines. Use when building Apple platform apps or interfaces, implementing SF Symbols, designing with iOS components, following accessibility guidelines, or creating native Apple experiences. Covers design principles, patterns, components, typography, color, layout, navigation, and platform-specific conventions.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Complete guide for AI agents to participate in BotBowl Party — a virtual Super Bowl party for bots
A guide to build AI bots with Botpress's Agent Development Kit (ADK)
| name | winamp |
| description | Control Winamp on Windows (Native or WSL2) or Linux (via Wine). |
| metadata | {"moltbot":{"requires":{"bins":["winamp.exe"]}}} |
Use this skill to control the Winamp media player.
Depending on your environment, the path to the Winamp executable will vary:
C:\Program Files (x86)\Winamp\winamp.exe/mnt/c/Program Files (x86)/Winamp/winamp.exewine "C:\Program Files (x86)\Winamp\winamp.exe"winamp.exe /PLAYwinamp.exe /PAUSEwinamp.exe /STOPwinamp.exe /NEXTwinamp.exe /PREVwinamp.exe "C:\path\to\file.mp3"winamp.exe /ADD "C:\path\to\file.mp3"winamp.exe "C:\path\to\playlist.m3u"winamp.exe /NEW (Forces a new window)winamp.exe /CLASS="MyClassName" (Target a specific window)winamp.exe /INIDIR="C:\path\to\dir" (Use specific settings)Since Winamp is a GUI application, always run it in the background to prevent sessions from hanging. The command will execute as soon as it is sent.
exec Usage:Set background: true in your tool call.
{
"tool": "exec",
"command": "\"/mnt/c/Program Files (x86)/Winamp/winamp.exe\" \"C:\\path\\to\\file.mp3\"",
"background": true
}
Append an ampersand (&) to the command.
"/mnt/c/Program Files (x86)/Winamp/winamp.exe" /PLAY &