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

Session Inspector for Claude Code provides real-time visibility into AI agent operations
Vibeyard, an open-source terminal IDE that wraps Claude Code, has added a Session Inspector feature that provides real-time visibility into Claude Code sessions with timeline tracking, cost breakdowns, tool analytics, and context window monitoring.

KV Cache Reuse for Long Conversations on Apple Silicon Delivers 200x Speedup
A developer implemented session-based KV cache reuse for local LLM inference using Apple's MLX framework, achieving a 200x improvement in time-to-first-token at 100K context length. The approach keeps the KV cache in memory across conversation turns, processing only new tokens.

Universal CLAUDE.md reduces Claude output tokens by 63% in benchmarks
A developer created a universal CLAUDE.md file that reduces Claude's output tokens by 63% across five benchmark tests while maintaining technical accuracy. The file addresses common Claude behaviors like verbose responses, unnecessary formatting, and unsolicited suggestions.

SkyClaw v2.2 Rust AI Agent Runtime Adds OpenAI OAuth and Custom Tool Authoring
SkyClaw v2.2 introduces OpenAI OAuth authentication using ChatGPT Plus/Pro subscriptions, custom tool authoring where agents write their own bash/python/node tools at runtime, and daemon mode for background operation. The Rust-based runtime benchmarks at 31ms cold start, 15MB idle RAM, and 9.3MB binary size.