技能详情(站内镜像,无评论)
作者:Andy Steinberger @asteinberger
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 1 · 1.8k · 0 current installs · 0 all-time installs
⭐ 1
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:asteinberger/home-music
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill does what it says (controls Spotify + Airfoil via AppleScript) and its requirements are proportionate, but there are minor implementation quirks you should review before installing.
目的
Name/description match the code and instructions: the script uses osascript to control Airfoil and calls a local spotify-applescript helper to drive Spotify, which is exactly what's needed for whole-house scenes. Minor inconsistency: the script hardcodes SPOTIFY_CMD to /Users/asteinberger/..., while the README suggests ~/clawd/skills/spotify-applescript/spotify.sh — you will likely need to edit that path for your environment.
说明范围
SKILL.md and the script stay within the stated domain (controlling Airfoil and Spotify). Instructions ask you to chmod and symlink the script (writes /usr/local/bin) and to run AppleScript commands; nothing in the instructions asks the agent to read unrelated system secrets or external endpoints. You should confirm speaker names and the spotify-applescript helper before use.
安装机制
No automated install spec or remote downloads—this is instruction-only plus a local script. The only write action the guide instructs is a user-run sudo ln -sf into /usr/local/bin (normal for making a CLI available). No third-party packages or remote archives are fetched by the skill itself.
证书
The skill requests no environment variables or external credentials, which fits its purpose. Caveat: the script references a hardcoded absolute path to a spotify-applescript helper under a specific user home; that is not a credential leak but will break unless adjusted to your environment. Also inspect the spotify-applescript script (a required dependency) since it actually performs Spotify actions.
持久
The skill does not request always:true and does not modify other skills or global agent configuration. The only persistent change the install guide recommends is creating a symlink in /usr/local/bin (requires sudo).
综合结论
This skill appears to be what it claims: a macOS script that uses AppleScript to control Airfoil and a local spotify-applescript helper to control Spotify. Before installing: (1) open home-music.sh and change SPOTIFY_CMD to the correct path for your machine (the provided path is hardcoded to another user's home), (2) inspect the contents of the spotify-applescript/spotify.sh helper to ensure it does only the actions you expect, (3) confirm Air…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Home Music」。简介:Control whole-house music scenes combining Spotify playback with Airfoil speake…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/asteinberger/home-music/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: home-music
description: Control whole-house music scenes combining Spotify playback with Airfoil speaker routing. Quick presets for morning, party, chill modes.
homepage: local
metadata: {"clawdbot":{"emoji":"🏠","os":["darwin"]}}
triggers:
- music scene
- morning music
- party mode
- chill music
- house music
- stop music
---
```
♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫
🏠 H O M E M U S I C 🎵
╔══════════════════════════════════════════╗
║ Whole-House Music Scenes ║
║ One command. All speakers. Perfect. ║
╚══════════════════════════════════════════╝
♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫ ♪ ♫
```
> *"Why click 17 times when one command does the job?"* – Owen 🐸
---
## 🎯 What Does This Skill Do?
**Home Music** combines Spotify + Airfoil into magical music scenes. One command – and the right playlist plays on the right speakers at the perfect volume.
**Imagine:**
- You wake up → `home-music morning` → Gentle tunes in the bathroom
- Friends arrive → `home-music party` → All speakers blasting rock
- Time to relax → `home-music chill` → Lounge vibes everywhere
- Done for the day → `home-music off` → Silence. Peace. Serenity.
---
## 📋 Dependencies
| What | Why | Link |
|------|-----|------|
| 🍏 **macOS** | This skill uses AppleScript | — |
| 🟢 **Spotify Desktop App** | The music source! Must be running. | [spotify.com](https://spotify.com) |
| 📡 **Airfoil** | Routes audio to AirPlay speakers | [rogueamoeba.com](https://rogueamoeba.com/airfoil/) |
| 🎵 **spotify-applescript** | Clawdbot skill for Spotify control | `skills/spotify-applescript/` |
> ⚠️ **Important:** Both Spotify and Airfoil must be running before you start any scenes!
---
## 🎬 Scenes
### 🌅 Morning
*A gentle start to your day*
```bash
home-music morning
```
- **Speaker:** Sonos Move
- **Volume:** 40%
- **Playlist:** Morning Playlist
- **Vibe:** ☕ Coffee + good vibes
---
### 🎉 Party
*Time to celebrate!*
```bash
home-music party
```
- **Speaker:** ALL (Computer, MacBook, Sonos Move, Living Room TV)
- **Volume:** 70%
- **Playlist:** Rock Party Mix
- **Vibe:** 🤘 Neighbors hate this one trick
---
### 😌 Chill
*Pure relaxation*
```bash
home-music chill
```
- **Speaker:** Sonos Move
- **Volume:** 30%
- **Playlist:** Chill Lounge
- **Vibe:** 🧘 Om...
---
### 🔇 Off
*Silence*
```bash
home-music off
```
- Pauses Spotify
- Disconnects all speakers
- **Vibe:** 🤫 Finally, peace and quiet
---
### 📊 Status
*What's playing right now?*
```bash
home-music status
```
Shows:
- Current Spotify track
- Connected speakers
---
## 🔧 Installation
```bash
# Make the script executable
chmod +x ~/clawd/skills/home-music/home-music.sh
# Symlink for global access
sudo ln -sf ~/clawd/skills/home-music/home-music.sh /usr/local/bin/home-music
```
Now `home-music` works from anywhere in your terminal! 🎉
---
## 🎨 Custom Playlists & Scenes
### Changing Playlists
Open `home-music.sh` and find the playlist configuration:
```bash
# === PLAYLIST CONFIGURATION ===
PLAYLIST_MORNING="spotify:playlist:19n65kQ5NEKgkvSAla5IF6"
PLAYLIST_PARTY="spotify:playlist:37i9dQZF1DXaXB8fQg7xif"
PLAYLIST_CHILL="spotify:playlist:37i9dQZF1DWTwnEm1IYyoj"
```
**How to find Playlist URIs:**
1. Right-click on a playlist in Spotify
2. "Share" → "Copy Spotify URI"
3. Or copy the URL and extract the `/playlist/` part
### Adding a New Scene
Add a new case in the `main` block:
```bash
# In home-music.sh after the "scene_chill" function:
scene_workout() {
echo "💪 Starting Workout scene..."
airfoil_set_source_spotify
airfoil_connect "Sonos Move"
sleep 0.5
airfoil_volume "Sonos Move" 0.8
"$SPOTIFY_CMD" play "spotify:playlist:YOUR_WORKOUT_PLAYLIST"
"$SPOTIFY_CMD" volume 100
echo "✅ Workout: Sonos Move @ 80%, Pump it up!"
}
# And in the case block:
workout)
scene_workout
;;
```
### Available Speakers
```bash
ALL_SPEAKERS=("Computer" "Andy's M5 Macbook" "Sonos Move" "Living Room TV")
```
You can add any AirPlay speaker – they just need to be visible in Airfoil.
---
## 🐛 Troubleshooting
### ❌ "Speaker won't connect"
**Check 1:** Is Airfoil running?
```bash
pgrep -x Airfoil || echo "Airfoil is not running!"
```
**Check 2:** Is the speaker on the network?
- Open the Airfoil app
- Check if the speaker appears in the list
- Try connecting manually
**Check 3:** Is the name exactly correct?
- Speaker names are case-sensitive!
- Open Airfoil and copy the exact name
---
### ❌ "No sound"
**Check 1:** Is Spotify playing?
```bash
~/clawd/skills/spotify-applescript/spotify.sh status
```
**Check 2:** Is the Airfoil source correct?
- Open Airfoil
- Check if "Spotify" is selected as the audio source
- If not: Click "Source" → Select Spotify
**Check 3:** Speaker volume?
```bash
# Manually check volume
osascript -e 'tell application "Airfoil" to get volume of (first speaker whose name is "Sonos Move")'
```
---
### ❌ "Spotify won't start"
**Is Spotify open?**
```bash
pgrep -x Spotify || open -a Spotify
```
**Is spotify-applescript installed?**
```bash
ls ~/clawd/skills/spotify-applescript/spotify.sh
```
---
### ❌ "Permission denied"
```bash
chmod +x ~/clawd/skills/home-music/home-music.sh
```
---
## 🔊 Direct Airfoil Commands
If you want to control Airfoil manually:
```bash
# Connect a speaker
osascript -e 'tell application "Airfoil" to connect to (first speaker whose name is "Sonos Move")'
# Set speaker volume (0.0 - 1.0)
osascript -e 'tell application "Airfoil" to set (volume of (first speaker whose name is "Sonos Move")) to 0.5'
# Disconnect a speaker
osascript -e 'tell application "Airfoil" to disconnect from (first speaker whose name is "Sonos Move")'
# List connected speakers
osascript -e 'tell application "Airfoil" to get name of every speaker whose connected is true'
# Set audio source
osascript -e 'tell application "Airfoil"
set theSource to (first application source whose name contains "Spotify")
set current audio source to theSource
end tell'
```
---
## 📁 Files
```
skills/home-music/
├── SKILL.md # This documentation
└── home-music.sh # The main script
```
---
## 💡 Pro Tips
1. **Set aliases** for even faster access:
```bash
alias mm="home-music morning"
alias mp="home-music party"
alias mc="home-music chill"
alias mo="home-music off"
```
2. **Use with Clawdbot:**
> "Hey, start party mode"
> "Put on some chill music"
> "Stop the music"
3. **Combine scenes:** Create a `dinner` scene with a jazz playlist at 25% – perfect for guests!
---
## 🐸 Credits
```
╭─────────────────────────────────────────────╮
│ │
│ Crafted with 💚 by Owen the Frog 🐸 │
│ │
│ "Ribbit. Music makes everything better." │
│ │
╰─────────────────────────────────────────────╯
```
**Author:** Andy Steinberger (with help from his Clawdbot Owen the Frog 🐸)
**Version:** 1.0.0
**License:** MIT
**Pond:** The one with the water lilies 🪷
---
*Did this skill improve your life? Owen appreciates flies. 🪰*