Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

mova-spec-guideMOVA 规格指南

Agent Skill

mova-spec-guide 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,648

周安装

149

GitHub Stars

公开资料未说明

下载量

1,180
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mova-spec-guide(MOVA 规格指南)
来源仓库:https://github.com/mova-compact/mova-spec-guide
安装命令:
openclaw skills install mova-spec-guide
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mova-spec-guide

简介

解答关于MOVA规范语言的各类技术问题。

  • 适用于开发者理解ds.*、env.*等符号体系。
  • 覆盖模式、动词、情节与配置文件说明。
  • 需明确具体术语与上下文应用场景。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 注意不同版本间的语法变更记录。mova-spec-guide 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
mova-spec-guide
description
Answer questions about the MOVA specification language — schemas (ds.*), envelopes (env.*), verbs, episodes, global catalogs, instruction profiles, and the operator frame. Use when the user asks how to write a MOVA artifact, wants to understand any MOVA concept, or needs to validate whether something follows the MOVA spec. Reads from the local workspace spec clone and the public GitHub repo.
license
MIT-0
Ecosystem Skill — Supports building and managing the MOVA ecosystem. Requires the openclaw-mova plugin.

MOVA Spec Guide

Answer any question about the MOVA language — from basic concepts to schema-level validation — by reading the canonical spec documents in the workspace and referencing the public repository.

What this skill does

  1. Explains MOVA concepts — schemas (ds.*), envelopes (env.*), verbs, episodes, global catalogs, instruction profiles, runtime bindings, connectors, security layer, text/UI layer
  2. Reads authoritative source docs — uses the local spec clone for immediate access; references the public GitHub repo for the canonical latest state
  3. Shows examples — points to examples/ files and explains them in context
  4. Validates artifacts — given a JSON draft, checks it against the relevant MOVA schema and explains violations
  5. Maps concepts to practice — explains how a concept applies to a real use case the user brings

Source hierarchy

PrioritySourceUse for
1 (primary)Local workspace: /home/mova/.openclaw/workspace/mova-spec/All reads — fast and always available
2 (canonical reference)GitHub: https://github.com/mova-compact/mova-specLatest version check, stable URLs to share

Always read from the local workspace first. Only reference the GitHub repo if the user needs a link to share or asks about the latest uncommitted changes.

Workspace layout

mova-spec/
  docs/
    mova_core.md                      ← core specification (start here for concept questions)
    mova_global_and_verbs.md          ← verbs, global catalogs, action_signature
    mova_operator_frame.md            ← operator frame: 13-axis audit lens
    mova_episodes_and_genetic_layer.md← episode structure and pattern memory
    mova_layers_and_namespaces.md     ← red-core / skills / infra layering
    mova_runtime_and_connectors.md    ← runtime bindings and connector contracts
    mova_security_layer.md            ← instruction profiles and security events
    mova_text_and_ui_layer.md         ← text channel separation
    MOVA_6.0.0_RELEASE_NOTES.md       ← latest changes: verb/tool/action_signature
  schemas/
    ds.mova_schema_core_v1.schema.json
    ds.mova_episode_core_v1.schema.json
    ds.instruction_profile_core_v1.schema.json
    ds.connector_core_v1.schema.json
    ds.runtime_binding_core_v1.schema.json
    ds.ui_text_bundle_core_v1.schema.json
    ds.mova4_core_catalog_v1.schema.json
    ds.security_event_episode_core_v1.schema.json
    env.*.schema.json (envelopes)
  examples/
    mova4_core_catalog.example.json
    action_signature.example.json
    env.*.example.json
  global.episode_type_catalog_v1.json
  global.security_catalog_v1.json
  global.layers_and_namespaces_v1.json
  global.text_channel_catalog_v1.json
  README-mova-spec.md

Core MOVA concepts (quick map)

ConceptWhat it isWhere defined
ds.* schemaJSON Schema describing what data looks likeschemas/ds.*.schema.json
env.* envelopeTyped speech-act: a request, command, or event over ds.* dataschemas/env.*.schema.json
VerbAbstract operation type: create, update, route, record, publish, analyze, ...docs/mova_global_and_verbs.md
ToolExecution channel (tool_id); 0 = tool-lessdocs/mova_global_and_verbs.md §4.5
Action signatureAtomic unit for policy: (verb_id, tool_id, target_kind?)MOVA_6.0.0_RELEASE_NOTES.md
EpisodeStructured record of one meaningful work stepds.mova_episode_core_v1
Instruction profileDeclarative policy and guardrail set for an executords.instruction_profile_core_v1
Global catalogShared vocabulary for all layersglobal.*.json
Operator frame13-axis audit lens (what/how/where/when/why/...)docs/mova_operator_frame.md
Genetic layerPattern memory built from episodes over timedocs/mova_episodes_and_genetic_layer.md

How to handle different question types

Concept question

Read the relevant docs/ file. Summarize the answer. Quote the exact definition. Show a minimal example if one exists in examples/.

Schema question

Read the relevant schemas/*.schema.json. Explain each field: type, required/optional, allowed values. Show how the field relates to the concept.

Validation question

Read the user's JSON. Read the target schema. Check required fields, field types, allowed enum values. Report each violation with the relevant schema field and rule.

How to write question

Read the most relevant docs/ file. Walk through a minimal valid instance step by step. Reference the examples/ file if it exists.

Catalog lookup

Read the relevant global.*.json. Quote the exact entry. Explain the purpose in one sentence.

MOVA version

Current version in the workspace: MOVA 6.0.0

Key additions in 6.0.0 (see MOVA_6.0.0_RELEASE_NOTES.md):

  • Normative definition of verb, tool, action_signature
  • tool_id = 0 is canonical for tool-less actions
  • Policy matching priority: action_signature > verb_id > tool_id
  • action_labels in domain dictionaries (readability, no normative weight)

Rules

  • NEVER invent schema field names, verb IDs, or catalog values — always read from workspace files
  • NEVER reference schema URLs without first reading the local file to confirm the content
  • If the user asks about a concept not yet defined in the spec — say so explicitly, do not improvise
  • Always cite which document and section the answer comes from
  • If the user provides a JSON artifact to validate — read the correct schema file first, then compare field by field
  • MOVA does not execute — never describe MOVA artifacts as having runtime behavior

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.7%
按下载量换算1,058

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills