cli

Upload, delete, and like tracks on plyr.fm via a token-based CLI.

Updated Nov 28, 2025
One-click install
npx skills add https://github.com/zzstoatzz/plyr-python-client --skill cli-zzstoatzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli
Source: https://github.com/zzstoatzz/plyr-python-client/tree/main/packages/plyrfm-mcp/skills/cli
Command: npx skills add https://github.com/zzstoatzz/plyr-python-client --skill cli-zzstoatzz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a CLI interface to mutate plyr.fm data, enabling actions that are otherwise restricted by the MCP server's read-only mode.

Core Features & Use Cases

  • Upload tracks to plyr.fm with optional album and tags.
  • Delete tracks by ID and manage track metadata.
  • Like and Unlike tracks to reflect user preferences on plyr.fm.

Quick Start

Use the plyrfm CLI to perform a sample mutation by running plyrfm upload path/to/track.mp3 'Song Title'.

Frequently Asked Questions about cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload tracks to plyr.fm from the command line?

To upload tracks to plyr.fm from the command line, use the plyrfm CLI to execute an upload command with the audio file path, song title, and optional album or tags. This enables programmatic content mutation.

Can I delete or like tracks on plyr.fm using a CLI?

Yes, you can delete or like tracks on plyr.fm using the plyrfm CLI. It provides specific commands to delete tracks by ID and manage track likes to reflect user preferences via scripts.

What is the best way to automate plyr.fm content mutations?

The best way to automate plyr.fm content mutations is using the plyrfm CLI within automated workflows. It provides predictable commands with error handling to upload, delete, and like tracks programmatically.

How does a CLI bypass read-only MCP server restrictions on plyr.fm?

A CLI bypasses read-only MCP server restrictions on plyr.fm by providing a token-based interface that directly enables data mutations like uploading, deleting, and liking tracks outside the server's read-only mode.

Do I need an authentication token to run plyr.fm mutations in scripts?

Yes, you need an authentication token to run plyr.fm mutations in scripts. The CLI requires a token-based workflow to securely execute predictable commands for uploading, deleting, and liking tracks.