← Back to Skills Marketplace
Pilot Legal Contract Review Setup
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-legal-contract-review-setup
Description
Deploy a legal contract review pipeline with 3 agents. Use this skill when: 1. User wants to set up an automated contract review or legal document analysis p...
Usage Guidance
This skill appears coherent for deploying a three-agent contract-review pipeline, but take these precautions before installing:
- Verify the authenticity and integrity of the pilotctl and clawhub binaries (they drive all actions here). If possible, install from official sources and check signatures.
- Inspect the pilot-* skills you will install with clawhub (pilot-webhook-bridge, pilot-share, etc.) — they may request network access, webhook URLs, or secrets that could transmit sensitive contract data.
- Note that the system's handshake flow auto-approves trust when both sides exchange handshakes; only perform handshakes between hosts you control/trust.
- Confirm what webhook endpoints the summarizer will send data to and ensure any external integrations are authorized and encrypted (HTTPS). Avoid sending raw contract text to untrusted endpoints.
- Back up or review the manifest written to ~/.pilot/setups/legal-contract-review.json and set appropriate filesystem permissions if you handle sensitive legal documents.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-legal-contract-review-setup
Version: 1.0.0
The skill bundle provides a configuration and setup guide for a multi-agent legal contract review pipeline using the 'Pilot Protocol' ecosystem. It uses standard commands (pilotctl, clawhub) to install dependencies, configure hostnames, and establish communication channels between agents (extractor, assessor, and summarizer) as described in SKILL.md and README.md. No malicious indicators such as data exfiltration, unauthorized execution, or obfuscation were found.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description match the actions in SKILL.md: it installs pilot-* skills via clawhub, uses pilotctl to set hostnames/handshakes, and writes a manifest to ~/.pilot/setups. Requiring pilotctl and clawhub is expected for this deployment-oriented skill.
Instruction Scope
Instructions include creating ~/.pilot/setups/legal-contract-review.json and running pilotctl handshakes/publish/subscribe commands which will carry contract contents and risk data. This is within scope, but the README notes handshakes auto-approve trust when both sides send them — automatic trust establishment can expand blast radius if misused and should be confirmed by the operator.
Install Mechanism
Instruction-only skill with no install spec or code. The only runtime actions are CLI commands (clawhub and pilotctl). No downloads or archive extraction are performed by the skill itself.
Credentials
The skill declares no required environment variables or credentials, which fits the instructions. However, it installs other pilot-* skills (via clawhub) and references a webhook bridge that will send summaries to external endpoints; those downstream components may require credentials or configuration not declared here, so operators should verify what those installed skills request before running them.
Persistence & Privilege
always:false and no attempt to modify other skills' configs beyond writing its own manifest to ~/.pilot/setups. Writing a manifest under the user's home directory is normal for a setup tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-legal-contract-review-setup - After installation, invoke the skill by name or use
/pilot-legal-contract-review-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pilot Legal Contract Review Setup?
Deploy a legal contract review pipeline with 3 agents. Use this skill when: 1. User wants to set up an automated contract review or legal document analysis p... It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.
How do I install Pilot Legal Contract Review Setup?
Run "/install pilot-legal-contract-review-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Legal Contract Review Setup free?
Yes, Pilot Legal Contract Review Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Legal Contract Review Setup support?
Pilot Legal Contract Review Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Legal Contract Review Setup?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills