跳到主要内容
知仓学习社ZHICANG

vidseeds-projects

Use for VidSeeds MCP project workflows - create a project from YouTube, list/get/snapshot, regenerate metadata (sync or async), translate metadata, …

不碰外部(只输出文字)无严重或高危命中hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Projects (MCP)

A project is the workspace for one video across YouTube, TikTok, Instagram, Facebook, LinkedIn, and X.

Discover projects

  • vidseeds_list_projects - browse with limits/filters per tool schema.
  • vidseeds_get_project - single project record.
  • vidseeds_get_project_snapshot - project + platform config in one call (prefer over many gets).

Create from YouTube

  1. vidseeds_create_project_from_youtube with the YouTube video id/URL (see tool inputs).
  2. If metadata generation is async, poll vidseeds_get_create_project_metadata_job until completed.
  3. Confirm with vidseeds_get_project_snapshot.

Regenerate platform metadata

Re-runs optimized titles/descriptions/tags per platform from the stored transcript.

| Mode | Tool | Notes |

| ------------ | ---------------------------------------------- | ----------------------------------------------- |

| Fast / small | vidseeds_regenerate_project_metadata | Can exceed ~100s edge timeout on large projects |

| Production | vidseeds_regenerate_project_metadata_async | Returns jobId immediately |

| Poll | vidseeds_get_regenerate_project_metadata_job | Same result shape as sync when done |

Pass focus: "titles" (with regenerate) to use the lightweight titles-only generator (still 1 seed, but far less AI work than full variants).

Voice: If the user has multiple YouTube channels, pass channelId (UC…). With one connection, omit for auto-resolve. voiceBlendRatio optional (tool default documented in tools/list).

Reuse the same requestId on transport retries to avoid double seed charges when the tool allows it.

Keep create, regenerate, and targeted field-refresh calls for the same video close together when possible. VidSeeds.ai reuses recent per-video analysis context for about an hour during a metadata workflow, so follow-up quality checks and regenerations are usually cheaper and faster when they stay in the same project flow.

Targeted / cheap regen (2026-06): Use fields: ["description", "tags"] (or include "title") on regenerate/optimize for light per-field generators (correct lower AI cost for the work, while the action still uses the reoptimize 1-seed price). For thumbnails or edits, use the dedicated thumbnail tools (pricing is per-image with model; edits that reference an input image cost more than pure generation).

Optimize metadata without a full project (standalone)

  • vidseeds_optimize_marketing_metadata / vidseeds_optimize_marketing_metadata_async - needs transcript (e.g. from vidseeds_transcribe_audio or YouTube transcript tools).
  • Poll: vidseeds_get_optimize_marketing_metadata_job.
  • Pass focus: "titles" for title-only (light generator, 1 seed).

Suggest titles only (light 1-seed path for "new titles" requests)

  • vidseeds_suggest_titles - dedicated tool for title suggestions only. 1 seed. Accepts projectId (loads transcript/meaning) or direct transcript. Much lower AI cost than full optimize/regenerate. Use this (or regenerate+focus=titles) instead of create_new when user asks for title options. Idempotent with key.

Translate project metadata

  • vidseeds_translate_project_metadata - localization across supported languages (no voice dubbing on VidSeeds.ai).

Thumbnail on project

  • Generate per vidseeds-thumbnails, then vidseeds_apply_thumbnail_to_project.

Per-platform publish config

  • vidseeds_update_project_platform_config - enable platform, title/description/tags, schedule, connection, thumbnail URL override.

Publish

After config is ready, use vidseeds-publishing (vidseeds_preflight_publishvidseeds_confirm_publish / vidseeds_publish_project).

History

  • vidseeds_list_optimization_history, vidseeds_get_optimization_history_item, vidseeds_reoptimize_history_item - past runs and re-run from history.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,027
本站分层T1
该仓技能数1910
原文件路径plugins/CarrotGamesStudios/vidseeds-mcp/skills/vidseeds-projects/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 1910 个技能