← Back to Skills Marketplace
Mova Contract Builder
by
Sergii Miasoiedov
· GitHub ↗
· v1.0.0
· MIT-0
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mova-contract-builder
Description
Build structured MOVA agent contracts (ds.mova_agent_contract_core_v1) from vague user intentions through a guided, step-by-step expert interview. Use this s...
Usage Guidance
This skill appears to do what it claims: guide a user through building a MOVA agent contract. Before using it, avoid pasting secrets or sensitive documents into the interview text (owner IDs, connector IDs and policy refs are normal metadata but should not contain credentials). After the interview, review the generated contract for correctness and remove any accidental PII. Also be aware that while this skill does not execute connectors or runtimes, the metadata it produces (runtime_binding_ref, connector_refs, policy_profile_ref) could be used later by other systems to provision or connect to services — validate those references before deploying the contract to any runtime.
Capability Analysis
Type: OpenClaw Skill
Name: mova-contract-builder
Version: 1.0.0
The skill is a conversational wizard designed to help users generate structured JSON contracts for the MOVA framework. The instructions in SKILL.md are strictly limited to a step-by-step interview process and do not contain any requests for sensitive data, external network calls, or unauthorized command execution.
Capability Assessment
Purpose & Capability
The name/description (MOVA contract builder) match the SKILL.md and the included examples and schema reference. There are no unrelated environment variables, binaries, or install steps requested that would be disproportionate to authoring contracts.
Instruction Scope
SKILL.md defines a constrained, stepwise interview for creating schema-valid contracts and explicitly states it does not execute anything. The instructions do not direct the agent to read local system files, access environment variables, call external endpoints, or transmit data outside the interview context. Fields like runtime_binding_ref and connector_refs are only collected as contract metadata, not used to connect to external services.
Install Mechanism
No install specification and no code files that would be written or executed on the host. This is the lowest-risk class (instruction-only).
Credentials
The skill declares no required environment variables, credentials, or config paths. The contract fields collected (owner IDs, connector IDs, policy refs) are reasonable metadata for its purpose; nothing requests secrets or unrelated credentials.
Persistence & Privilege
The skill is not always-on (always: false) and uses the default model invocation behavior. It does not request persistent system privileges or attempt to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mova-contract-builder - After installation, invoke the skill by name or use
/mova-contract-builder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
mova-contract-builder 1.0.0 — Initial Release
- Introduces an expert-guided interview pipeline to assemble schema-valid MOVA agent contracts (`ds.mova_agent_contract_core_v1`) from user intentions.
- Conversation proceeds through 8 sequential, structured phases: Identity, Task Domains/Capabilities, I/O Envelopes, Runtime/Connectors, Policy/Security, Observability, Determinism, and Extensions.
- Each phase provides proposed field values, recommendations, and clear expert guidance tailored to user context.
- Focuses exclusively on schema assembly — no execution, deployment, or envelope authoring.
- Activates when users mention drafting, defining, or registering MOVA agent contracts, profiles, or capabilities.
Metadata
Frequently Asked Questions
What is Mova Contract Builder?
Build structured MOVA agent contracts (ds.mova_agent_contract_core_v1) from vague user intentions through a guided, step-by-step expert interview. Use this s... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install Mova Contract Builder?
Run "/install mova-contract-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mova Contract Builder free?
Yes, Mova Contract Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mova Contract Builder support?
Mova Contract Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mova Contract Builder?
It is built and maintained by Sergii Miasoiedov (@mova-compact); the current version is v1.0.0.
More Skills