Install
openclaw skills install justoneapi-youtube-get-video-detailCall GET /api/youtube/get-video-detail/v1 for YouTube Video Details through JustOneAPI with videoId.
openclaw skills install justoneapi-youtube-get-video-detailUse this focused JustOneAPI skill for video Details in YouTube. It targets GET /api/youtube/get-video-detail/v1. Required non-token inputs are videoId. OpenAPI describes it as: Get YouTube video Details data, including its title, description, and view counts, for tracking video engagement and statistics, extracting video metadata for content analysis, and verifying video availability and status.
youtubeget-video-detailjustoneapi-youtube-get-video-detail| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getYoutubeVideoDetailV1 | v1 | GET | /api/youtube/get-video-detail/v1 | Video Details |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
videoId | query | all | n/a | string | The unique identifier for a YouTube video |
Request body: none documented; send parameters through path or query arguments.
Use getYoutubeVideoDetailV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getYoutubeVideoDetailV1.
node {baseDir}/bin/run.mjs --operation "getYoutubeVideoDetailV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"videoId":"<videoId>"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.getYoutubeVideoDetailV1 on /api/youtube/get-video-detail/v1.videoId) before summarizing results.