
from autoskill383
Return only a valid existing YouTube video ID string (no URL, no commentary) — useful for tools that need raw IDs for downstream operations.
This skill instructs an agent to produce a single, valid YouTube video ID string (e.g. 'dQw4w9WgXcQ') and nothing else. It enforces strict output constraints: no URLs, no explanatory text, and no conversational filler. That makes it suitable for pipelines or tools that require raw video identifiers for lookups, downloads, or automation.
Best used with agents that can perform verification or web lookups to ensure the ID exists (agents with web access or browsing-enabled toolchains).
A prompt-only skill that instructs agents to output bare YouTube video IDs without conversational filler. Contains no scripts or executable code — just a SKILL.md with a role prompt and anti-patterns. Triggers are conversational phrases rather than task-based. Does not actually validate or fetch video IDs; relies entirely on the agent's existing capabilities.
From ECNU-ICALK/AutoSkill repo. Minimal skill — more of a prompt snippet than a functional skill. No security concerns since there's no code, but also very limited utility.