← Back to Skills Marketplace
renzhiping

OpenClaw Contract Review

by renzhiping · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
193
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-contract-review
Description
公开发布的合同审核 Skill,通过统一工具入口触发 OpenClaw Contract Review Plugin。
Usage Guidance
This skill is a routing/orchestration document, not executable code: it only tells the agent how to interact with the openclaw-contract-review-plugin. Before enabling it, confirm the plugin (openclaw-contract-review-plugin) is installed from a trusted source and review the plugin's code/policy because the skill delegates login, file submission, SSE watch, and IM push behavior to that plugin. The skill itself does not request secrets, but the plugin will perform authentication flows (browser login, IM push to Feishu) and may store/session-manage credentials—verify those flows and privacy implications. If you cannot inspect the plugin, treat automatic resume after browser login and background watch/push behavior as potential operational/privacy impacts.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-contract-review Version: 1.0.1 The skill bundle defines a structured workflow for an AI agent to interface with the 'openclaw-contract-review-plugin'. It implements a defensive 'four-phase gate' system (Intent, Auth, Execute, and Post-Submit) that enforces strict input validation, mandatory authentication via Feishu, and prohibits the agent from performing manual analysis or fabricating data. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found; the instructions (SKILL.md and references) are focused on operational safety and procedural integrity.
Capability Assessment
Purpose & Capability
Skill name/description match the files and declared compatibility. It only requires the plugin to be enabled (plugins.entries.openclaw-contract-review-plugin.enabled) and does not request unrelated binaries, environment variables, or secrets.
Instruction Scope
SKILL.md and referenced docs strictly constrain agent behavior (do not call tools until intent & prechecks pass, only call the contract_review tool, forbid reading files or fabricating data). This is coherent for a routing/orchestration skill. Note: the skill delegates login/resume/watch behavior to the plugin (automatic browser-based login and automatic resume after login are allowed by the spec), so runtime side-effects occur via the plugin, not in the skill files.
Install Mechanism
Instruction-only: no install spec, no downloaded code, and no archive extraction. Nothing is written to disk by the skill bundle itself.
Credentials
The skill declares no required env vars, no secrets, and its only configuration requirement is that the contract-review plugin be enabled. There are no disproportionate credential requests in the skill.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request permanent presence, nor does it modify other skills' config; it merely requires the plugin to be enabled. The only privilege of note is that the plugin (external to this skill) is expected to perform automatic resume and push notifications after browser login.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-contract-review
  3. After installation, invoke the skill by name or use /openclaw-contract-review
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added strict information pre-check (“submit 信息预检”) at the end of stage 1 for contract submissions: now requires all four fields (contract file, review position, review mode, review requirements) to be confirmed in the current user input before proceeding. - If any required field is missing, only outputs a follow-up question and immediately stops processing—does not call any tool or enter login. - Incorporated “review mode” (standard/deep) as a mandatory element in review submissions. - Strengthened global rule: pre-check must pass before any tool invocation or login step. - Updated documentation and summaries to clarify the new pre-check process and enforce separation between follow-up queries and tool actions.
v1.0.0
Initial public release of the Contract Review skill for OpenClaw
Metadata
Slug openclaw-contract-review
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is OpenClaw Contract Review?

公开发布的合同审核 Skill,通过统一工具入口触发 OpenClaw Contract Review Plugin。 It is an AI Agent Skill for Claude Code / OpenClaw, with 193 downloads so far.

How do I install OpenClaw Contract Review?

Run "/install openclaw-contract-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Contract Review free?

Yes, OpenClaw Contract Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Contract Review support?

OpenClaw Contract Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Contract Review?

It is built and maintained by renzhiping (@renzhiping); the current version is v1.0.1.

💬 Comments