← Back to Skills Marketplace
justoneapi

YouTube API

by justoneapi · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
153
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install justoneapi-youtube
Description
Analyze YouTube workflows with JustOneAPI, including video Details and channel Videos.
README (SKILL.md)

YouTube

This skill wraps 2 YouTube operations exposed by JustOneAPI. It is strongest for video Details and channel Videos. Expect common inputs such as channelId, cursor, videoId.

When To Use It

  • The user needs video Details or channel Videos on YouTube.
  • The user can provide identifiers or filters such as channelId, cursor, videoId.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • getYoutubeVideoDetailV1: Video Details — 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
  • getChannelVideosV1: Channel Videos — Retrieve a list of videos from a specific YouTube channel, providing detailed insights into content performance and upload history

Request Pattern

  • 2 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are channelId, cursor, videoId.
  • All operations in this skill are parameter-driven requests; none require a request body.

How To Work

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: getYoutubeVideoDetailV1, getChannelVideosV1.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'

Environment

  • Required: JUST_ONE_API_TOKEN
  • This skill uses JUST_ONE_API_TOKEN only for authenticated Just One API requests.
  • Keep JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Rules

  • Start with a plain-language answer tied to the YouTube task the user asked for.
  • Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
  • When using getYoutubeVideoDetailV1, explain why the returned fields answer the user's question.
  • If the user gave filters such as channelId, cursor, videoId, echo those back so the scope is explicit.
  • If the backend errors, include the backend payload and the exact operation ID.
Usage Guidance
This skill appears coherent: it needs node and a JUST_ONE_API_TOKEN to call JustOneAPI endpoints and returns JSON results. Before installing, confirm you trust https://api.justoneapi.com (review their docs/privacy) and issue a token with minimal scope. Note the helper sends the token in the URL query string — such tokens can be logged by intermediaries, so avoid using long-lived high-privilege tokens and rotate them if needed. If you require stricter token handling, request or implement use of an Authorization header rather than a query parameter.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description, required binary (node), and required env var (JUST_ONE_API_TOKEN) match the actual behavior: the included runner calls JustOneAPI endpoints (api.justoneapi.com) to retrieve video details and channel videos.
Instruction Scope
SKILL.md limits actions to selecting an operation, collecting required parameters, and invoking the bundled bin/run.mjs helper. It does not instruct reading arbitrary host files or other environment variables. The helper only parses CLI args, builds a request, and fetches JSON from the declared API host.
Install Mechanism
There is no install spec (instruction-only), only a small included Node script. This is low-risk: nothing is downloaded from unknown URLs and no archives are extracted. The runtime requirement is simply that 'node' be present.
Credentials
Only JUST_ONE_API_TOKEN is required and is used for calls to JustOneAPI, which is proportionate. One caveat: the token is sent as a query parameter named 'token' (not an Authorization header), which can increase risk of token leakage via server logs, proxy logs, or referer headers — consider whether the token scope/permissions are limited and rotate it if exposed.
Persistence & Privilege
The skill does not request permanent/always-on presence (always: false) and does not modify other skills or system-wide configs. It runs only when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-youtube
  3. After installation, invoke the skill by name or use /justoneapi-youtube
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- The operation name for YouTube video details was updated from getVideoDetailV1 to getYoutubeVideoDetailV1 across documentation and operation metadata. - All usage instructions, representative operations, and endpoint references now consistently use the new operation name. - No behavioral or parameter changes; this update aligns documentation and endpoint identifiers.
v1.0.3
justoneapi-youtube 1.0.3 - Updated the Just One API usage guide link in SKILL.md to a tracking URL with referral parameters. - No functionality changes; documentation-only update.
v1.0.2
- Updated the Just One API Dashboard link to a new format with UTM parameters for clearer referral tracking. - No changes to functionality or API usage; only documentation updated in SKILL.md.
v1.0.1
- Added specific guidance to keep JUST_ONE_API_TOKEN private and not share it in chat messages, screenshots, or logs. - Clarified that JUST_ONE_API_TOKEN is only used for authenticated requests to Just One API. - No changes to functionality; documentation updated to improve security awareness.
v1.0.0
init
Metadata
Slug justoneapi-youtube
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is YouTube API?

Analyze YouTube workflows with JustOneAPI, including video Details and channel Videos. It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.

How do I install YouTube API?

Run "/install justoneapi-youtube" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is YouTube API free?

Yes, YouTube API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does YouTube API support?

YouTube API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created YouTube API?

It is built and maintained by justoneapi (@justoneapi); the current version is v1.0.4.

💬 Comments