Install
openclaw skills install @zoeluli7459-dev/alphaear-signal-tracker使用这项技能来跟踪现有金融或投资信号的演变情况。当用户提供现有的论点/信号后,可以询问新的市场信息是对信号的支持、削弱、虚假报道、证实还是毫无影响。需要对比基准逻辑与更新后的新闻、价格和基本面数据,然后输出一个结构化的信号更新结果。如有需要,可以使用 mx-search 和 mx-data 来获取最新信息;但不要仅用于简单的新闻查询、原始数据查询、股票筛选或仅查看图表等任务。
openclaw skills install @zoeluli7459-dev/alphaear-signal-trackerTrack whether new market information changes an existing investment signal.
mx-search for news, announcements, reports, policy, and event context.mx-data for price, volume, financial metrics, and other exact data.Strengthened, Weakened, Falsified, Realized, or Unchanged.references/PROMPTS.md for the research, analysis, and tracking prompt patterns when generating strict signal JSON.InvestmentSignal; otherwise provide a compact human-readable update.tests/test_tracker.py after changing scripts.evals/evals.json to ensure tracker prompts trigger this skill while simple search/data/diagram prompts route elsewhere.