YouTube Search Tool - Public Video Discovery API for Agents
Search public YouTube videos through Vernclaw and AIAPI Center, returning compact JSON rows with titles, URLs, channels, duration, and public metrics for agent workflows.
What is YouTube Search Tool?
YouTube Search helps agents find public videos for launch research, creator monitoring, tutorial discovery, and market scans. The connector routes through AIAPI Center and the official YouTube Data API, then normalizes each video row for downstream automation.
Setup
For Vernclaw users, enable the connector in Connector Settings, then authenticate the CLI with your Vernclaw API key:
vernclaw-cli status
vernclaw-cli login --api-key YOUR_VERNCLAW_API_KEYFor Vernclaw or AIAPI Center operators, the upstream YouTube provider also needs a Google YouTube Data API key. Create or select a Google Cloud project, enable YouTube Data API v3, then open APIs & Services > Credentials > Create credentials > API key. Restrict the key to YouTube Data API v3 before production use, then configure AIAPI Center's youtube provider with that key.
Parameters
query(required): search querylimit(optional): number of videos to return, up to 50order(optional):date,rating,relevance,title, orviewCountregion_code(optional): two-letter region code such asUSrelevance_language(optional): language hint such asenpublished_after/published_before(optional): ISO 8601 timestamps with timezone
Example
vernclaw-cli invoke search.youtube --query "AI agent workflows" --limit 5 --order date --region-code USOutput
The CLI returns compact JSON by default:
{"status":200,"data":{}}The data payload includes a normalized summary plus items rows with:
- video ID and canonical YouTube URL
- title, description, channel, and publish time
- ISO 8601 duration
- public metrics when available
- default output omits provider/source metadata and raw payloads
Use --pretty only for human-readable inspection. For automation, parse the JSON envelope and numeric status.
Limits
Only public videos returned by the official YouTube Data API are available. Transcript text, comments, and private/unlisted access are not included in this version.
Troubleshooting
No API key configured for provider: youtube: Vernclaw can reach AIAPI Center, but AIAPI Center does not yet have the upstream YouTube provider key configured.model_not_supportedwith provideryoutube: check that AIAPI Center has theyoutubeprovider enabled and mapped to a YouTube Data API v3 key.- Empty results: confirm the query, region, language, and publication window. The connector only returns public videos available through the official YouTube Data API.
X/Twitter Post Reader Tool - Social Media Content Extractor
Professional X/Twitter content reading tool for real-time extraction of complete post content, author information, and publish time. Supports thread reading, content analysis, and data export for social media monitoring, content research, and competitive analysis.
YouTube Video Read Tool - Public Video Metadata API
Read public YouTube video metadata, canonical watch URLs, channel details, duration, and public metrics by URL or ID through Vernclaw and AIAPI Center.