Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

askvideoaskvideo 搜索

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

649

周安装

26

GitHub Stars

公开资料未说明

下载量

210
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:askvideo(askvideo 搜索)
来源仓库:https://github.com/indianappguy/askvideo-cli
仓库路径:skills/askvideo
安装命令:
npx skills add indianappguy/askvideo-cli --skill "askvideo"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add indianappguy/askvideo-cli --skill "askvideo"

简介

askvideo 用于发现并安装 AI 代理的技能,支持视频项目开发辅助。

  • 适用于组织镜头、生成素材说明或排查渲染问题等视频制作任务。
  • 需配置分辨率、时长、素材路径和导出格式等参数后使用。
  • 安装前应检查版权授权和内容审核要求,尤其涉及外部素材时。
  • 建议结合宿主环境确认是否支持相关视频处理功能。

SKILL.md

name
askvideo
description
Chat with any YouTube video using AI. Use this skill when users share YouTube URLs and want summaries, answers, or information extracted from video content. Triggers on YouTube links, video summarization requests, or questions about video tutorials.
license
MIT
metadata
author
IndianAppGuy
version
1.0.5

AskVideo - Chat with YouTube Videos

Get information, summaries, and answers from any YouTube video using AI.

When to Use This Skill

Use this skill when:

  • User shares a YouTube URL and asks questions about it
  • User wants to summarize a YouTube video
  • User asks "what's in this video?"
  • User wants to extract information from video content
  • User needs to understand a tutorial, lecture, or presentation
  • User asks about timestamps or specific topics in a video

Keywords: YouTube, video summary, video transcript, explain video, what's in this video, video content, video tutorial

Prerequisites

The askvideo CLI must be installed and authenticated:

# Check if installed
which askvideo

# If not installed
npm install -g askvideo

# Authenticate (first time only - requires user's email)
askvideo login

Commands

Ask a Single Question (Recommended for Agents)

Use --simple flag for clean, non-streaming output:

askvideo ask "<question>" --url "<youtube-url>" --simple

Examples:

# Get a summary
askvideo ask "Summarize this video in 3 bullet points" --url "https://youtube.com/watch?v=VIDEO_ID" --simple

# Ask specific questions
askvideo ask "What are the main topics covered?" --url "https://youtube.com/watch?v=VIDEO_ID" --simple

# Extract information
askvideo ask "List all the tools mentioned in this video" --url "https://youtube.com/watch?v=VIDEO_ID" --simple

# Get timestamps
askvideo ask "At what timestamp do they discuss pricing?" --url "https://youtube.com/watch?v=VIDEO_ID" --simple

Ask About an Already-Indexed Video

If the video was previously processed, use the video ID for faster responses:

askvideo ask "<question>" --id <video-id> --simple

List User's Indexed Videos

askvideo videos

Check Credits

askvideo credits

Workflow for Agents

  1. When user shares a YouTube URL with a question:
   askvideo ask "<user's question>" --url "<url>" --simple
  1. For multiple questions about the same video:

- First query will index the video (takes 30-60 seconds) - Subsequent queries are instant - Use --id flag if you have the video ID

  1. If credits are exhausted:

- Run askvideo credits to check remaining credits - Inform user they need to upgrade at https://askvideo.ai/pricing

Response Format

The CLI returns plain text answers. Present them to the user in a clear format:

Based on the video:

[AI response from askvideo]

Error Handling

ErrorSolution
"Authentication required"Run askvideo login
"No video credits remaining"User needs to upgrade plan
"No message credits remaining"User needs to upgrade plan
"Failed to fetch transcript"Video may not have captions

Supported Video Types

  • Standard YouTube videos with captions/transcripts
  • YouTube Shorts
  • Unlisted videos (if URL is provided)

Limitations

  • Requires video to have a transcript (auto-generated or manual captions)
  • Free plan: 1 video + 10 messages per month
  • Video processing takes 30-60 seconds on first query

Examples for Common Tasks

Summarize a Video

askvideo ask "Give me a comprehensive summary of this video with key takeaways" --url "URL" --simple

Explain a Tutorial

askvideo ask "Explain the step-by-step process shown in this tutorial" --url "URL" --simple

Extract Code/Commands

askvideo ask "List all the code snippets or commands mentioned in this video" --url "URL" --simple

Find Specific Information

askvideo ask "What does the speaker say about [topic]?" --url "URL" --simple

Get Video Outline

askvideo ask "Create an outline of all topics covered with timestamps if mentioned" --url "URL" --simple

Links

  • Website: https://askvideo.ai
  • npm Package: https://npmjs.com/package/askvideo
  • Support: https://askvideo.ai/support

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.58%
按下载量换算60

Antigravity

22.68%
按下载量换算48

Gemini CLI

20.47%
按下载量换算43

windsurf

13.22%
按下载量换算28

OpenCode

9.16%
按下载量换算19

Cursor

3.96%
按下载量换算8

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills