MCPcopy Create free account

hub / github.com/ValueCell-ai/ClawX / functions

Functions2,554 in github.com/ValueCell-ai/ClawX

FunctionhandleClearTelemetry
()
src/pages/Settings/index.tsx:408
FunctionhandleClose
()
src/components/layout/TitleBar.tsx:50
FunctionhandleCode
(payload: OAuthCodeEvent)
src/components/settings/ProvidersSettings.tsx:1072
FunctionhandleConfirm
()
src/components/ui/confirm-dialog.tsx:83
FunctionhandleCopyCliCommand
()
src/pages/Settings/index.tsx:220
FunctionhandleCopyDoctorOutput
()
src/pages/Settings/index.tsx:149
FunctionhandleCopyGatewayToken
()
src/pages/Settings/index.tsx:185
FunctionhandleCopyPath
()
src/pages/Skills/index.tsx:100
FunctionhandleCopyTelemetry
()
src/pages/Settings/index.tsx:398
FunctionhandleDelete
(e: React.MouseEvent)
src/pages/Cron/index.tsx:1419
FunctionhandleError
(data: OAuthErrorEvent)
src/components/settings/ProvidersSettings.tsx:1121
FunctionhandleFocus
()
src/pages/Models/index.tsx:125
FunctionhandleKey
(e: KeyboardEvent)
src/pages/Chat/ChatMessage.tsx:862
FunctionhandleMaximize
()
src/components/layout/TitleBar.tsx:42
FunctionhandleMinimize
()
src/components/layout/TitleBar.tsx:38
FunctionhandleNext
()
src/pages/Setup/index.tsx:124
FunctionhandleOpenChange
(nextOpen: boolean)
src/components/ui/confirm-dialog.tsx:77
FunctionhandleOpenLogDir
()
src/pages/Setup/index.tsx:502
FunctionhandleOpenLogDir
()
src/pages/Settings/index.tsx:109
FunctionhandlePointerDown
(event: MouseEvent)
src/pages/Chat/ChatInput.tsx:336
FunctionhandlePointerDown
(event: MouseEvent)
src/pages/Cron/index.tsx:494
MethodhandlePong
()
electron/gateway/connection-monitor.ts:68
FunctionhandleRefresh
()
src/pages/Agents/index.tsx:108
FunctionhandleRefresh
()
src/pages/Channels/index.tsx:351
FunctionhandleRenameKeyDown
(e: React.KeyboardEvent)
src/components/layout/Sidebar.tsx:235
FunctionhandleRevealFocusedFile
()
src/components/file-preview/ArtifactPanel.tsx:57
FunctionhandleSaveEdits
()
src/components/settings/ProvidersSettings.tsx:425
FunctionhandleSaveProxySettings
()
src/pages/Settings/index.tsx:300
FunctionhandleScroll
()
src/hooks/use-stick-to-bottom-instant.ts:85
FunctionhandleShowLogs
()
src/pages/Setup/index.tsx:491
FunctionhandleShowLogs
()
src/pages/Settings/index.tsx:98
FunctionhandleSkip
()
src/pages/Setup/index.tsx:139
FunctionhandleStartGateway
()
src/pages/Setup/index.tsx:483
FunctionhandleStartOAuth
()
src/components/settings/ProvidersSettings.tsx:1138
FunctionhandleSubmit
()
src/pages/Cron/index.tsx:865
FunctionhandleSubmitManualOAuthCode
()
src/components/settings/ProvidersSettings.tsx:1179
FunctionhandleSuccess
(payload: OAuthSuccessEvent)
src/components/settings/ProvidersSettings.tsx:1090
FunctionhandleTrigger
(e: React.MouseEvent)
src/pages/Cron/index.tsx:1405
FunctionhandleUseDefaultModel
()
src/pages/Agents/index.tsx:771
FunctionhandleValidate
()
src/components/channels/ChannelConfigModal.tsx:293
FunctionhandleVisibilityChange
()
src/pages/Models/index.tsx:128
FunctionhasBaseline
(runKey: string, filePath: string)
src/stores/baseline-cache.ts:42
Functionimg
({ src, alt })
src/pages/Chat/ChatMessage.tsx:688
FunctionimportOpenClawSdkModule
(specifier: string)
electron/utils/openclaw-image-generation-runtime.ts:60
FunctionimportSettings
(json: string)
electron/utils/store.ts:173
Functioninfo
(message: string, ...args: unknown[])
electron/utils/logger.ts:188
FunctioninitLogger
()
electron/utils/logger.ts:91
Methodinstall
(params: MarketplaceInstallParams)
electron/extensions/types.ts:35
Methodinstall
(_params: MarketplaceInstallParams)
electron/extensions/builtin/clawhub-marketplace.ts:33
Methodinstall
* Install a skill through an extension-provided marketplace.
electron/gateway/clawhub.ts:102
MethodinstallBundle
* Install a skill bundle
electron/gateway/client.ts:330
FunctioninstallGatewayRpcDefaults
(mock: GatewayRpcMock)
tests/unit/gateway-rpc-test-utils.ts:17
FunctionisAuthProviderExtension
(ext: Extension)
electron/extensions/types.ts:66
MethodisConnected
* Check if Gateway is connected and ready
electron/gateway/manager.ts:303
MethodisConnected
(isSocketOpen: boolean)
electron/gateway/state.ts:19
FunctionisExternalId
(id)
scripts/generate-ext-bridge.mjs:35
FunctionisMainProcessExternal
(id: string)
vite.config.ts:36
FunctionisMarketplaceProviderExtension
(ext: Extension)
electron/extensions/types.ts:57
FunctionisMiniMaxProviderType
(type: string)
electron/utils/provider-keys.ts:86
FunctionisPackaged
()
tests/unit/openclaw-cli.test.ts:32
FunctionisRequest
(message: unknown)
electron/gateway/protocol.ts:162
FunctionisUser
(message: RawMessage)
tests/unit/run-segment-indices.test.ts:59
Functionlength
()
tests/setup.ts:71
MethodlistChannels
* List all channels
electron/gateway/client.ts:131
FunctionlistConfiguredChannelAccounts
()
electron/utils/channel-config.ts:1244
MethodlistCronTasks
* List all cron tasks
electron/gateway/client.ts:228
MethodlistLegacyProviders
* @deprecated Use listAccounts() and map account data in callers.
electron/services/providers/provider-service.ts:529
FunctionlistLogFiles
()
electron/utils/logger.ts:269
MethodlistProviders
* List configured AI providers
electron/gateway/client.ts:265
MethodlistSkills
* List all skills
electron/gateway/client.ts:168
FunctionlistStoredKeyIds
()
electron/utils/secure-storage.ts:113
Functionlisten
()
tests/unit/gateway-supervisor.test.ts:68
FunctionloadProviderEnv
()
electron/gateway/config-sync.ts:550
FunctionloadRendererExtensions
(manifest?: RendererExtensionManifest)
src/extensions/loader.ts:16
FunctionlooksLikeImagePath
(value: unknown)
src/pages/Chat/image-generation-status.ts:34
FunctionmarkSessionLabelHydrationReady
(runtimeKey: string)
src/stores/chat/session-label-hydration.ts:33
FunctionmockGatewayChatHistory
( mock: GatewayRpcMock, result: Record<string, unknown>, )
tests/unit/gateway-rpc-test-utils.ts:25
FunctionnoopAsyncList
(..._args: unknown[])
electron/utils/openclaw-sdk.ts:70
FunctionnoopNormalize
(_target: string)
electron/utils/openclaw-sdk.ts:71
FunctionnormalizeOAuthBaseUrl
(_type: string, baseUrl?: string)
electron/utils/provider-keys.ts:107
FunctionnormalizeRepoPath
(repoPath)
scripts/bundle-preinstalled-skills.mjs:52
Methodon
(event: string, callback: (...args: unknown[]) => void)
tests/unit/gateway-ws-client.test.ts:26
FunctiononMove
(moveEvent: PointerEvent)
src/components/layout/Sidebar.tsx:270
FunctiononMove
(ev: PointerEvent)
src/components/file-preview/PanelResizeDivider.tsx:55
FunctiononQr
(data: ChannelQrEvent)
src/components/channels/ChannelConfigModal.tsx:236
MethodonStartup
(mainWindow: BrowserWindow)
electron/extensions/types.ts:54
FunctiononSuccess
(data: ChannelSuccessEvent)
src/components/channels/ChannelConfigModal.tsx:243
FunctiononUp
()
src/components/layout/Sidebar.tsx:273
FunctiononUp
()
src/components/file-preview/PanelResizeDivider.tsx:65
Functiononce
(event: string, callback: (...args: unknown[]) => void)
tests/unit/gateway-supervisor.test.ts:64
Functiononstart
(options)
vite.config.ts:59
FunctionopenDevConsole
()
src/components/layout/Sidebar.tsx:182
FunctionopenDocs
()
src/components/channels/ChannelConfigModal.tsx:419
FunctionpickPreferredAccount
( accounts: ProviderAccount[], defaultAccountId: string | null, vendorId: ProviderType | string, statu
src/lib/provider-accounts.ts:123
FunctionpollHistory
()
src/stores/chat/runtime-send-actions.ts:148
FunctionpollHistoryFallback
()
src/stores/chat.ts:3710
Functionpre
({ children, ...props })
src/pages/Chat/ChatMessage.tsx:671
FunctionpreventDefault
()
tests/e2e/zoom-shortcuts.spec.ts:21
FunctionprewarmChatHistoryMaxCharsCache
()
tests/unit/gateway-rpc-test-utils.ts:36
FunctionreadJsonFile
Read a JSON file, returning `null` on any error.
electron/utils/openclaw-auth.ts:301
← previousnext →2,401–2,500 of 2,554, ranked by callers