YouTube
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
SKILL.md
text/markdown · 14843 字节
LICENSE.txt
text/plain · 1072 字节
Security Scan
状态
clean
OpenClaw
gpt-5-mini
OpenClaw 分析
The skill's requirements and runtime instructions match a YouTube Data API proxy implemented by Maton (MATON_API_KEY required) and there are no obvious incoherencies, but you should confirm you trust the Maton service and the skill's unknown/undocumented publisher before supplying secrets.
置信度: medium
VirusTotal
Type: OpenClaw Skill Name: youtube-api-skill Version: 1.0.3 The OpenClaw AgentSkills bundle for YouTube API integration appears benign. It provides clear instructions and code examples for interacting with the YouTube Data API via a Maton.ai gateway. All network requests are directed to specified Maton.ai endpoints, and the skill explicitly requires a `MATON_API_KEY` environment variable for authentication. There is no evidence of data exfiltration beyond the necessary API key, malicious code execution (e.g., `curl|bash` of untrusted sources), persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's intended behavior. The embedded Python and curl commands are standard API interaction examples.