vidseeds-setup

vidseeds-setup is a skill for Claude Code, Codex from hashgraph-online/awesome-codex-plugins. It costs 60 tokens per session (854 once invoked), scanned A, original, Apache-2.0.

A connection and authentication setup guide for VidSeeds.ai, a service for optimizing video metadata and publishing existing videos to multiple platforms. It is not a video generator or editor.

In plain words
What is it for?
Use it to configure a personal access token or OAuth connection, set the required environment variable, and choose a lighter VidSeeds tool set.
Why use it?
It explains which authentication method coding clients need and helps resolve missing-authentication or subscription errors. It also shows how to limit the service's tool list when the full catalog is too large.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions AGENTS.md; mentions Codex.

Good fit Use it to configure a personal access token or OAuth connection, set…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hashgraph-online/awesome-codex-plugins/vidseeds-setup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hashgraph-online/awesome-codex-plugins --skill vidseeds-setup
Clone the repo
git clone --depth 1 https://github.com/hashgraph-online/awesome-codex-plugins

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vidseeds-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/vidseeds-setup.svg)](https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/vidseeds-setup)
Your own site
<a href="https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/vidseeds-setup"><img src="https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/vidseeds-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 854 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.00854
Opus 5 $0.00030 $0.00427
Sonnet 5 $0.00012 $0.00171
Haiku 4.5 $0.00006 $0.00085

Measured yesterday against content hash 85608ee243c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

vidseeds-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/CarrotGamesStudios/vidseeds-mcp/skills/vidseeds-setup/SKILL.md · 62 lines

How it starts

The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Connect to VidSeeds.ai

VidSeeds.ai is pre-upload video SEO, metadata optimization, and multi-platform publishing for existing videos. It is not a video generator or editor. All hosted tools are prefixed vidseeds_ (underscore - Cursor rejects dotted names like vidseeds.generate_thumbnail).

Authentication (this plugin)

The hosted server at https://vidseeds.ai/api/mcp requires:

  • Claude Code / Codex / Cursor (this package): Authorization: Bearer vs_pat_… via VIDSEEDS_PAT in the environment. Cookie sessions are rejected.
  • Claude.ai / Claude Desktop: same endpoint supports OAuth 2.0 (PKCE) as a custom connector - no PAT. See https://vidseeds.ai/settings/mcp-settings.

PAT setup

  1. Sign in at https://vidseeds.ai.
  2. Settings → MCP Settings: https://vidseeds.ai/settings/mcp-settings.
  3. Create a token; copy vs_pat_… immediately (shown once, ~90-day default expiry).
  4. Export before launching the client:
export VIDSEEDS_PAT="vs_pat_your_token_here"

Tool catalog size. VidSeeds.ai ships ~240 tools. If your agent feels overwhelmed, Use ?toolset=guide for the absolute lightest (only the guide tool) or ?toolset=core for ~74 essential tools. Example: https://vidseeds.ai/api/mcp?toolset=core. See root AGENTS.md Context Hygiene for when editing source. See plugin README §9 for per-client instructions.

Claude Code: verify with /mcp - vidseeds should list tools. Auth errors usually mean VIDSEEDS_PAT was not set in the shell that launched Claude.

Codex / Cursor: same variable; Cursor uses Authorization: Bearer ${env:VIDSEEDS_PAT} in MCP config (see plugin README).

Never commit or paste the raw token. A leaked PAT grants full non-admin account access.

Access: subscription and trial

  • Paid connector with a 14-day free trial starting on the first MCP connection (including accounts that never connected before).
  • After trial: active subscription required. 402 / SUBSCRIPTION_REQUIREDhttps://vidseeds.ai/pricing.
  • Token creation is free; connecting requires trial or subscription.

Read the full file on GitHub · 62 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 62 lines · 60 tokens per session scan A 85608ee243c0

Subscribe to this mod's changes

vidseeds-setup is a skill published in the GitHub repository hashgraph-online/awesome-codex-plugins (935 stars, last pushed today), licensed Apache-2.0. It adds 60 tokens to every session and 854 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

search

Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.

taishi-i/awesome-ChatGPT-repositories · 57 tokens

viral-tech-reel-editor

End-to-end viral tech reel production for Instagram Reels and TikTok using 2026 trend grammar — retention-first pacing, punch-ins, 3D cinematic AI-generated shots, motion design graphics, proof b-roll, trending SFX, karaoke captions (Georgian/English), safe-zone layout, and QA-gated 1080x1920 export. This skill should…

tornikebolokadze1-cyber/awesome-ai-pulse-georgia · 172 tokens

prompt-translator

A tool that rewrites an existing AI video prompt from one video model's preferred format into another model's format. It uses example prompts comparing the same kinds of scenes across different models.

cclank/lanshu-awesome-ai-video-kit · 208 tokens

seedance-debugger

A troubleshooting guide for fixing common problems in Seedance 2.0 AI-generated videos, such as changing faces, unwanted text, watermarks, style changes, or broken scene transitions.

cclank/lanshu-awesome-ai-video-kit · 146 tokens

kling-prompter

A prompt-writing guide for Kling 3.0, a video-generation model. It covers short videos, story-driven videos with dialogue or sound, and animating an existing reference image.

cclank/lanshu-awesome-ai-video-kit · 162 tokens

model-selector

A guide that recommends suitable AI video-generation models based on the requested scene, length, audio, language, platform, budget, and other constraints.

cclank/lanshu-awesome-ai-video-kit · 257 tokens