← 返回 Skills 市场
synthere

youtube-comment-miner

作者 marc · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
297
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-comment-miner
功能描述
从指定话题的YouTube视频评论中挖掘用户痛点、功能建议与需求,助力竞品分析和市场调研。
安全使用建议
This skill is plausibly what it says: it scrapes YouTube (via yt-dlp) and analyzes saved comment JSON files. Before installing/running: 1) Inspect and run the scripts in an isolated environment (VM/container) because they perform web scraping and write files to disk. 2) Ensure you have the required system tools (yt-dlp, jq, Python 3.8+) and a JS runtime if yt-dlp needs it—these are referenced in SKILL.md but not declared in metadata. 3) Check requirements.txt and remove unused packages (python-dotenv) if you don't need .env support. 4) Note potential ToS/legal issues: automated scraping of YouTube may violate YouTube's Terms of Service—confirm this is acceptable for your use. 5) Because the package owner/source is unknown and there are small inconsistencies in filenames/examples, prefer running it in a disposable environment and review the scripts for any modifications before use.
功能分析
Type: OpenClaw Skill Name: youtube-comment-miner Version: 1.0.0 The skill bundle is a legitimate tool designed to scrape and analyze YouTube comments for market research and user feedback. It uses the well-known 'yt-dlp' utility to fetch data and provides Python scripts (scripts/analyze.py) to categorize comments based on keywords like 'security', 'cost', and 'performance'. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found; the code logic is transparent and aligns with the stated purpose of mining product pain points.
能力评估
Purpose & Capability
The name/description (YouTube comment mining for product insights) aligns with the included scripts (fetch_comments.sh and analyze.py) and requirements (yt-dlp, youtube-search). However the registry metadata claims no required binaries/env but the runtime clearly depends on system tools (yt-dlp, jq, Python 3).
Instruction Scope
SKILL.md and the scripts instruct the agent/user to fetch YouTube pages and save comments to disk using yt-dlp and jq. That stays within the stated purpose, but the instructions reference additional system tools (jq, a JS runtime for yt-dlp) that are not declared in the metadata. There are also small inconsistencies in filenames/examples (SKILL.md references analyze_comments.py in examples while repository has scripts/analyze.py), and requirements include python-dotenv though neither scripts nor docs use environment variables—these sloppy mismatches could lead to confusion or unexpected behavior.
Install Mechanism
There is no automated install spec; this is instruction+script based. The Python dependencies are provided via requirements.txt (yt-dlp, youtube-search, python-dotenv) which is a standard approach. No downloads from unknown URLs or archive extraction are present in the skill files.
Credentials
The skill requests no environment variables or credentials and the scripts do not attempt to read secrets. The inclusion of python-dotenv in requirements.txt is unnecessary given no .env usage in code—benign but sloppy.
Persistence & Privilege
The skill is not marked always:true and does not request persistent or elevated privileges, nor does it attempt to modify other skills or system configuration. It writes comment JSON files to a local directory, which is expected behavior for this purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-comment-miner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-comment-miner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
first version
元数据
Slug youtube-comment-miner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

youtube-comment-miner 是什么?

从指定话题的YouTube视频评论中挖掘用户痛点、功能建议与需求,助力竞品分析和市场调研。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 297 次。

如何安装 youtube-comment-miner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-comment-miner」即可一键安装,无需额外配置。

youtube-comment-miner 是免费的吗?

是的,youtube-comment-miner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

youtube-comment-miner 支持哪些平台?

youtube-comment-miner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 youtube-comment-miner?

由 marc(@synthere)开发并维护,当前版本 v1.0.0。

💬 留言讨论