Youtube Playlist Manager
This tool automatically creates YouTube playlists from URLs, streamlining content organization and boosting audience engagement for creators.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add youtube-playlist-manager npx -- -y @trustedskills/youtube-playlist-manager
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"youtube-playlist-manager": {
"command": "npx",
"args": [
"-y",
"@trustedskills/youtube-playlist-manager"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to manage YouTube playlists. It can create new playlists, add videos to existing playlists, and remove videos from playlists. The agent can also retrieve information about a playlist, such as its name and video list.
When to use it
- You want an AI assistant to curate a collection of videos for a specific topic or project.
- You need help organizing your YouTube content into logical groups.
- You’re building a system that automatically adds new videos to a playlist based on certain criteria.
- You wish to remove unwanted videos from existing playlists.
Key capabilities
- Create new YouTube playlists.
- Add videos to existing playlists.
- Remove videos from playlists.
- Retrieve information about playlists (name, video list).
Example prompts
- "Create a playlist called 'Best Coding Tutorials' and add these videos: [list of video URLs]"
- "Add this video [video URL] to my 'Travel Vlogs' playlist."
- “Remove the first video from my ‘Favorite Music’ playlist.”
Tips & gotchas
The skill requires access to your YouTube account. Ensure that the AI agent has appropriate permissions and authentication configured for interacting with YouTube playlists.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.