← 返回 Skills 市场
lucas-acc

signal-track

作者 LucasWU · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ⚠ suspicious
101
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install signal-track
功能描述
Track persistent topics (stocks, companies, AI, and policy events) and monitor them continuously. Use this for recurring updates, trend monitoring, and struc...
安全使用建议
This skill appears to do what it says: a Node.js CLI that talks to the YouNews API and persists an API key to a home-directory config file. Before installing, review and accept that: (1) you will provide an API key via `signal-track login --api-key <key>`; (2) the key will be stored in plaintext JSON at ~/.openclaw/openclaw.json (or legacy ~/.signal-track/config.json); and (3) the tool will create/modify those files. If you are concerned, inspect src/cli.js locally, run the CLI in a restricted environment first, or create a dedicated/limited YouNews API key rather than using a high-privilege account.
功能分析
Type: OpenClaw Skill Name: signal-track Version: 0.0.3 The signal-track skill is a legitimate CLI tool and AI agent bundle designed to monitor news and topics via the YouNews service (younews.k.sohu.com). The code in src/cli.js handles authentication by storing and retrieving an API key from standard local configuration paths (~/.openclaw/openclaw.json) and performs standard REST API calls to fetch news cards and article content. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (topic tracking, continuous monitoring) align with the included CLI and src/cli.js. The code talks exclusively to the declared API base (https://younews.k.sohu.com/) and implements the CLI commands documented in SKILL.md. Minor metadata mismatch: the registry metadata claims no required config paths, but SKILL.md and the code both declare/read/write ~/.openclaw/openclaw.json and a legacy ~/.signal-track/config.json.
Instruction Scope
Runtime instructions and code only access home-directory config files (~/.openclaw/openclaw.json or ~/.signal-track/config.json), perform HTTP requests to the declared API, and print results. There is no instruction to read arbitrary system files, environment secrets, or forward data to unexpected endpoints. Note: SKILL.md explicitly states it will read/write the user's openclaw config, which is broader than many skills and worth user awareness.
Install Mechanism
No remote install downloads or extract steps; the package is instruction-only in the registry and contains a small Node.js CLI implementation. Installation described is local npm usage (npm install / npm install -g .) which is standard for Node CLIs included in the repo.
Credentials
The skill does not request unrelated environment variables or external credentials. It stores and uses a service API key (via login --api-key) and persists it into the user's config file. Storing the API key in plaintext JSON inside ~/.openclaw/openclaw.json or ~/.signal-track/config.json is expected for this CLI but is a sensitive action users should knowingly accept.
Persistence & Privilege
The skill does not request always:true and will not be force-added. It does modify a per-user config file in the home directory to persist login state; when present it writes to the openclaw config under skills.entries.signal-track or falls back to the legacy path. This is normal for a CLI that persists credentials, but it does alter a shared config file under ~/.openclaw which could be visible to other tools — users should be aware.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install signal-track
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /signal-track 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
- Added required_config_paths section specifying both preferred (`~/.openclaw/openclaw.json`) and legacy (`~/.signal-track/config.json`) config file locations, with usage notes for each. - Clarified that API base URL is now `https://younews.k.sohu.com/` (was `http://` previously). - Updated execution notes detailing config file reading/writing logic and enhanced description of legacy config fallback. - No functional CLI or feature changes; documentation update only.
v0.0.2
No visible user-facing changes in this release. - Version updated from 0.0.2 to 0.1.0. - No file or documentation changes detected.
v0.0.1
signal-track 0.0.1 - Initial release of the signal-track CLI tool for persistent topic tracking and structured, continuous intelligence monitoring. - Supports creating, managing, and subscribing to long-running information tracking tasks ("topics"). - Provides aggregation, deduplication, and summarization via "NewsCards" from multiple data sources. - Full coverage of core CLI commands, including login, topic management, news feed retrieval, article fetching, and search. - Human-friendly output by default, with machine-readable output via `--json`. - Clear error handling for login and argument validation. - Integrates with YouNews backend; available to members only.
元数据
Slug signal-track
版本 0.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

signal-track 是什么?

Track persistent topics (stocks, companies, AI, and policy events) and monitor them continuously. Use this for recurring updates, trend monitoring, and struc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 signal-track?

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

signal-track 是免费的吗?

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

signal-track 支持哪些平台?

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

谁开发了 signal-track?

由 LucasWU(@lucas-acc)开发并维护,当前版本 v0.0.3。

💬 留言讨论