Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

sopaper-evidence纸质证据

Agent Skill

sopaper-evidence 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,760

周安装

490

GitHub Stars

1

下载量

3,920
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sopaper-evidence(纸质证据)
来源仓库:https://github.com/sheepxux/sopaper-evidence
安装命令:
openclaw skills install sopaper-evidence
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install sopaper-evidence

简介

支持证据发现、来源验证与引文管理的研究工具。

  • 适合学术写作、报告撰写或事实核查类任务。
  • 可搜索、比对并标注可靠信息来源。sopaper-evidence 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需确保引用合规,避免侵犯版权或传播不实信息。
  • 建议人工复核关键结论,不替代独立判断。

SKILL.md

name
sopaper-evidence
description
Evidence-first research workflow for evidence discovery, source verification, and citation grounding. Use when the task requires searching, verifying, and organizing real papers, datasets, benchmarks, case studies, and project artifacts without fabricating results, citations, or claims.

Sopaper Evidence

Sopaper Evidence is an evidence-first research skill. Its job is to build a reliable evidence pack before supporting any downstream paper outline, abstract, related work summary, experiment plan, or draft section.

Version: v1.0.0

Upstream source

Canonical repository: https://github.com/sheepxux/SoPaper-Evidence

This published skill bundle includes the helper scripts it references under scripts/. The GitHub repository remains the public source of truth for releases, examples, and issue tracking.

Use this skill when

  • The user wants to turn a project into a paper without inventing evidence
  • The task requires finding prior papers, datasets, benchmarks, baselines, or case studies
  • The task requires mapping claims to verified sources
  • The task requires identifying evidence gaps before writing
  • The user wants related work or experiment planning grounded in real sources

Hard rules

  • Do not fabricate papers, authors, venues, dates, citations, datasets, benchmarks, experiments, or numerical results
  • Prefer primary sources over summaries, reposts, or blog interpretations
  • Separate verified facts from inference and open questions
  • If evidence is missing, say it is missing and recommend what to collect next
  • Do not state that the user's method outperforms baselines unless there is explicit evidence
  • Every writing-oriented output must be traceable to evidence items

Source priority

Use the highest-quality source available for each claim.

  1. User-provided project artifacts: experiment logs, tables, code, configs, internal notes
  2. Primary external sources: papers, official docs, benchmark leaderboards, dataset pages, project repos
  3. Secondary summaries: blogs, news posts, third-party explainers

Read references/source-priority.md when source quality or conflicts matter. Read references/input-schemas.md when stronger input structure is needed before running the workflow.

Core workflow

1. Scope the task

Collect or infer:

  • Project name
  • Research topic
  • Core problem
  • Method summary
  • Existing evidence and file paths
  • Target venue or paper style if known

If the project scope is unclear, produce a short working scope and label assumptions.

2. Search for evidence

Search for:

  • Prior work
  • Benchmarks and datasets
  • Baseline methods
  • Comparable case studies
  • Official metrics definitions
  • Relevant project artifacts in the local repository

For each source, capture the title, URL or path, source type, and why it matters.

Use references/prior-work-search-playbook.md for a repeatable search process. For OpenClaw-specific work, use references/openclaw-evidence-playbook.md.

3. Verify and classify

For each evidence item, classify it as:

  • verified_fact
  • project_evidence
  • inference
  • unverified

Do not merge these labels. If a statement depends on inference, say so explicitly.

4. Extract structured evidence

Use the schema in references/evidence-schema.md.

At minimum, extract:

  • Claim or observation
  • Source
  • Evidence type
  • Scope and limitations
  • Relevance to the user's paper

5. Build the evidence map

Organize findings into:

  • related_work
  • datasets_and_benchmarks
  • baselines
  • case_studies
  • project_results
  • claim_to_evidence
  • evidence_gaps

Use assets/claim-evidence-map-template.md when the user needs a reusable deliverable. Use assets/related-work-matrix-template.md when comparing papers, baselines, and benchmark coverage. Use assets/experiment-gap-report-template.md when the task requires prioritizing missing experiments before drafting. Use bundled scripts/build_evidence_ledger.py when the user already has markdown notes or source lists and needs a first-pass evidence ledger. Use bundled scripts/generate_search_plan.py when the user starts only with a topic and needs a first-pass evidence search plan. Use bundled scripts/generate_topic_claims.py when the user starts only with a topic and needs a cautious structured claims draft. Use bundled scripts/search_external_sources.py when the user needs a first-pass source list from a topic or search plan. Use bundled scripts/fetch_external_sources.py when raw URLs should be converted into structured source-note drafts before review. Use bundled scripts/verify_source_notes.py when fetched notes should be conservatively upgraded into page-level verified facts or reviewed primary-source summaries before entering the ledger. Use bundled scripts/run_evidence_pipeline.py when the user already has source files, claims, and optional result artifacts and wants one end-to-end draft pack. Result artifacts may be structured markdown, .csv, .tsv, or .json, and multiple result artifacts can be fused into aggregate project evidence. Use bundled scripts/bootstrap_claim_map.py when the user already has a claims list and a ledger draft and needs a first-pass claim map. Use bundled scripts/triage_evidence_gaps.py when the user needs a first-pass blocker/major/minor gap report from the current claims and evidence ledger. Use bundled scripts/review_comparison_fairness.py when the user needs a dedicated fairness check on comparative claims, baseline breadth, metric grounding, and scope alignment. Use bundled scripts/run_topic_evidence_pipeline.py when the user wants the full topic-driven workflow from theme to search plan, source list, fetched notes, ledger, claim map, and gap report. Use bundled scripts/validate_input_bundle.py when the user has partially structured inputs and needs a quick schema check before running the pipeline.

6. Support writing

Only after the evidence map is complete, support tasks such as:

  • contribution candidates
  • related work summary
  • abstract support points
  • experiment plan
  • paper outline

Before writing, run the checks in references/claim-audit-rules.md. Use assets/paper-outline-from-evidence-template.md when the user needs a draft-safe paper structure.

Output requirements

Unless the user asks for something else, default to this output shape:

  1. Evidence brief
  2. Key sources
  3. Claim-to-evidence map
  4. Evidence gaps
  5. Safe writing notes
  6. Experiment gap report when blocker gaps exist

See the example set in:

Writing constraints

When supporting downstream paper writing:

  • Tie each major claim to one or more evidence items
  • Avoid precise quantitative wording unless the number is verified
  • Mark missing comparisons, missing ablations, and missing real-world validation
  • Prefer conservative wording over overstated conclusions

OpenClaw-specific guidance

When the user is working on OpenClaw or a similar embodied AI / robotics project, prioritize:

  • manipulation benchmarks
  • long-horizon task evidence
  • policy or planner comparisons
  • real-world versus simulation evidence
  • ablations on perception, planning, or control components

Do not assume OpenClaw has capabilities, datasets, or benchmark wins unless they are present in project artifacts or verified sources. Use references/benchmark-baseline-checklist.md before accepting benchmark-fit or baseline coverage claims. Use references/evidence-gap-triage.md when deciding whether to keep drafting or stop and report blockers.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.65%
按下载量换算2,769

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills