What problem does it solve?
Governing OpenClaw-driven tasks for Lark/Feishu requires centralized control over the action lifecycle to prevent unsafe direct API calls, ensuring auditable, repeatable workflows.
The skill routes actions through LARC's queue and gate system and coordinates lifecycle transitions so operations stay within governance policies.
Core Features & Use Cases
- Centralized governance: uses LARC to fetch the next action bundle, apply gate rules, and route actions through the official openclaw-lark plugin for execution.
- Safe state management: enforces explicit transitions via larc ingress done|fail|followup, ensuring traceable task lifecycles.
- Clear role separation: LARC handles orchestration (queue, permission, lifecycle) while the official plugin performs Feishu/Lark operations.
- Addness integration: coordinates coding goals with operation tasks and progress tracking.
- Use Case: When a governed Feishu task is ready, fetch the next action, read context if needed, and execute through the plugin with governance controls, then update status.
Quick Start
Invoke the larc ingress openclaw flow to fetch the next action bundle and begin its lifecycle under LARC governance.