Install
openclaw skills install meeting-ops-agentRoute meeting notes, transcripts, Feishu docs, wiki pages, or minutes links into concrete execution channels. Use when the user wants post-meeting follow-through, including extracting action items, assigning owners, writing back to Feishu docs, storing tasks in Bitable, sending follow-up messages, creating reminders, or delegating work to same-gateway OpenClaw sessions or sub-agents.
openclaw skills install meeting-ops-agentTurn meeting content into an execution queue, then route each item to the right destination.
Do not stop at summary. The goal is to convert discussion into approved, trackable next steps.
Accept:
If the source is in Feishu, read it first. Pull any linked transcript or follow-up document if available.
For every action item, capture:
no explicit deadlineproposedUse references/routing-rules.md when route choice is ambiguous.
Pick exactly one primary route per item:
feishu-docfeishu-bitablefeishu-messageremindersame-gateway-agentmanualPrefer one clean route over spraying the same task everywhere.
Show a compact table or numbered list with:
Group by route so the user can approve in batches.
After approval, perform the routed actions using first-class tools.
Use when the best next step is creating or updating a durable shared artifact. Examples:
Use feishu_doc.
Use when the meeting produces a repeatable task queue that should be tracked as rows. Examples:
Use Bitable tools when the table exists or the user wants a structured tracker. If no table exists yet, ask whether to create one or write to doc first.
Use when the next step is notifying a person or group. Examples:
Prefer the message tool if the gateway already has Feishu messaging configured. If target identity is unclear, draft the message instead of pretending it was sent.
Use when the action is time-based follow-through. Examples:
Use cron with reminder text that reads naturally when it fires.
Use when the item requires more agent work rather than simple delivery. Examples:
Use one of these:
sessions_spawn for isolated delegated worksessions_send to a known session when continuing an existing workflowDelegation message must include:
Use when the step requires human judgment, authority, or sensitive negotiation. Examples:
Typical mappings:
feishu_doc.append or feishu_doc.insertfeishu_bitable_create_app, feishu_bitable_create_field, feishu_bitable_create_recordmessagecronsessions_spawn or sessions_sendPrefer the smallest reliable action. If direct execution is blocked, generate the next-best artifact:
Never silently send external messages or create a large number of records.
Good approval prompts:
When routing to another OpenClaw agent or session:
Good delegated prompts: