ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

qqmusic-control

Control QQ Music play/pause/next/prev via system media keys (AutoHotkey) on Windows. No window focus required.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chenxundaozu/qqmusic-control
Or

What This Skill Does

The qqmusic-control skill is a lightweight automation utility designed to bridge the gap between OpenClaw AI and the QQ Music desktop application on Windows. By leveraging AutoHotkey (AHK) scripts, this tool sends low-level media control signals directly to the system's media interface. This allows you to perform essential playback functions like playing, pausing, skipping tracks, or returning to a previous song without needing the QQ Music window to be active or in focus. It is an ideal solution for power users who want to control their music while focusing on other productive tasks, effectively turning your AI assistant into a remote control for your local audio environment.

Installation

To integrate this skill into your OpenClaw environment, ensure you have AutoHotkey v2 installed on your Windows system. The script relies on the AHK runtime to execute the media key commands. Once installed, you can add the skill to your agent using the command: clawhub install openclaw/skills/skills/chenxundaozu/qqmusic-control. Ensure the path to the AHK executable matches your local environment configuration to ensure smooth execution of the command-line arguments.

Use Cases

This skill is perfect for multitaskers. For example, if you are writing code or drafting documents, you can use OpenClaw to switch music tracks without switching focus away from your editor. It is also excellent for hands-free environments where you want to navigate your playlist via voice commands. If your music is playing in the background while you are presenting, you can quickly pause the track during an unexpected interruption without hunting for the specific music tab.

Example Prompts

  1. "OpenClaw, please pause my music on QQ Music."
  2. "Skip this track, I don't really like this one."
  3. "Go back to the previous song in my QQ Music playlist."

Tips & Limitations

  • Ensure the QQ Music application is running in the background before invoking these commands.
  • The skill operates on Windows OS; ensure that media keys are not being intercepted by other macro software for optimal performance.
  • If the script fails to trigger, verify that your system environment variable contains the path to your AutoHotkey executable, or update the script configuration with the absolute file path to the AHK binary. Since this skill interacts with system-level hooks via AHK, it is incredibly efficient and does not require heavy resource overhead, keeping your agent responsive.

Metadata

Stars3840
Views1
Updated2026-04-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chenxundaozu-qqmusic-control": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#qqmusic#automation#windows#multimedia#autohotkey
Safety Score: 4/5

Flags: code-execution