Skip to content
Skillv1.0.0

verify-authenticity

真实性验证技能。分析用户提供的信息、消息、图片或内容,判断其真实性和可信度,识别虚假信息、AI生成内容或伪造内容。

by rtgs2017(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from rtgs2017/nagaagent (skills/verify-authenticity/SKILL.md). Install upstream with npx skills add rtgs2017/nagaagent --skill verify-authenticity. Copyright stays with the author.

真实性验证技能

分析内容的真实性,帮助用户识别虚假信息和伪造内容。

执行流程(必须按顺序执行)

  1. 联网搜索:先使用工具搜索与用户内容相关的权威信息和事实依据,调用方式如下:
{"agentType": "openclaw", "task_type": "message", "message": "搜索:用户提供的关键内容"}
  1. 交叉比对:工具返回结果后,将用户内容与搜索到的权威来源进行对比
  2. 综合判断:结合搜索结果和以下分析维度给出结论

注意:真实性验证必须基于事实依据,第1步的联网搜索不可跳过。

分析维度

  1. 信息来源是否可靠
  2. 内容逻辑是否自洽
  3. 是否存在常见的伪造特征
  4. 与搜索到的已知事实是否矛盾
  5. 是否存在情绪操控或诱导话术

输出格式

  • 真实性判断:真实 / 可疑 / 高风险
  • 搜索验证:列出搜索到的关键事实依据
  • 分析理由:逐条列出判断依据
  • 建议操作:应该怎么做

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/rtgs2017-nagaagent-verify-authenticity/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

rtgs2017-nagaagent-verify-authenticity.ocm.jsonjson
{
  "ocm": "1",
  "id": "rtgs2017-nagaagent-verify-authenticity",
  "kind": "skill",
  "name": "verify-authenticity",
  "description": "真实性验证技能。分析用户提供的信息、消息、图片或内容,判断其真实性和可信度,识别虚假信息、AI生成内容或伪造内容。",
  "publisher": "rtgs2017",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "security",
      "verify",
      "authenticity",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "真实性验证技能。分析用户提供的信息、消息、图片或内容,判断其真实性和可信度,识别虚假信息、AI生成内容或伪造内容。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/rtgs2017/nagaagent",
      "path": "skills/verify-authenticity/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/rtgs2017/nagaagent/blob/HEAD/skills/verify-authenticity/SKILL.md",
      "key": "rtgs2017/nagaagent/skills/verify-authenticity/SKILL.md"
    }
  },
  "instructions": "# 真实性验证技能\r\n\r\n分析内容的真实性,帮助用户识别虚假信息和伪造内容。\r\n\r\n## 执行流程(必须按顺序执行)\r\n\r\n1. **联网搜索**:先使用工具搜索与用户内容相关的权威信息和事实依据,调用方式如下:\r\n```tool\r\n{\"agentType\": \"openclaw\", \"task_type\": \"message\", \"message\": \"搜索:用户提供的关键内容\"}\r\n```\r\n2. **交叉比对**:工具返回结果后,将用户内容与搜索到的权威来源进行对比\r\n3. **综合判断**:结合搜索结果和以下分析维度给出结论\r\n\r\n注意:真实性验证必须基于事实依据,第1步的联网搜索不可跳过。\r\n\r\n## 分析维度\r\n\r\n1. 信息来源是否可靠\r\n2. 内容逻辑是否自洽\r\n3. 是否存在常见的伪造特征\r\n4. 与搜索到的已知事实是否矛盾\r\n5. 是否存在情绪操控或诱导话术\r\n\r\n## 输出格式\r\n\r\n- 真实性判断:真实 / 可疑 / 高风险\r\n- 搜索验证:列出搜索到的关键事实依据\r\n- 分析理由:逐条列出判断依据\r\n- 建议操作:应该怎么做",
  "cost": {
    "context_tokens": 120
  }
}

Fetch it by URL: GET /api/v1/registry/rtgs2017-nagaagent-verify-authenticity/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.