Market Research pluginMarket Research plugin
Open-source · MIT · Market Research

/verifying

Fact-checking with an analyst's discipline. Every claim — number, quote, event — is traced to a whitelisted primary source, or it comes back "cannot verify." No improvising from search snippets.用分析师的纪律做事实核查。任何说法——数字、引述、事件——都要追到白名单里的原始来源,否则就返回“无法核实”。绝不靠搜索摘要现编结论。

How to use it怎么用

Type /verifying and paste the statement to check. Also triggers on "is this true", "find the original source", "where is this number from", "two sources disagree", "is it true X never did Y".输入 /verifying,把要核的说法贴进去。“这是真的吗”“找原始出处”“这个数从哪来”“两个来源对不上”“X 真的从没做过 Y 吗” 也会触发。

Five verification scenarios五种核验场景

One skill, five sub-flows.一个 skill,五条子流程。

  1. 01

    Basic truthfulness基本真伪

    Are the numbers, facts and quotes in the statement accurate? Checked directly against the primary source.说法里的数字、事实、引述准不准——直接对原始来源核对。

  2. 02

    Completeness完整性

    The source is right, but the quote is out of context. Supply the missing context rather than just confirming the words.来源没错,但引用被掐头去尾、脱离了上下文——把缺的语境补回来,而不只是确认字句。

  3. 03

    One-level reasoning一层推理核验

    🔎 Z = P × Q

    When a number can't be traced directly, cross-check it via one level of metric decomposition — verify each sub-metric, recompute, reconcile.直接数字追不到原始来源时,用指标拆解交叉验证:分别核 P 和 Q,再算回 Z 比对(只拆一层)。

  4. 04

    Negative statements否定性陈述

    "X has never done Y" can't be proven by search. Switch to hunting a counter-example; not finding one is not proof.“X 从没做过 Y” 这类说法没法靠搜索证伪——转成“找反例”:找到即推翻,找不到也不等于成立。

  5. 05

    Multi-source conflict多源冲突

    When two authoritative sources disagree on the same figure, don't force a pick — show them side by side and attribute the gap (definition / time point / revision).两个权威来源对同一个数字打架时,不硬选——并排列出,并把差异归因(口径 / 时点 / 修订状态)。

The hard rules核验的红线
  • Whitelisted sources only. Your files, official sites & databases, authoritative industry sources. Wikipedia, self-media, AI summaries and social posts don't count.只认白名单来源。你给的文件、官方网站与数据库、权威行业源。维基、自媒体、AI 摘要、社媒不算数。
  • Download the original, then conclude. For any report / chart / dataset, the original must be pulled locally and read in full. A search snippet is never "verified."下载原件再下结论。涉及报告 / 图表 / 数据,必须把原件下到本地读完;只看搜索摘要不算“已核实”。
  • Blocked? Hand back the link. If auto-download hits a paywall / login / anti-scrape wall, verification pauses and the link goes back to you (🔒).下不到就交还链接。自动下载被墙(付费墙 / 登录 / 反爬)时暂停核验,把链接交给你(🔒)。
  • Can't find it? Say "cannot verify." No guessing, no patching, no citing secondary paraphrases.核不到就直说“无法核实”。不猜、不补、不引二手转述。
  • Three states, never blurred. Fact / estimate / inference — only the first enters a "verified" conclusion.三态分明。事实 / 估算 / 推断——只有事实能进“已核实”的结论。
Output labels输出标签
  • Verified已核实
  • Partially verified部分核实
  • Cannot verify无法核实
  • 🔎 One-level reasoning一层推理
  • Multi-source conflict多源冲突
  • 🔒 Needs your help to download需你协助下载
Install in Claude Code在 Claude Code 里安装
$ /plugin marketplace add genli-ai/market-research-skills
$ /plugin install market-research-skills@market-research-skills
MIT licensed. Source onMIT 许可。源码在 GitHub →