TVmaze user API Skill
tvmaze-com
tvmaze-com
| Method | Path | Description |
|---|---|---|
GET | /user/episodes | |
GET | /user/episodes/{episode_id} | List the marked episodes |
PUT | /user/episodes/{episode_id} | Check if an episode is marked |
DELETE | /user/episodes/{episode_id} | Mark an episode |
GET | /user/follows/shows | Unmark an episode |
GET | /user/follows/shows/{show_id} | List the followed shows |
PUT | /user/follows/shows/{show_id} | Check if a show is followed |
DELETE | /user/follows/shows/{show_id} | Follow a show |
GET | /user/follows/people | Unfollow a show |
GET | /user/follows/people/{person_id} | List the followed people |
PUT | /user/follows/people/{person_id} | Check if a person is followed |
DELETE | /user/follows/people/{person_id} | Follow a person |
GET | /user/follows/networks | Unfollow a person |
GET | /user/follows/networks/{network_id} | List the followed networks |
PUT | /user/follows/networks/{network_id} | Check if a network is followed |
DELETE | /user/follows/networks/{network_id} | Follow a network |
GET | /user/follows/webchannels | Unfollow a network |
GET | /user/follows/webchannels/{webchannel_id} | List the followed webchannels |
PUT | /user/follows/webchannels/{webchannel_id} | Check if a webchannel is followed |
DELETE | /user/follows/webchannels/{webchannel_id} | Follow a webchannel |
GET | /user/tags | Unfollow a webchannel |
POST | /user/tags | List all tags |
DELETE | /user/tags/{tag_id} | Create a new tag |
PATCH | /user/tags/{tag_id} | Delete a specific tag |
GET | /user/tags/{tag_id}/shows | Update a specific tag |
PUT | /user/tags/{tag_id}/shows/{show_id} | List all shows under this tag |
DELETE | /user/tags/{tag_id}/shows/{show_id} | Tag a show |
GET | /user/votes/shows | Untag a show |
GET | /user/votes/shows/{show_id} | List the shows voted for |
PUT | /user/votes/shows/{show_id} | Check if a show is voted for |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install tvmaze-com
Downloads and installs to ~/.claude/skills/tvmaze-com/
1.0 (2026-03-02)