Agent Skills
› QuixiAI/Hexis
› youtube
youtube
GitHub提供YouTube频道和视频的统计信息查询及搜索功能。依赖YOUTUBE_API_KEY环境变量,若密钥缺失则提示并继续执行无此能力的操作。
Trigger Scenarios
查询YouTube视频数据
获取YouTube频道统计
搜索YouTube内容
Install
npx skills add QuixiAI/Hexis --skill youtube -g -y
SKILL.md
Frontmatter
{
"name": "youtube",
"category": "analytics",
"contexts": [
"heartbeat",
"chat"
],
"requires": {
"tools": [
"youtube_channel_stats"
]
},
"bound_tools": [
"youtube_channel_stats",
"youtube_video_stats",
"youtube_search"
],
"description": "YouTube channel\/video statistics and search"
}
Youtube
Use these tools for youtube channel/video statistics and search. Credentials come from the environment (YOUTUBE_API_KEY); when they are missing, say so plainly and continue without this capability.
Version History
- 990da5f Current 2026-08-20 13:52


