← Back to Skills Marketplace
Mova Contract Writer
by
Sergii Miasoiedov
· GitHub ↗
· v1.0.0
· MIT-0
114
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mova-contract-writer
Description
Translate a pre-contract (output of mova-intent-calibration) into a complete, valid MOVA contract — envelope, data schema references, instruction profile, an...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mova-contract-writer - After installation, invoke the skill by name or use
/mova-contract-writer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: translate a VALID pre-contract into a complete MOVA contract with envelope, instruction profile, and episode frame
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install Mova Contract Writer?
Run "/install mova-contract-writer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mova Contract Writer free?
Yes, Mova Contract Writer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mova Contract Writer support?
Mova Contract Writer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mova Contract Writer?
It is built and maintained by Sergii Miasoiedov (@mova-compact); the current version is v1.0.0.
More Skills