winamp

GitHub

用于在 Windows、WSL2 或 Linux (Wine) 环境下通过命令行控制 Winamp 媒体播放器,支持播放、暂停、切歌及播放列表管理。

skills/winamp/SKILL.md viralcode/openwhale

Trigger Scenarios

需要控制音乐播放器状态 通过脚本自动化播放媒体文件

Install

npx skills add viralcode/openwhale --skill winamp -g -y
More Options

Use without installing

npx skills use viralcode/openwhale@winamp

指定 Agent (Claude Code)

npx skills add viralcode/openwhale --skill winamp -a claude-code -g -y

安装 repo 全部 skill

npx skills add viralcode/openwhale --all -g -y

预览 repo 内 skill

npx skills add viralcode/openwhale --list

SKILL.md

Frontmatter
{
    "name": "winamp",
    "metadata": {
        "moltbot": {
            "requires": {
                "bins": [
                    "winamp.exe"
                ]
            }
        }
    },
    "description": "Control Winamp on Windows (Native or WSL2) or Linux (via Wine)."
}

Winamp CLI

Use this skill to control the Winamp media player.

Executable Paths

Depending on your environment, the path to the Winamp executable will vary:

  • Windows (Native): C:\Program Files (x86)\Winamp\winamp.exe
  • WSL2 (Windows Host): /mnt/c/Program Files (x86)/Winamp/winamp.exe
  • Linux (via Wine): wine "C:\Program Files (x86)\Winamp\winamp.exe"

Common Commands

Playback Control

  • Play: winamp.exe /PLAY
  • Pause/Unpause: winamp.exe /PAUSE
  • Stop: winamp.exe /STOP
  • Next Track: winamp.exe /NEXT
  • Previous Track: winamp.exe /PREV

Managing Playlists

  • Play File (Clear Queue): winamp.exe "C:\path\to\file.mp3"
  • Enqueue File/Folder: winamp.exe /ADD "C:\path\to\file.mp3"
  • Play Playlist: winamp.exe "C:\path\to\playlist.m3u"

Advanced Switches

  • New Instance: winamp.exe /NEW (Forces a new window)
  • Specific Instance: winamp.exe /CLASS="MyClassName" (Target a specific window)
  • Config Dir: winamp.exe /INIDIR="C:\path\to\dir" (Use specific settings)

Execution Note (Backgrounding)

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.

Moltbot 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
}

CLI Usage:

Append an ampersand (&) to the command.

"/mnt/c/Program Files (x86)/Winamp/winamp.exe" /PLAY &

Version History

  • 238a4b1 Current 2026-08-20 08:23

Same Skill Collection

skills/agenticflow-skill/SKILL.md
skills/agentlens/SKILL.md
skills/apple-hig/SKILL.md
skills/artifacts-builder/SKILL.md
skills/backend-patterns/SKILL.md
skills/bird/SKILL.md
skills/bot-bowl-party/SKILL.md
skills/botpress-adk/SKILL.md
skills/clawdbot-zoho-email/SKILL.md
skills/computer-use/SKILL.md
skills/deliberate-frontend-redesign/SKILL.md
skills/downloads/SKILL.md
skills/downloads/skills-skills-theme-factory/SKILL.md
skills/fanvue/SKILL.md
skills/frontend-design/SKILL.md
skills/human-optimized-frontend/SKILL.md
skills/linux-service-triage/SKILL.md
skills/miniflux-news/SKILL.md
skills/nextjs-expert/SKILL.md
skills/niri-ipc/SKILL.md
skills/nodetool/SKILL.md
skills/pinak-frontend-guru/SKILL.md
skills/react-email-skills/SKILL.md
skills/remotion-best-practices/SKILL.md
skills/remotion-server/SKILL.md
skills/remotion-video-toolkit/SKILL.md
skills/resume-builder/SKILL.md
skills/slack/SKILL.md
skills/smtp-send/SKILL.md
skills/technews/SKILL.md
skills/telegram-reaction-prober/SKILL.md
skills/trmnl/SKILL.md
skills/ui-audit/SKILL.md
skills/ui-design-system/SKILL.md
skills/ui-skills/SKILL.md
skills/ui-ux-master/SKILL.md
skills/ux-audit/SKILL.md
skills/ux-decisions/SKILL.md
skills/ux-researcher-designer/SKILL.md
skills/vercel-react-best-practices/SKILL.md
skills/vision-sandbox/SKILL.md
skills/weather/SKILL.md
skills/web-design-guidelines/SKILL.md
skills/webapp-testing/SKILL.md
skills/xcodebuildmcp/SKILL.md
skills/zoho-email-integration/SKILL.md
skills/comfyui-runner/SKILL.md
skills/ui-ux-pro-max/SKILL.md

Metadata

Files
0
Version
238a4b1
Hash
7151a8a0
Indexed
2026-08-20 08:23

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 03:58
浙ICP备14020137号-1 $お客様$