🎵
AutomationPython

Apple Music Integration

by berabuddies

Apple Music Integration is an Automation skill for Claude Code, published by berabuddies in Semia.

594 stars66 forkson berabuddies/SemiaAdded 2026/08/25Repository updated 2026/07/21
claude-codecodexopenclawsecurityskill-scannerstatic-analysis
Install in seconds
Install Apple Music Integration
Copy Apple Music Integration into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/berabuddies/Semia/tree/main/tests/fixtures/skills/epheterson/mcp-applemusic ~/.claude/skills/mcp-applemusic

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/berabuddies/Semia.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
tests/fixtures/skills/epheterson/mcp-applemusic/SKILL.md in berabuddies/Semia
Installs to
~/.claude/skills/mcp-applemusic
Collection
One of 25 skills cataloged from this repository
Category
Automation1523 skills

What Apple Music Integration does

Apple Music Integration controls Apple Music via AppleScript on macOS or the MusicKit API. Use it to manage playlists, control playback, search the library, and add songs through the required library-first flow.

Apple Music Integration is cataloged under Automation on DirSkills. Apple Music Integration comes from a repository tagged claude-code, codex, openclaw, security and skill-scanner.

Documentation

README

Apple Music Integration

Guide for integrating with Apple Music. Covers AppleScript (macOS), MusicKit API (cross-platform), and the critical library-first requirement.

When to Use

Invoke when users ask to:

  • Manage playlists (create, add/remove tracks, list)
  • Control playback (play, pause, skip, volume)
  • Search catalog or library
  • Add songs to library
  • Access listening history or recommendations

Critical Rule: Library-First Workflow

You CANNOT add catalog songs directly to playlists.

Songs must be in the user's library first:

  • ❌ Catalog ID → Playlist (fails)
  • ✅ Catalog ID → Library → Playlist (works)

Why: Playlists use library IDs (i.abc123), not catalog IDs (1234567890).

This applies to both AppleScript and API approaches.

Platform Comparison

This is the opening of the README. Read the full README on GitHub.

Commands Apple Music Integration provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /storefronts

Frequently asked about Apple Music Integration

  • What else does berabuddies publish alongside Apple Music Integration?

    Apple Music Integration is one of 25 skills that DirSkills catalogs from berabuddies/Semia, the repository it ships in. Its siblings there include AetherLang Chef, Council Builder and DeadClaw. Each one is a separate skill with its own page in this directory, installs the same way Apple Music Integration does, and is maintained by berabuddies in that same repository. The rest of the collection is listed on the berabuddies/Semia page.

  • How does Apple Music Integration compare to other Automation skills?

    Apple Music Integration ranks #1209 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Apple Music Integration against them. Open each page to compare what they document and how they install.

More from berabuddies/Semia

Apple Music Integration is one of 25 skills cataloged on DirSkills from berabuddies/Semia.

See all 25 skills