HX Audio Player

Builder-style HXMusic/HXSound API reference for Android background music and sound effects

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 2af232e

Checked every method signature and build.gradle SDK level the skill claims against the real hxaudio source — all matched exactly; its 6-line HXMusic/HXSound builder calls replaced roughly 50 lines of hand-rolled MediaPlayer/SoundPool code, including a seek-before-prepared bug and a SoundPool load-race the baseline version had to work around.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What HX Audio Player does

A reference skill for the hxaudio Android library module, covering the HXMusic and HXSound builder APIs for background music (looping, gapless, seek, remote URL) and one-shot/looped sound effects, plus lifecycle wiring for onPause/onResume/onDestroy. Triggers when a user is implementing audio playback, HXMusic, HXSound, or 'audio in HXAudioPlayer' in an Android app.

How to install HX Audio Player

git clone https://github.com/huhx0015/HXAudioPlayer
cd HXAudioPlayer
mkdir -p ~/.claude/skills
cp -r claude/skills/hxaudio-player ~/.claude/skills/hxaudio-player

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger HX Audio Player

  • /hxaudio-player Builder-style HXMusic/HXSound API reference for Android background music and sound effects

It also activates on plain-language prompts like these:

  • Add looping background music to my Android app with HXMusic
  • Play a one-shot sound effect using HXSound in this activity
  • Wire up HXAudioPlayer lifecycle for onPause and onResume

Frequently asked questions

Is the HX Audio Player skill free?
Yes. The skill itself is free from huhx0015/HXAudioPlayer. SkillProof publishes the install command and an independent test verdict at no cost.
Does HX Audio Player work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Checked every method signature and build.gradle SDK level the skill claims against the real hxaudio source — all matched exactly; its 6-line HXMusic/HXSound builder calls replaced roughly 50 lines of hand-rolled MediaPlayer/SoundPool code, including a seek-before-prepared bug and a SoundPool load-race the baseline version had to work around.
What is the HX Audio Player SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install HX Audio Player?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use HX Audio Player with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.