Install
openclaw skills install @wxfkuq2023/feishu-identity-routingBuild and use a Feishu/Lark cross-app identity master for multi-agent, multi-account routing. Use when mapping the same user across different Feishu app open_id values, resolving app-specific open_id from union_id/user_id, routing outbound actions with the correct accountId, or setting up reusable identity merge/review workflows.
openclaw skills install @wxfkuq2023/feishu-identity-routingUse this skill when a workspace needs a reusable way to:
open_id under one canonical user subjectopen_id for a target accountId / app_contextCreate these workspace files if missing:
identity/feishu-user-master.json — canonical data storeidentity/feishu-user-master.md — human-readable summaryunion_id first, then user_idopen_id as app-local onlyopen_idFor Feishu DM routing, use:
accountId=<target account>target=user:<open_id>Use bundled scripts when you need deterministic updates:
scripts/merge_feishu_identity.js — merge one recordscripts/merge_feishu_identity_batch.js — merge many recordsscripts/review_feishu_pending.js — approve/reject pending mergesreferences/workflow.md when setting up or extending the processreferences/schema-example.json when creating a new master filereferences/pending-review-policy.md when conflicts appearreferences/outbound-routing-patterns.md when implementing outbound delivery or cross-agent routingreferences/examples.md when you want concrete merge/routing examplesmain or infoIntelOfficer into the design.