General

subscription-list - Claude MCP Skill

List subscriptions for a channel or the authenticated user.

SEO Guide: Enhance your AI agent with the subscription-list tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to list subscriptions for a channel or the authenticated user.... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟5 stars • 38 forks
📥0 downloads

Documentation

SKILL.md
# Subscription List

This skill provides instructions for listing YouTube subscriptions using the `yutu` CLI.

## Usage

```bash
yutu subscription list [flags]
```

## Options

- `--mine`, `-M`: Return subscriptions of the authenticated user (default true).
- `--channelId`, `-c`: Return subscriptions of the given channel owner.
- `--mySubscribers`, `-S`: Return the subscribers of the authenticated user.
- `--ids`, `-i`: Return the subscriptions with the given IDs.
- `--forChannelId`, `-C`: Return subscriptions to the subset of these channels.
- `--maxResults`, `-n`: Maximum number of items to return.
- `--order`, `-O`: `relevance`, `unread`, `alphabetical`.
- `--output`, `-o`: Output format (`json`, `yaml`, `table`). Default: `table`.
- `--parts`, `-p`: Comma separated parts (default `[id,snippet]`).
- `--jsonpath`, `-j`: JSONPath expression to filter the output.

## Examples

**List my subscriptions:**

```bash
yutu subscription list --mine true
```

**List my subscribers:**

```bash
yutu subscription list --mySubscribers true
```

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
eat-pray-ai/yutu
Author
eat-pray-ai
Last Sync
2/10/2026
Repo Updated
2/9/2026
Created
2/10/2026

Reviews (0)

No reviews yet. Be the first to review this skill!