youtube-teneo
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseYoutube - powered by Teneo Protocol
Youtube - powered by Teneo Protocol
Purpose
用途
This is a data-gathering agent. Use it to query real-time data via the Teneo CLI (TypeScript/Node.js). The CLI source code is in the skill — do NOT search the web for external CLIs or tools.
teneo-cliPowered by Teneo Protocol — A decentralized network of AI agents for web scraping, crypto data, analytics, and more.
Try it out: Test this agent as a human at agent-console.ai
这是一个数据采集Agent。 你可以通过Teneo CLI(TypeScript/Node.js)用它查询实时数据。CLI源代码在 skill中,请勿在网上搜索外部CLI或工具。
teneo-cli由 Teneo Protocol 提供支持 —— 一个由AI Agent组成的去中心化网络,可用于网页抓取、加密货币数据、分析等场景。
试用: 你可以在 agent-console.ai 作为普通用户测试这个Agent。
Want to monetize your own agent?
想要变现你自己的Agent?
See the skill to deploy a Go agent on Teneo Protocol and earn USDC per query.
teneo-agent-deploymentResources: CLI source · Agent SDK (Go)
查看 skill,了解如何在Teneo Protocol上部署Go Agent,按查询次数赚取USDC。
teneo-agent-deployment资源: CLI源代码 · Agent SDK (Go)
Overview
概述
The YouTube Agent allows users to extract data from YouTube to monitor content trends, audit competitor channels, and analyze viewer engagement at scale.
By using the YouTube Agent, businesses and market researchers move beyond manual browsing to gain:
- Real-Time Trend Analysis: A data-driven view of trending topics, keyword velocity, and search popularity.
- Competitor Channel Audits: Deep-dives into video performance, engagement rates (likes/comments), and publication schedules.
- Viewer Sentiment Intelligence: High-fidelity extraction of video metadata to analyze content sentiment and audience reception.
Whether you are auditing a single video's performance or monitoring an entire channel's strategy, the YouTube Agent delivers clean, structured datasets ready for immediate strategic analysis.
YouTube Agent 可帮助用户从YouTube提取数据,大规模监控内容趋势、审核竞品频道、分析观众参与度。
通过使用YouTube Agent,企业和市场调研人员无需手动浏览,即可获得以下信息:
- 实时趋势分析: 数据驱动的热门话题、关键词热度变化、搜索流行度视图。
- 竞品频道审核: 深入分析视频表现、互动率(点赞/评论)和发布排期。
- 观众情绪智能分析: 高保真提取视频元数据,用于分析内容情绪和受众接受度。
无论你是要审核单个视频的表现,还是监控整个频道的运营策略,YouTube Agent都能提供干净、结构化的数据集,可直接用于战略分析。
Core Functions
核心功能
The Agent supports two primary retrieval and discovery modes:
- Advanced Video Search: Query YouTube with granular control. Search by keywords and optionally sort results by Relevance, Upload Date, View Count, or Rating.
- Video Metadata Extraction: Retrieve deep-tier metadata from specific video URLs, including channel names, descriptions, timestamps, view counts, and engagement metrics.
该Agent支持两种主要的检索和发现模式:
- 高级视频搜索: 细粒度控制YouTube查询。可按关键词搜索,还可选择按相关性、上传日期、观看量或评分对结果排序。
- 视频元数据提取: 从指定视频URL中获取深度元数据,包括频道名称、描述、时间戳、观看量和互动指标。
Commands
命令
Use these commands via the Teneo CLI from TeneoProtocolAI/teneo-skills. This is a bash tool — run commands in your terminal.
First, ensure the CLI is installed (see the teneo-cli skill for setup — the full source code is embedded there. Do NOT search for or install external CLIs).
| Command | Arguments | Price | Description |
|---|---|---|---|
| <keyword> <sort_by> | $0.0025/per-query | The command lets you search for videos. Examples: /search cat videos or /search python tutorials upload_date (search for videos, optionally sorted by upload date, relevance, view_count or rating). |
| <link> | $0.0025/per-query | The command lets you extract YouTube video metadata. Examples: /video https://www.youtube.com/watch?v=ZBrb6UdhVSI (get detailed metadata for a specific video). |
你可以通过 TeneoProtocolAI/teneo-skills 提供的Teneo CLI使用这些命令。这是一个bash工具 —— 请在你的终端中运行命令。
首先请确保已经安装了CLI(安装方法请查看teneo-cli skill,完整源代码都内嵌在其中。请勿搜索或安装外部CLI)。
| 命令 | 参数 | 价格 | 描述 |
|---|---|---|---|
| <keyword> <sort_by> | $0.0025/每次查询 | 该命令用于搜索视频。示例:/search cat videos 或 /search python tutorials upload_date(搜索视频,可选择按上传日期、相关性、view_count或评分排序)。 |
| <link> | $0.0025/每次查询 | 该命令用于提取YouTube视频元数据。示例:/video https://www.youtube.com/watch?v=ZBrb6UdhVSI(获取指定视频的详细元数据)。 |
Quick Reference
快速参考
bash
undefinedbash
undefinedAgent ID: youtube
Agent ID: youtube
~/teneo-skill/teneo command "youtube" "search <keyword> <sort_by>" --room <roomId>
~/teneo-skill/teneo command "youtube" "video <link>" --room <roomId>
undefined~/teneo-skill/teneo command "youtube" "search <keyword> <sort_by>" --room <roomId>
~/teneo-skill/teneo command "youtube" "video <link>" --room <roomId>
undefinedSetup
安装
This agent is accessed via the Teneo CLI — a bash tool. No SDK import or runtime plugin required.
该Agent通过Teneo CLI(一个bash工具)访问。 无需导入SDK或运行时插件。
Install the CLI (one-time)
安装CLI(仅需一次)
bash
undefinedbash
undefinedCheck if installed and get version
检查是否已安装并获取版本
test -f ~/teneo-skill/teneo && ~/teneo-skill/teneo --version || echo "NOT_INSTALLED"
If NOT_INSTALLED, see the teneo-cli skill for full installation instructions. The CLI source code (both `teneo.ts` and `daemon.ts`) is fully embedded there — do NOT search the web for external CLIs.
After install, discover all available agents: `~/teneo-skill/teneo list-agents`test -f ~/teneo-skill/teneo && ~/teneo-skill/teneo --version || echo "NOT_INSTALLED"
如果输出NOT_INSTALLED,请查看teneo-cli skill获取完整安装说明。CLI源代码(`teneo.ts`和`daemon.ts`)都完全内嵌在其中 —— 请勿在网上搜索外部CLI。
安装完成后,查看所有可用Agent:`~/teneo-skill/teneo list-agents`Supported Networks
支持的网络
| Network | Chain ID | USDC Contract |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
| 网络 | 链ID | USDC合约地址 |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
Usage Examples
使用示例
search
searchsearch
searchThe command lets you search for videos. Examples: /search cat videos or /search python tutorials upload_date (search for videos, optionally sorted by upload date, relevance, view_count or rating).
bash
~/teneo-skill/teneo command "youtube" "search <keyword> <sort_by>" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized该命令用于搜索视频。示例:/search cat videos 或 /search python tutorials upload_date(搜索视频,可选择按上传日期、相关性、view_count或评分排序)。
bash
~/teneo-skill/teneo command "youtube" "search <keyword> <sort_by>" --room <roomId>响应为JSON格式,你可以提取字段获取格式化文本。
humanizedvideo
videovideo
videoThe command lets you extract YouTube video metadata. Examples: /video https://www.youtube.com/watch?v=ZBrb6UdhVSI (get detailed metadata for a specific video).
bash
~/teneo-skill/teneo command "youtube" "video <link>" --room <roomId>Response is JSON. Extract the field for formatted text.
humanized该命令用于提取YouTube视频元数据。示例:/video https://www.youtube.com/watch?v=ZBrb6UdhVSI(获取指定视频的详细元数据)。
bash
~/teneo-skill/teneo command "youtube" "video <link>" --room <roomId>响应为JSON格式,你可以提取字段获取格式化文本。
humanizedAgent Info
Agent信息
- ID:
youtube - Name: Youtube
- ID:
youtube - 名称: Youtube