← 返回 Skills 市场
rickytsao-swordedge

thought-leader-tracker

作者 rickytsao-swordedge · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install thought-leader-tracker-skill
功能描述
Daily automated collection of podcasts, interviews, and videos from thought leaders across YouTube, Apple Podcasts, and Spotify. Generates Markdown reports w...
安全使用建议
This skill appears coherent with its stated purpose. Before installing: (1) Note that full YouTube/Spotify support in production will require you to supply API credentials — only provide those to this skill if you intend to enable those integrations and you trust the skill; check any future changes that add network endpoints. (2) The skill writes scraped results into ~/.openclaw/skills/thought-leader-tracker/daily-logs/, so consider whether that data (reports) should be stored on the host or handled elsewhere. (3) It requires Node.js to run; optionally jq improves CLI output. (4) The add-person flow in the provided bash script does not persist entries automatically — edit config.json directly for reliable configuration. (5) If you plan to run it on a schedule, add the cron entry yourself rather than granting it always-on privileges.
功能分析
Type: OpenClaw Skill Name: thought-leader-tracker-skill Version: 1.0.0 The skill bundle is a legitimate tool designed to aggregate podcast and video metadata from public APIs (specifically the iTunes Search API) and generate Markdown reports. Analysis of the shell script (thought-leader-tracker.sh) and the Node.js collector (scripts/collector.js) shows no evidence of data exfiltration, obfuscation, or unauthorized system access; the code's behavior aligns perfectly with the documentation provided in SKILL.md and README.md.
能力评估
Purpose & Capability
Name/description align with included files: a Bash CLI and a Node.js collector that query public iTunes (Apple Podcasts) APIs and contain placeholders for YouTube/Spotify integration. No unrelated credentials, binaries, or privileged system paths are requested.
Instruction Scope
SKILL.md and the scripts restrict activity to reading config.json, calling public iTunes endpoints, generating Markdown reports in daily-logs/, and optionally using YouTube/Spotify APIs (not implemented in this copy). The docs mention setting YOUTUBE_API_KEY for production; the code only has commented placeholders for using that key. Minor scope note: the add-person flow in the Bash script prints a JSON entry but does not actually modify config.json — this is a functional issue rather than malicious scope creep.
Install Mechanism
There is no install specification that downloads or extracts remote archives; the skill is instruction+source only. Included files are local and do not pull arbitrary external code at install time.
Credentials
The skill does not require environment variables by default. SKILL.md advises configuring YOUTUBE_API_KEY and Spotify OAuth for full functionality — these are proportionate and expected for those integrations. No unrelated secrets are requested.
Persistence & Privilege
always is false, autonomous invocation is the platform default, and the skill does not modify other skills or global agent settings. It writes reports only into its own daily-logs/ directory (no system-wide changes).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install thought-leader-tracker-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /thought-leader-tracker-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Thought Leader Tracker. - Automates daily collection of podcasts, interviews, and videos from YouTube, Apple Podcasts, and Spotify. - Generates Markdown reports with content summaries, key points, and common theme analysis. - Simple configuration for tracking specific thought leaders and customizing keywords. - Command-line tool supports collecting recent content, adjusting collection period, and listing tracked leaders. - Output reports organized by date in the daily-logs/ directory. - Detailed setup instructions for API keys and automation via cron included.
元数据
Slug thought-leader-tracker-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

thought-leader-tracker 是什么?

Daily automated collection of podcasts, interviews, and videos from thought leaders across YouTube, Apple Podcasts, and Spotify. Generates Markdown reports w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 thought-leader-tracker?

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

thought-leader-tracker 是免费的吗?

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

thought-leader-tracker 支持哪些平台?

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

谁开发了 thought-leader-tracker?

由 rickytsao-swordedge(@rickytsao-swordedge)开发并维护,当前版本 v1.0.0。

💬 留言讨论