← 返回 Skills 市场
OpenClaw Contract Review
作者
renzhiping
· GitHub ↗
· v1.0.1
· MIT-0
193
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-contract-review
功能描述
公开发布的合同审核 Skill,通过统一工具入口触发 OpenClaw Contract Review Plugin。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-contract-review - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-contract-review触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
OpenClaw Contract Review 是什么?
公开发布的合同审核 Skill,通过统一工具入口触发 OpenClaw Contract Review Plugin。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 193 次。
如何安装 OpenClaw Contract Review?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-contract-review」即可一键安装,无需额外配置。
OpenClaw Contract Review 是免费的吗?
是的,OpenClaw Contract Review 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Contract Review 支持哪些平台?
OpenClaw Contract Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Contract Review?
由 renzhiping(@renzhiping)开发并维护,当前版本 v1.0.1。
推荐 Skills