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

RepoLens: Interactive Local Codebase Packer and Token Optimizer (TUI/CLI) in Go
RepoLens is a zero-dependency Go tool that packs repos into LLM context with a TUI file explorer, live token counter, comment stripping, secret scanner, and token-based file splitting.

Open-source memory system for LLM agents achieves high benchmark scores
A persistent memory system for Claude Code and OpenClaw provides LLM agents with context continuity across sessions, achieving 90.8% on LoCoMo and 89.1% on LongMemEval benchmarks. The adapter-based architecture works with any agent framework.

Codev: AI agent workflow for 106 PRs in 14 days
Codev is an open-source system that coordinates multiple AI agents through a strict Spec→Plan→Implement→Review→PR workflow, catching 20 bugs before shipping and producing code rated 1.2 points better on a 10-point scale.

United States Code Available as Git Repository with Full Change History
The United States Code is available as a Git repository with the entire federal law stored as Markdown files. Each commit represents a point-in-time snapshot from 2013 to present, allowing developers to use git diff, git log, and git blame to track legal changes.