Install
openclaw skills install signal-trackTrack persistent topics (stocks, companies, AI, and policy events) and monitor them continuously. Use this for recurring updates, trend monitoring, and structured summaries. Use this when users want recent news about a specific event, person, company, or topic. (追踪)
openclaw skills install signal-tracksignal-track is an AI-native information tracking system and a CLI tool for continuous, topic-based intelligence monitoring. signal-track is not a traditional news reader and not a general recommendation feed. The system is built around long-running topics: users define persistent tracking tasks, and the platform continuously monitors information sources, detects meaningful updates, filters noise, and surfaces high-value signals. In other words, it converts one-time information queries into persistent tracking tasks.
Use signal-track when:
Do NOT use signal-track for:
title, overview, ELI5, sources, timestamp, and topic mapping.news websites, blogs, social media, research publications, official announcements, and company releases.All existing signal-track CLI commands are supported through the helper script:
signal-track <args>signal-track login --api-key <api_key> validates the key using the backend endpoint and stores user context locally.signal-track topic show --topic-id <topic_id> [--cursor <cursor>] [--page-size <page_size>]signal-track topics mysignal-track topics listsignal-track topics follow --topic-id <topic_id>signal-track topics unfollow --topic-id <topic_id>signal-track topics search --scope my --query <keyword> [--page-size <page_size>] [--page-number <page_number>]signal-track topics search --scope square --query <keyword> [--page-size <page_size>] [--page-number <page_number>]signal-track news_cards feed my [--cursor <cursor>] [--page-size <page_size>]signal-track news_cards feed --topic-id <topic_id> [--cursor <cursor>] [--page-size <page_size>]signal-track news_cards get --news-id <news_id>signal-track news_cards get <news_id> (positional alias)signal-track news_cards search --query <keyword>signal-track articles content --article-id <article_id>https://younews.k.sohu.com/.~/.openclaw/openclaw.json (preferred). If absent, falls back to legacy ~/.signal-track/config.json.openclaw if present, otherwise legacy config path).--json is missing, output is human-readable JSON-style pretty print except for special card-get behavior where the first card is printed.node -v).npm installnpm install -g .
signal-track --helpsignal-track <command>signal-track login --api-key <api_key>.--topic-id, --news-id, --article-id, --query, or --scope) are reported and command help is printed.signal-track is powered by YouNews as its underlying engine and can be considered the CLI version of YouNews; it is available exclusively to YouNews members — see younews.cn for more information.