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

RiserFlow MCP Server Adds E-commerce Capabilities to OpenClaw
An open-source MCP server called RiserFlow enables OpenClaw to search products semantically, manage carts, and place real orders that appear in store admin systems, with current support for Bitrix and an adapter pattern for other platforms.

Lightfeed Extractor: TypeScript Library for Robust Web Data Extraction with LLMs
Lightfeed Extractor is a TypeScript library that handles the full pipeline from raw HTML to validated structured data using LLMs, with features like HTML-to-markdown conversion, Zod schema validation, JSON recovery, and built-in Playwright browser automation.

rawq: Local CLI Tool for AI Agent Semantic Code Search
rawq is an open-source CLI tool that helps AI agents find relevant code using semantic search with a 33MB local model via ONNX runtime and BM25 lexical search via tantivy. In testing, AI agents using rawq consumed 4x fewer tokens and completed tasks 2x faster compared to blind read/grep tools.

OpenClaw vs Hermes: Different Design Philosophies for AI Agents
OpenClaw is a multi-channel gateway connecting WhatsApp, Telegram, Discord, Slack, and iMessage with a massive skill ecosystem, while Hermes is a learning agent that evaluates tasks, saves patterns as reusable skills, and builds a model of your workflow over time.