DevOps & Infra

activity-list - Claude MCP Skill

List YouTube activities (likes, favorites, uploads, etc.) for a channel or the authenticated user. Use this when the user asks to see recent activities, check uploads, or monitor channel interactions.

SEO Guide: Enhance your AI agent with the activity-list tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to list youtube activities (likes, favorites, uploads, etc.) for a channel or the authenticated user. u... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟4 stars • 38 forks
📥0 downloads

Documentation

SKILL.md
# Activity List

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

## Usage

Execute the command from the repository root:

```bash
yutu activity list [flags]
```

## Options

- `--channelId`, `-c`: ID of the channel.
- `--home`, `-H`: List home activities (default: true).
- `--mine`, `-M`: List activities for the authenticated user (default: true).
- `--maxResults`, `-n`: Maximum number of items to return (default: 5). Set to 0 for no limit.
- `--output`, `-o`: Output format (`json`, `yaml`, `table`). Default: `table`.
- `--parts`, `-p`: Comma-separated parts to retrieve (default: `[id,snippet,contentDetails]`).
- `--publishedAfter`, `-a`: Filter activities published after this date.
- `--publishedBefore`, `-b`: Filter activities published before this date.
- `--regionCode`, `-r`: Region code.
- `--jsonpath`, `-j`: JSONPath expression to filter the output.

## Examples

**List my recent activities (default):**

```bash
yutu activity list --mine true
```

**List activities for a specific channel:**

```bash
yutu activity list --channelId CHANNEL_ID --mine false
```

**List 10 activities in JSON format:**

```bash
yutu activity list --maxResults 10 --output json
```

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!