Skip to content
Agentv1.0.0

youtubemanager

A specialized agent for managing YouTube videos with focus on editing video details.

by newsbubbles(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

A2A agent card imported from newsbubbles/youtube-manager-mcp (.well-known/agent.json). Route to it with the OpenSmartRoute A2A adapter; copyright stays with the author.

youtubemanager

A specialized agent for managing YouTube videos with focus on editing video details.

Skills

  • List YouTube Videos - List your uploaded YouTube videos with various filtering options
  • Update Video Details - Edit video metadata including title, description, tags, and privacy settings
  • Search Videos - Search for YouTube videos using keywords and filters
  • Get Video Details - Retrieve comprehensive information about specific YouTube videos
  • Delete Video - Permanently delete YouTube videos with confirmation

Endpoint: https://github.com/yourusername/youtube_video_manager

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/newsbubbles-youtube-manager-mcp-youtubemanager/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

newsbubbles-youtube-manager-mcp-youtubemanager.ocm.jsonjson
{
  "ocm": "1",
  "id": "newsbubbles-youtube-manager-mcp-youtubemanager",
  "kind": "agent",
  "name": "youtubemanager",
  "description": "A specialized agent for managing YouTube videos with focus on editing video details.",
  "publisher": "newsbubbles",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "a2a",
      "agent-card",
      "youtube",
      "videos",
      "list",
      "edit",
      "metadata",
      "search",
      "discover",
      "details"
    ],
    "languages": [
      "en"
    ],
    "supports_tools": true
  },
  "quality_prior": 0.6,
  "examples": [
    "A specialized agent for managing YouTube videos with focus on editing video details."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-a2a",
      "repository": "https://github.com/newsbubbles/youtube-manager-mcp",
      "path": ".well-known/agent.json",
      "ref": "b429601aa96fa4497084e43863a288c6353de59e",
      "url": "https://github.com/newsbubbles/youtube-manager-mcp/blob/b429601aa96fa4497084e43863a288c6353de59e/.well-known/agent.json",
      "key": "newsbubbles/youtube-manager-mcp/.well-known/agent.json"
    }
  },
  "endpoints": [
    {
      "protocol": "a2a",
      "url": "https://github.com/yourusername/youtube_video_manager"
    }
  ]
}

Fetch it by URL: GET /api/v1/registry/newsbubbles-youtube-manager-mcp-youtubemanager/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

youtubemanager - Agent - OpenSmartRoute