← 返回 Skills 市场
harrylabsj

evidence organizer

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
247
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install evidence-organizer
功能描述
Organize and structure evidence for legal proceedings. Use when the user asks about 证据整理、证据清单、证据链、怎么组织证据、准备证据、证据目录, or wants to organize evidence for a case....
使用说明 (SKILL.md)

Evidence Organizer

Overview

This skill helps users organize, categorize, and structure evidence for legal proceedings. It creates evidence lists, helps establish chains of custody, and organizes materials by relevance and importance.

⚠️ Important Disclaimer: This tool provides organizational assistance only. It does not constitute legal advice, nor does it guarantee evidence admissibility. Always consult a qualified attorney regarding evidence rules and admissibility requirements.

When to Use This Skill

  • Preparing evidence for trial or hearing
  • Organizing documents for discovery
  • Creating evidence lists for court submission
  • Establishing document chains
  • Preparing exhibits

Limitations

  • Provides organization framework only
  • Cannot determine legal admissibility
  • Does not authenticate documents
  • Not a substitute for attorney guidance on evidence rules
  • May not address specific court requirements

Workflow

  1. Collect materials — Gather all potential evidence
  2. Categorize items — Group by type and relevance
  3. Assess relevance — Determine importance to claims/defenses
  4. Organize structure — Create logical organization
  5. Prepare summaries — Document key points
  6. Review with counsel — Have attorney review organization

Evidence Categories

Documentary Evidence

  • Contracts and agreements
  • Correspondence (emails, letters)
  • Financial records
  • Business records
  • Reports and analyses

Testimonial Evidence

  • Witness statements
  • Deposition transcripts
  • Affidavits
  • Expert reports

Physical Evidence

  • Photographs
  • Videos
  • Audio recordings
  • Physical objects
  • Digital files

Demonstrative Evidence

  • Charts and graphs
  • Timelines
  • Maps
  • Diagrams
  • Summaries

Evidence Organization Structure

By Claim/Issue

Group evidence supporting each legal claim or defense.

By Chronology

Organize materials in chronological order to show timeline.

By Witness

Group evidence related to each witness.

By Document Type

Organize by contracts, emails, financials, etc.

Evidence List Format

Item Description Date Source Relevance Status
1 [Description] [Date] [Source] [Relevance] [Status]

Usage

Basic Request

"帮我整理证据"
"做证据清单"
"证据怎么组织"

With Context

"合同纠纷的证据怎么整理"
"准备开庭的证据"
"做证据目录"

Output Format

The skill provides:

  • Evidence list with all items catalogued
  • Categorization by type and relevance
  • Chain of custody tracking
  • Gap analysis identifying missing items
  • Summary of key evidence points

Before Trial Checklist

  • All evidence collected and organized
  • Evidence list prepared
  • Exhibits marked and labeled
  • Copies prepared for court and opposing party
  • Authentication arranged
  • Chain of custody documented
  • Attorney reviewed evidence
  • Witnesses prepared to testify about evidence

References

For evidence guidance:

Privacy Note

Evidence information is processed for organization only. No data is stored or transmitted to third parties.

Important Reminders

  • Authentication: Evidence must be properly authenticated
  • Best Evidence Rule: Original documents may be required
  • Hearsay: Many out-of-court statements are inadmissible
  • Privilege: Some communications are protected
  • Relevance: Evidence must be relevant to be admissible
  • Chain of Custody: Physical evidence requires documented handling
安全使用建议
This skill appears to do what it says: local organization of evidence with no network or credential requirements. Before installing or running it: 1) If you plan to run the included scripts, inspect scripts/evidence-organizer.js for any unexpected I/O (there are no network calls in the provided code). 2) Note a few minor inconsistencies: SKILL.md references a missing references/evidence-types.md file, and test.js imports a formatEvidence symbol that doesn't appear defined/exported—these are quality issues that may break tests but are not indicators of malicious behavior. 3) Do not treat the tool as legal advice; always verify organization and admissibility steps with a qualified attorney. 4) If you will process sensitive evidence data, run the code in a controlled environment and confirm no telemetry/networking occurs (e.g., by running with network disabled or observing syscalls) before uploading or sharing data.
功能分析
Type: OpenClaw Skill Name: evidence-organizer Version: 1.0.0 The 'evidence-organizer' skill is a legitimate tool designed to help users categorize and structure legal evidence. The core logic in `scripts/evidence-organizer.js` is purely functional, processing input data into organized structures (by category, chronology, etc.) without any external network calls, file system modifications, or access to sensitive environment variables. The documentation in `SKILL.md` and `references/evidence-guide.md` provides clear instructions and appropriate legal disclaimers, and no evidence of prompt injection or malicious intent was found across the bundle.
能力评估
Purpose & Capability
Name, description, SKILL.md, and code implement an evidence-organization helper (categorization, summaries, gap analysis). Required env, binaries, and install spec are absent—appropriate for a local organizational tool.
Instruction Scope
SKILL.md stays within organizational assistance and explicitly disclaims legal advice and third-party transmission. Minor documentation/code mismatches: SKILL.md references references/evidence-types.md which is not present in the package, and a line in SKILL.md references a privacy promise that should be validated against runtime behavior (the included code contains no network calls, which matches the promise).
Install Mechanism
No install spec; this is an instruction-only skill with local JS files. Nothing is downloaded or extracted during install, minimizing installation risk.
Credentials
No environment variables, credentials, or config paths are requested—proportionate for the stated purpose.
Persistence & Privilege
always is false, the skill does not request permanent/system-wide privileges, nor does it modify other skills. Autonomous invocation is allowed by default (not a concern by itself).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install evidence-organizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /evidence-organizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug evidence-organizer
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 1
历史版本数 1
常见问题

evidence organizer 是什么?

Organize and structure evidence for legal proceedings. Use when the user asks about 证据整理、证据清单、证据链、怎么组织证据、准备证据、证据目录, or wants to organize evidence for a case.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。

如何安装 evidence organizer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install evidence-organizer」即可一键安装,无需额外配置。

evidence organizer 是免费的吗?

是的,evidence organizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

evidence organizer 支持哪些平台?

evidence organizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 evidence organizer?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论