mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 23:11:37 +08:00
14 lines
462 B
YAML
14 lines
462 B
YAML
|
|
name: spotify
|
||
|
|
version: 1.0.0
|
||
|
|
description: "Native Spotify integration — 7 tools (playback, devices, queue, search, playlists, albums, library) using Spotify Web API + PKCE OAuth. Auth via `hermes auth spotify`. Tools gate on `providers.spotify` in ~/.hermes/auth.json."
|
||
|
|
author: NousResearch
|
||
|
|
kind: backend
|
||
|
|
provides_tools:
|
||
|
|
- spotify_playback
|
||
|
|
- spotify_devices
|
||
|
|
- spotify_queue
|
||
|
|
- spotify_search
|
||
|
|
- spotify_playlists
|
||
|
|
- spotify_albums
|
||
|
|
- spotify_library
|