apple-music-play OpenClaw skill published on ClawHub for Apple Music search and playback

What apple-music-play does
The apple-music-play skill is a small OpenClaw skill published on ClawHub that sits on top of clawtunes. It allows users to search Apple Music's online catalog and play tracks directly in the macOS Music app. The key feature is that it doesn't require songs to already be in your local library - it can access Apple's full online catalog.
Key functionality
According to the source, this skill is specifically designed for the "find it online and play it now" use case when the track exists in Apple's catalog. It supports searching and playing:
- Songs
- Albums
- Artists
- Playlists
- Moods / vibes
The skill is available at https://clawhub.ai/skaravind/apple-music-play and was submitted by /u/aravindraghvi.
Technical context
This type of skill demonstrates how OpenClaw can extend existing applications like the macOS Music app with additional functionality. By building on top of clawtunes, it leverages existing music playback infrastructure while adding specific Apple Music catalog search capabilities. For developers using AI coding agents, this represents a practical example of creating focused utilities that bridge between online services and local applications.
📖 Read the full source: r/openclaw
👀 See Also

Spectr: An MCP That Writes App Specs from Screen Recordings for Pixel-Perfect Claude Clones
Spectr is an MCP server, CLI, and Claude Code skill that takes an .mp4/.mov screen recording of an iOS app and generates a 7-section spec.md with hex codes, font weights, spacing, transitions, and nav graph — eliminating the 30-minute manual spec writing per screen.

js-notepad: A Scriptable Notepad with Built-in MCP Server for Claude Code
js-notepad is a free, open-source scriptable notepad application built with Claude Code assistance. It features a built-in MCP server, allowing Claude Code to directly interact with the app for reading/writing pages, executing scripts, creating todos, and pushing results.

Local semantic search for AI conversations with fastembed and LanceDB
A developer indexed 368K AI conversation messages locally using fastembed for CPU-based embeddings and LanceDB as a serverless vector store, achieving 12ms p50 search latency without API keys.

/compress-architecture: An Agent Skill to Prune Over-Engineering
A new agent skill called /compress-architecture audits codebases for speculative layers, pass-through modules, and duplicate concepts while protecting real domain boundaries and public APIs.