← Back to Skills Marketplace
Mova User Contract Setup
by
Sergii Miasoiedov
· GitHub ↗
· v1.0.1
· MIT-0
90
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install mova-user-contract-setup
Description
Walk the user through registering their own MOVA contract — from source_url to first successful run. Trigger when the user says "register my contract", "add...
Usage Guidance
This skill's instructions are coherent for registering and testing a MOVA contract, but it relies on the 'openclaw-mova' plugin/tooling to do the real work and that dependency is not declared in the metadata provided. Before installing or using the skill: 1) Confirm the openclaw-mova plugin is installed and trustworthy and that you understand how it authenticates (the skill assumes that plugin will handle credentials). 2) Be cautious about making a contract public — public visibility exposes your contract to all MOVA users. 3) Do not paste secrets into test inputs unless you trust the MOVA backend and know where inputs are stored/audited. 4) Ask the skill publisher to fix metadata so the dependency on openclaw-mova (and any required permissions) is explicit; if they cannot, treat the skill as incomplete and verify tooling manually before proceeding.
Capability Analysis
Type: OpenClaw Skill
Name: mova-user-contract-setup
Version: 1.0.1
The skill bundle provides a legitimate workflow for registering and testing MOVA-spec contracts using the 'openclaw-mova' plugin. It follows a standard user-interaction flow in SKILL.md, utilizing specific tools like mova_register_contract and mova_run_contract without any evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The SKILL.md repeatedly calls tooling such as mova_register_contract, mova_run_contract, mova_set_contract_visibility, etc., and states it 'Requires the `openclaw-mova` plugin', but the skill metadata provided lists no plugin dependency or required tools. That is an incoherence: the skill cannot operate as described unless the openclaw-mova plugin (or equivalent toolset) is present and authorized.
Instruction Scope
Instructions stay on-task: collecting an HTTPS source_url, manifest fields, registering, changing visibility, and running tests. The skill explicitly forbids manually fetching contract JSON and forbids inventing contract_id/run_id. One operational note: collecting run inputs can involve sensitive data — the skill doesn't instruct where inputs are stored beyond calling MOVA tools, so users should avoid entering secrets unless they trust the MOVA plugin/service.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials itself, which is reasonable. However, it assumes an external MOVA plugin will perform authenticated API calls and permission checks; the lack of an explicit declared dependency on that plugin (and no note about required auth or org permissions) is a proportionality mismatch that should be clarified.
Persistence & Privilege
always:false and user-invocable — the skill does not claim permanent/system-wide presence. It does perform state-changing operations (register, set visibility, delete) via MOVA tools, which is consistent with its purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mova-user-contract-setup - After installation, invoke the skill by name or use
/mova-user-contract-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Added Ecosystem Skill type label.
v1.0.0
Initial release — guides user through registering a MOVA contract: source_url, manifest, visibility, test run with HITL gate support.
Metadata
Frequently Asked Questions
What is Mova User Contract Setup?
Walk the user through registering their own MOVA contract — from source_url to first successful run. Trigger when the user says "register my contract", "add... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install Mova User Contract Setup?
Run "/install mova-user-contract-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mova User Contract Setup free?
Yes, Mova User Contract Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mova User Contract Setup support?
Mova User Contract Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mova User Contract Setup?
It is built and maintained by Sergii Miasoiedov (@mova-compact); the current version is v1.0.1.
More Skills