Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/larksuite/openclaw-lark
/ functions
Functions
1,118 in github.com/larksuite/openclaw-lark
⨍
Functions
1,118
◇
Types & classes
241
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oauth.ts:154
Function
execute
(_toolCallId: string, params: unknown)
src/tools/ask-user-question.ts:1001
Function
execute
(toolCallId, params)
src/tools/mcp/shared.ts:241
Function
execute
(_toolCallId: string, params: unknown)
src/tools/tat/im/resource.ts:147
Function
execute
(_toolCallId, params)
src/tools/oapi/bitable/app-table.ts:139
Function
execute
(_toolCallId, params)
src/tools/oapi/bitable/app-table-record.ts:270
Function
execute
(_toolCallId, params)
src/tools/oapi/bitable/app-table-view.ts:124
Function
execute
(_toolCallId, params)
src/tools/oapi/bitable/app-table-field.ts:139
Function
execute
(_toolCallId, params)
src/tools/oapi/bitable/app.ts:117
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/wiki/space-node.ts:208
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/wiki/space.ts:113
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/task/attachment.ts:80
Function
execute
(_toolCallId, params)
src/tools/oapi/task/subtask.ts:126
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/task/task.ts:443
Function
execute
(_toolCallId, params)
src/tools/oapi/task/tasklist.ts:174
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/task/task_agent.ts:70
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/task/section.ts:219
Function
execute
(_toolCallId, params)
src/tools/oapi/task/comment.ts:105
Function
execute
(_toolCallId, params)
src/tools/oapi/calendar/event-attendee.ts:122
Function
execute
(_toolCallId, params)
src/tools/oapi/calendar/freebusy.ts:71
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/calendar/calendar.ts:81
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/calendar/event.ts:541
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/search/doc-search.ts:197
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/chat/chat.ts:100
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/chat/members.ts:71
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/im/resource.ts:114
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/im/message.ts:138
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/im/message-read.ts:165
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/common/search-user.ts:66
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/common/get-user.ts:57
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/sheets/sheet.ts:499
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/drive/doc-media.ts:422
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/drive/file.ts:324
Function
execute
(_toolCallId: string, params: unknown)
src/tools/oapi/drive/doc-comments.ts:230
Function
extractMessageBody
(text: string, allMentionKeys: string[])
src/messaging/inbound/mention.ts:49
Function
flattenCellValue
* 将单元格值中的富文本 segment 数组拍平为纯文本字符串。 * * 飞书 Sheets API 对带样式的单元格返回 [{type:"text", text:"...", segmentStyle:{...}}, ...] 格式, * 极其冗余。此函数将其拼接为单个字符串,大幅减少 t
src/tools/oapi/sheets/sheet.ts:223
Function
formatFeishuTarget
(id: string, type?: FeishuIdType)
src/core/targets.ts:138
Function
formatIsolationWarning
(status: IsolationStatus, cfg?: ClawdbotConfig)
src/core/security-check.ts:126
Function
formatMentionAllForCard
()
src/messaging/inbound/mention.ts:87
Function
formatMentionAllForText
()
src/messaging/inbound/mention.ts:70
Function
formatMentionForCard
(target: MentionInfo)
src/messaging/inbound/mention.ts:82
Function
formatMentionForText
(target: MentionInfo)
src/messaging/inbound/mention.ts:65
Function
forwardMessageFeishu
(params: { cfg: OpenClawConfig; messageId: string; to: string; accountId?: string; })
src/messaging/outbound/forward.ts:29
Method
fromCfg
Resolve account from config and return a cached `LarkClient`.
src/core/lark-client.ts:181
Function
generateIsolationFixCommands
(cfg: ClawdbotConfig)
src/core/security-check.ts:157
Function
generateSharedAgentCommands
(cfg: ClawdbotConfig)
src/core/security-check.ts:189
Function
get
(service, account)
src/core/token-store.ts:91
Method
get
(chatId: string)
src/core/chat-info-cache.ts:70
Method
get
Look up a cached instance by accountId.
src/core/lark-client.ts:230
Function
getActionsForScope
(scope: string)
src/core/scope-manager.ts:121
Function
getAgentDisplayName
(cfg: ClawdbotConfig, agentId: string)
src/core/agent-config.ts:77
Function
getAgentSkillsFilter
(cfg: ClawdbotConfig, agentId: string)
src/core/agent-config.ts:90
Function
getAgentToolsPolicy
(cfg: ClawdbotConfig, agentId: string)
src/core/agent-config.ts:101
Function
getMissingAppScopes
(toolAction: ToolActionKey, appGrantedScopes: Set<string> | string[])
src/core/scope-manager.ts:181
Function
getMissingUserScopes
(toolAction: ToolActionKey, userGrantedScopes: Set<string> | string[])
src/core/scope-manager.ts:236
Function
getRequiredScopesForActions
(toolActions: ToolActionKey[])
src/core/scope-manager.ts:82
Method
globalConfig
Retrieve the stored global config, or `null` if not yet set.
src/core/lark-client.ts:163
Function
handler
(ctx)
src/commands/index.ts:176
Function
hasRequiredScopes
(toolAction: ToolActionKey)
src/core/scope-manager.ts:105
Function
hasToolUseTraceRun
(sessionKey?: string)
src/card/tool-use-trace-store.ts:62
Function
info
(message: string, meta?: Record<string, unknown>)
src/core/lark-logger.ts:158
Method
isAborted
* Whether the card has been explicitly aborted (via abortCard()). * * Distinct from isTerminalPhase — creation_failed is NOT an abort; * it s
src/card/streaming-card-controller.ts:318
Function
isConfigured
(account: LarkAccount)
src/core/accounts.ts:248
Method
isTerminalPhase
()
src/card/streaming-card-controller.ts:308
Method
isTerminated
Whether the reply pipeline was terminated due to an unavailable message.
src/card/streaming-card-controller.ts:323
Method
isTerminated
()
src/card/unavailable-guard.ts:50
Method
isTerminated
()
tests/reply-dispatcher-tool-use.test.ts:116
Method
isTerminated
()
tests/card-review-followup.test.ts:55
Method
isTerminated
()
tests/reply-dispatcher-media.test.ts:96
Function
isToolAllowedByPolicy
(toolName: string, policy: AgentToolsPolicy | undefined)
src/core/agent-config.ts:147
Function
listChatMembersFeishu
(params: { cfg: OpenClawConfig; chatId: string; accountId?: string; /** Optional page token for pagina
src/messaging/outbound/chat-manage.ts:128
Function
logFn
(...args: unknown[])
src/tools/oapi/im/message-read.ts:519
Function
looksLikeFeishuId
(raw: string)
src/core/targets.ts:183
Function
mergeSkillFilters
( agentSkills: string[] | undefined, groupSkills: string[] | undefined, )
src/core/agent-config.ts:120
Function
noopLog
()
src/messaging/outbound/normalize-mentions.ts:76
Function
noopLog
()
tests/user-name-cache-r2-prefetch.test.ts:7
Function
noopLog
()
tests/resolve-bot-name.test.ts:42
Function
promptFeishuAllowFrom
(params: { cfg: ClawdbotConfig; prompter: WizardPrompter; accountId?: string; })
src/channel/onboarding.ts:53
Function
register
(api: OpenClawPluginApi)
index.ts:109
Function
registerFeishuImTools
(api: OpenClawPluginApi)
src/tools/tat/im/index.ts:18
Function
registerFeishuImTools
(api: OpenClawPluginApi)
src/tools/oapi/im/index.ts:15
Function
remove
(service, account)
src/core/token-store.ts:110
Function
removeChatMembersFeishu
(params: { cfg: OpenClawConfig; chatId: string; memberIds: string[]; accountId?: string; })
src/messaging/outbound/chat-manage.ts:100
Function
resolveFeishuGroupToolPolicy
(params: ChannelGroupContext)
src/messaging/inbound/policy.ts:109
Function
resolveImages
(text: string)
tests/card-review-followup.test.ts:129
Method
resolveImages
(t: string)
tests/card-review-followup.test.ts:47
Method
resolveImagesAwait
(t: string)
tests/card-review-followup.test.ts:48
Method
runtime
Retrieve the stored runtime instance. Throws if not yet initialised.
src/core/lark-client.ts:144
Method
sdk
Lazily-created Lark SDK client.
src/core/lark-client.ts:254
Function
secondsStringToDateTime
(seconds: string)
src/tools/oapi/im/time-utils.ts:39
Function
set
(service, account, data)
src/core/token-store.ts:100
Method
set
(openId: string, name: string)
src/messaging/inbound/user-name-cache-store.ts:87
Method
set
(chatId: string, info: ChatInfo)
src/core/chat-info-cache.ts:83
Method
setCardMessageReady
()
tests/card-review-followup.test.ts:41
Method
setMany
(entries: Iterable<[string, string]>)
src/messaging/inbound/user-name-cache-store.ts:113
Method
shouldDisplayToolUse
()
src/card/streaming-card-controller.ts:347
Method
shouldSkip
()
tests/reply-dispatcher-tool-use.test.ts:114
Method
shouldSkip
()
tests/card-review-followup.test.ts:53
Method
shouldSkip
()
tests/reply-dispatcher-media.test.ts:91
Method
size
Current number of tracked entries (for diagnostics).
src/messaging/inbound/dedup.ts:105
← previous
next →
1,001–1,100 of 1,118, ranked by callers