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

vidseeds-publishing

Use for VidSeeds MCP publishing - platform connections, OAuth connect URLs, activate YouTube channel, update connection settings, preflight/confirm/…

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

它会碰到什么

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

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

技能内容

Publishing & connections (MCP)

Connect platforms

  1. vidseeds_list_platform_connections - see what is connected (no OAuth secrets returned).
  2. vidseeds_get_platform_connect_url - OAuth URL for a platform the user must open in a browser.
  3. After OAuth completes, list again to get connectionId.

YouTube channel selection (multi-channel accounts):

  • vidseeds_set_active_youtube_channel - which channel is active for uploads/metadata.

Settings:

  • vidseeds_update_connection_settings - per-connection options (e.g. content language, description footer, and per-asset generation guidelines for titles/descriptions/tags/thumbnails). Read current values via vidseeds_get_platform_connection. Guidelines are sent to the model on every generation by default; generation tools accept applyGuidelines: false to ignore them for one call.
  • vidseeds_disconnect_platform_connection - remove a connection.

Publish a project

Typical sequence:

  1. vidseeds_get_project_snapshot - verify per-platform config (vidseeds_update_project_platform_config if needed).
  2. vidseeds_preflight_publish - compatibility checks before spend.
  3. vidseeds_confirm_publish or vidseeds_publish_project - start publish (see tool descriptions for now vs scheduled).
  4. vidseeds_get_publish_status - poll until platforms complete or fail.
  5. On failure: vidseeds_retry_publish_target; to abort schedule: vidseeds_cancel_or_unschedule_publish.

Direct YouTube upload (bypassing manual Studio upload)

For large files the user uploads from their machine through VidSeeds:

  1. vidseeds_prepare_youtube_upload - session/upload instructions.
  2. User/agent completes bytes per returned guidance.
  3. vidseeds_complete_youtube_upload - finalize.

Pair with project metadata from vidseeds-projects.

Organic promo campaign packs

For product URL or product brief workflows, keep generation, draft creation, and publishing separate:

  1. vidseeds_generate_promo_campaign_pack - generate one reviewable organic campaign pack.
  2. Select the variants the user wants to use.
  3. vidseeds_create_social_posts_from_campaign_pack - convert only selected variants into Social Planner drafts.
  4. vidseeds_preflight_social_post - check each draft against platform rules and required media/context.
  5. vidseeds_approve_social_post - approve only after user review.
  6. vidseeds_schedule_social_post or vidseeds_publish_social_post_now - schedule or publish after explicit approval.

Update live YouTube video metadata

  • vidseeds_update_youtube_metadata - patch title/description/tags on an existing video (connected channel).

Thumbnail on YouTube

  • vidseeds_publish_thumbnail_to_youtube - set thumbnail on a published video (see vidseeds-thumbnails).

Channel description

  • vidseeds_publish_channel_description - update channel-level description when supported.

History republish

  • vidseeds_republish_history_item - re-send from optimization history (check tool inputs).

Before publishing

  • Confirm seeds and quota: vidseeds-efficiency (vidseeds_get_seed_balance).
  • Ensure the right connectionId is set on each enabled platform in project config.

想直接用这个技能?

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

它属于哪个仓库

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

同一个仓库里的其他技能

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