Mediation

v1.0.0

Mediation and ADR reference — dispute resolution processes, mediator techniques, caucus strategy, settlement agreements. Use when preparing for mediation ses...

0· 131·1 current·1 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name, description, and SKILL.md commands line up with a reference/help skill for mediation; the only runtime artifact is a bundled shell script that prints guidance and handles subcommands — there are no unrelated binaries or credential requests.
Instruction Scope
The SKILL.md instructs the agent to run scripts/script.sh with various subcommands. The visible portions of script.sh are purely documentation output (mediation content) and reference an optional MEDIATION_DIR; however the provided script is truncated in the package listing, so you should confirm the remainder contains no network calls, shell eval/exec of untrusted input, or access to unrelated system files before running.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded from external URLs during install; risk is limited to executing the bundled script at runtime.
Credentials
The skill declares no required environment variables or credentials. It documents an optional MEDIATION_DIR configuration (default ~/.mediation/) which is proportionate to a reference/help skill.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system-wide privileges and doesn't claim to modify other skills or global agent settings.
Assessment
This skill appears coherent, but because it executes a bundled shell script you should: (1) open and read scripts/script.sh in full to confirm it only prints mediation content and does not perform network requests or modify arbitrary files; (2) search the script for suspicious commands (curl, wget, nc, ssh, scp, rm -rf, eval, base64, openssl, python -c, perl -e, exec); (3) if unsure, run the skill in an isolated/sandboxed environment first; and (4) avoid supplying any secrets or elevated access to the agent unless you verify the script's behavior and trust the publisher (bytesagain.com / the GitHub repo).

Like a lobster shell, security has layers — review code before you run it.

latestvk97e3f53gjnn7yypt6dxntrcts83a4ww
131downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

Mediation — Alternative Dispute Resolution Reference

Quick-reference skill for mediation processes, techniques, and settlement practices.

When to Use

  • Preparing for a mediation session as party or counsel
  • Choosing between mediation, arbitration, and litigation
  • Understanding mediator techniques and caucus strategy
  • Drafting enforceable settlement agreements
  • Evaluating when mediation is appropriate or inappropriate

Commands

intro

scripts/script.sh intro

Overview of mediation — definition, principles, comparison with litigation and arbitration.

process

scripts/script.sh process

Mediation process stages — opening, joint session, caucus, negotiation, closure.

techniques

scripts/script.sh techniques

Mediator techniques — reframing, reality testing, BATNA analysis, anchoring.

types

scripts/script.sh types

ADR spectrum — negotiation, mediation, med-arb, arbitration, early neutral evaluation.

preparation

scripts/script.sh preparation

Mediation preparation — position statements, BATNA/WATNA, authority, documents.

settlement

scripts/script.sh settlement

Settlement agreements — essential terms, enforceability, tax implications.

ethics

scripts/script.sh ethics

Mediator ethics — neutrality, confidentiality, self-determination, conflicts.

checklist

scripts/script.sh checklist

Mediation readiness checklist for parties and counsel.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

VariableDescription
MEDIATION_DIRData directory (default: ~/.mediation/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...