Movi Review-First Bundle
by @xiaojiou176
Teach an agent to install Movi's local MCP server, stay review-first, and use the safest manifest and batch-analysis tools before deeper mutation.
clawhub install movi-review-first-bundleπ About This Skill
name: movi-review-first-bundle description: Teach an agent to install Movi's local MCP server, stay review-first, and use the safest manifest and batch-analysis tools before deeper mutation. version: 1.0.0 triggers: - movi - movi organizer - review-first batch - manifest review - openclaw movi
Movi Review-First Bundle
Teach the agent how to install, connect, and use Movi as a local-first review-first MCP workflow.
Use this skill when
What this package teaches
Start here
1. Read references/INSTALL.md 2. Load the right host config from: - references/OPENHANDS_MCP_CONFIG.json - references/OPENCLAW_MCP_CONFIG.json 3. Skim the tool surface in references/CAPABILITIES.md 4. Run the first-success path in references/DEMO.md
Safe-first workflow
1. jobs.list
2. review_queue.get
3. manifest.get
4. analyze.create
5. only then consider preview or patch-style actions such as:
- manifest.patch_row
- manifest.batch_patch
- review_rule.preview
Suggested first prompt
Use Movi to inspect the current review-first workload. Start with jobs.list,
review_queue.get, and manifest.get. Summarize which batch needs attention
first. If the manifest looks stable, use analyze.create to produce one
analysis artifact. Do not call manifest.patch_row, manifest.batch_patch, or
review_rule.apply unless I explicitly ask for a patch or rule change.
Success checks
Boundaries
review-first -> dry-run -> execute