← 返回
数据分析 Key 中文

Youtube video scorer

AI-powered YouTube video scoring. Scores videos 1-10 based on your learning goals and persona. Use when the user wants to evaluate YouTube videos, check their scored feed, manage tracked channels, or check API usage. Get AI summaries, alignment analysis, and a curated video feed. Keywords: YouTube, video, score, persona, feed, summary, AI, learning, channels. Requires a WorthClip API key from https://worthclip.com/developers.
AI驱动的YouTube视频评分工具。根据学习目标和用户画像对视频进行1-10分评分。适用于评估视频、查看评分动态、管理追踪频道或检查API用量。可获取AI摘要、匹配度分析及精选视频流。需WorthClip API密钥。
ivanstancich
数据分析 clawhub v1.0.6 1 版本 100000 Key: 需要
★ 2
Stars
📥 1,525
下载
💾 34
安装
1
版本
#latest

概述

WorthClip - YouTube Video Scoring

Score YouTube videos 1-10 based on your personalized learning goals. Get AI-powered summaries, alignment analysis, and a curated feed.

Setup

  1. Sign up at https://worthclip.com
  2. Go to Settings > API Keys
  3. Generate an API key
  4. Set it: export WORTHCLIP_API_KEY="wc_your_key_here"

Commands

Score a video

Scores a YouTube video against the user's persona and goals. Handles async scoring automatically with polling.

bash {baseDir}/scripts/score.sh "VIDEO_ID"

The script submits the video for scoring, polls for completion (up to 60 seconds), and returns the completed score JSON. If the video was already scored, it returns the existing score immediately.

Get your feed

Returns scored videos sorted by relevance, with optional filters.

bash {baseDir}/scripts/feed.sh [--min-score N] [--verdict VERDICT] [--limit N] [--cursor N]

Options:

  • --min-score N - Only return videos scored N or above (1-10)
  • --verdict VERDICT - Filter by verdict (e.g., "watch", "skip")
  • --limit N - Number of results per page
  • --cursor N - Pagination cursor from previous response

Check usage

Shows current billing period usage stats and limits.

bash {baseDir}/scripts/usage.sh

API Reference

Base URL: https://greedy-mallard-11.convex.site/api/v1

The API is hosted on Convex (convex.site), WorthClip's serverless backend. The domain greedy-mallard-11.convex.site is WorthClip's production Convex deployment. You can verify this by visiting https://worthclip.com/developers.

All requests (except /health) require Authorization: Bearer YOUR_API_KEY header.

EndpointMethodDescription
-------------------------------
/healthGETHealth check (no auth required)
/scorePOSTScore a video (async, returns 202 with jobId)
/score/:jobIdGETPoll scoring job status
/videos/:ytId/summaryGETGet video summary (summarization)
/videos/:ytIdGETGet video detail with full score
/feedGETPaginated scored feed with filters
/channelsGETList tracked channels
/channels/lookupPOSTLookup channel by YouTube URL
/channels/trackPOSTTrack a new channel
/personaGETGet current persona and goals
/personaPUTUpdate persona description
/goalsPUTUpdate learning goals
/usageGETCurrent billing period usage stats

Rate Limits

  • General: 60 requests/minute (all endpoints)
  • Scoring: 20 requests/minute (POST /score and GET /score/:jobId)

Response headers:

  • X-RateLimit-Limit - Maximum requests per window
  • X-RateLimit-Remaining - Requests remaining in current window
  • Retry-After - Seconds to wait before retrying (only on 429 responses)

Error Format

All errors return a consistent JSON structure with an appropriate HTTP status code:

{
  "error": {
    "code": "ERROR_CODE",
    "message": "Human-readable description of the error"
  }
}

Common error codes:

  • UNAUTHORIZED (401) - Missing or invalid API key
  • RATE_LIMITED (429) - Too many requests
  • NOT_FOUND (404) - Resource not found
  • VALIDATION_ERROR (400) - Invalid request parameters
  • INTERNAL_ERROR (500) - Server error

Base URL

https://greedy-mallard-11.convex.site/api/v1

版本历史

共 1 个版本

  • v1.0.6 当前
    2026-03-28 23:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 366 📥 139,963
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 269 📥 56,891
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,859