← 返回 Skills 市场
mova-compact

Mova Contract Writer

作者 Sergii Miasoiedov · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mova-contract-writer
功能描述
Translate a pre-contract (output of mova-intent-calibration) into a complete, valid MOVA contract — envelope, data schema references, instruction profile, an...
安全使用建议
This skill appears to perform the advertised translation work, but the SKILL.md explicitly expects a local MOVA spec at /home/mova/.openclaw/workspace/mova-spec/ for validation while the published metadata lists no required config paths. Before installing or using the skill: (1) confirm where the MOVA spec is expected to live and whether the agent will be allowed to read that path; (2) if you don't want the agent to access host files, ask the author to make schema validation optional or allow providing the spec as an uploaded artifact; (3) avoid pasting any sensitive secrets into the pre-contract you provide, and inspect the remainder of SKILL.md (it was truncated here) to ensure it doesn't later instruct network submissions or other file reads; (4) request that the author update the metadata to declare the required config path (or remove the hardcoded path) so the skill's declared requirements match its runtime behavior. Providing the full SKILL.md or clarification from the author would raise confidence and could change this assessment to benign.
功能分析
Type: OpenClaw Skill Name: mova-contract-writer Version: 1.0.0 The skill is a template-based generator for 'MOVA contracts' (structured JSON) based on user-provided 'pre-contracts'. It follows a well-defined mapping logic, includes mandatory human-in-the-loop review steps for each artifact, and restricts its filesystem access to a specific workspace directory (/home/mova/.openclaw/workspace/mova-spec/) for schema validation, showing no signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The SKILL.md describes translating a pre-contract into a MOVA contract and the instructions align with that purpose (parsing pre-contract, mapping fields, drafting envelope/instruction profile, human review). However, the doc requires access to a local MOVA spec at /home/mova/.openclaw/workspace/mova-spec/ which is not declared in the skill's required config paths or environment; this is an unexplained mismatch.
Instruction Scope
Runtime instructions ask the agent to validate against a MOVA spec located at a specific local filesystem path (/home/mova/...), which implies the agent must read files from the host filesystem. The skill metadata declared no required config paths or files, so the instructions reference system state that wasn't disclosed. Apart from that, the instructions solicit the pre-contract from the user (paste), present drafts for human approval, and do not instruct network exfiltration or other broad data collection in the visible portion.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing will be written to disk by an installer. This is the lowest-risk install model.
Credentials
The skill requests no environment variables or credentials (metadata shows none), which is proportionate to its stated function. However, it does implicitly require filesystem access to a specific MOVA spec path; that required config path should have been declared in the metadata but was not.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request persistent or elevated privileges in the metadata. The instructions do not indicate modifying other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mova-contract-writer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mova-contract-writer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: translate a VALID pre-contract into a complete MOVA contract with envelope, instruction profile, and episode frame
元数据
Slug mova-contract-writer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mova Contract Writer 是什么?

Translate a pre-contract (output of mova-intent-calibration) into a complete, valid MOVA contract — envelope, data schema references, instruction profile, an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 Mova Contract Writer?

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

Mova Contract Writer 是免费的吗?

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

Mova Contract Writer 支持哪些平台?

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

谁开发了 Mova Contract Writer?

由 Sergii Miasoiedov(@mova-compact)开发并维护,当前版本 v1.0.0。

💬 留言讨论