MCPcopy Create free account

hub / github.com/DingyangLyu/MatClaw / functions

Functions478 in github.com/DingyangLyu/MatClaw

↓ 335 callersFunctiont
(key: string, vars?: Record<string, string | number>)
setup/i18n.ts:40
↓ 314 callersFunctionprintln
(text = '')
setup/ui.ts:40
↓ 190 callersMethodpush
(text: string)
container/agent-runner/src/engines/claude.ts:27
↓ 120 callersFunctionboxLine
(text: string)
setup/ui.ts:101
↓ 51 callersMethodend
()
container/agent-runner/src/engines/claude.ts:37
↓ 33 callersFunctionboxBottom
()
setup/ui.ts:111
↓ 32 callersFunctionboxTop
(title?: string)
setup/ui.ts:89
↓ 30 callersMethodsendMessage
(jid: string, text: string)
src/types.ts:86
↓ 29 callersFunctionprocessTaskIpc
( data: { type: string; taskId?: string; prompt?: string; schedule_type?: string; schedu
src/ipc.ts:156
↓ 29 callersFunctionstoreChatMetadata
( chatJid: string, timestamp: string, name?: string, channel?: string, isGroup?: boolean, )
src/db.ts:227
↓ 27 callersFunctionemitStatus
( step: string, fields: Record<string, string | number | boolean>, )
setup/status.ts:6
↓ 24 callersFunctionreadManifest
(skillDir: string)
skills-engine/manifest.ts:10
↓ 23 callersFunctionreadState
()
skills-engine/state.ts:18
↓ 21 callersFunctionboxDivider
()
setup/ui.ts:115
↓ 21 callersFunctioncreateSkillPackage
( tmpDir: string, opts: { skill?: string; version?: string; core_version?: string; adds?:
skills-engine/__tests__/test-helpers.ts:31
↓ 21 callersFunctionsaveState
()
src/index.ts:110
↓ 20 callersMethodenqueueMessageCheck
(groupJid: string)
src/group-queue.ts:70
↓ 18 callersFunctioncleanup
(dir: string)
skills-engine/__tests__/test-helpers.ts:106
↓ 17 callersFunctiongetTaskById
(id: string)
src/db.ts:476
↓ 17 callersFunctionresolvePathRemap
( relPath: string, remap: Record<string, string>, )
skills-engine/path-remap.ts:93
↓ 16 callersFunctioncreateTempDir
()
skills-engine/__tests__/test-helpers.ts:7
↓ 16 callersFunctiongetAllTasks
()
src/db.ts:490
↓ 16 callersFunctionwriteState
(tmpDir: string, state: any)
skills-engine/__tests__/test-helpers.ts:18
↓ 14 callersFunctionclearBackup
()
skills-engine/backup.ts:60
↓ 14 callersFunctioncomputeFileHash
(filePath: string)
skills-engine/state.ts:103
↓ 14 callersFunctiongetActiveWebChatThreadId
()
src/db.ts:663
↓ 13 callersFunctionisValidGroupFolder
(folder: string)
src/group-folder.ts:8
↓ 13 callersFunctionlog
(message: string)
container/agent-runner/src/index.ts:80
↓ 13 callersFunctionstepFooter
()
setup/ui.ts:173
↓ 12 callersFunctionexecuteFileOps
( ops: FileOperation[], projectRoot: string, )
skills-engine/file-ops.ts:71
↓ 12 callersMethodgetGroup
(groupJid: string)
src/group-queue.ts:41
↓ 12 callersFunctionloadSenderAllowlist
( pathOverride?: string, )
src/sender-allowlist.ts:33
↓ 12 callersFunctionrecordSkillApplication
( skillName: string, version: string, fileHashes: Record<string, string>, structuredOutcomes?: Record<
skills-engine/state.ts:47
↓ 12 callersFunctionrestoreBackup
()
skills-engine/backup.ts:31
↓ 12 callersMethodsetProcessMessagesFn
(fn: (groupJid: string) => Promise<boolean>)
src/group-queue.ts:66
↓ 12 callersFunctionstore
(overrides: { id: string; chat_jid: string; sender: string; sender_name: string; content: string;
src/db.test.ts:23
↓ 11 callersFunctioncreateTask
( task: Omit<ScheduledTask, 'last_run' | 'last_result'>, )
src/db.ts:454
↓ 11 callersFunctiongetMessagesSince
( chatJid: string, sinceTimestamp: string, botPrefix: string, threadId?: string, )
src/db.ts:424
↓ 11 callersFunctioninitGitRepo
(dir: string)
skills-engine/__tests__/test-helpers.ts:94
↓ 11 callersFunctionmakeMsg
(overrides: Partial<NewMessage> = {})
src/formatting.test.ts:12
↓ 11 callersFunctionsetRegisteredGroup
(jid: string, group: RegisteredGroup)
src/db.ts:804
↓ 10 callersFunctioncheck
(name, fn)
container/smoke-test.py:14
↓ 10 callersFunctioncreateMinimalState
(tmpDir: string)
skills-engine/__tests__/test-helpers.ts:23
↓ 10 callersFunctiongetPlatform
()
setup/platform.ts:11
↓ 10 callersFunctiongetWebChatThread
(threadId: string)
src/db.ts:627
↓ 10 callersFunctionloadPathRemap
()
skills-engine/path-remap.ts:113
↓ 9 callersFunctionacquireLock
()
skills-engine/lock.ts:30
↓ 9 callersFunctioncommandExists
(cmd: string)
setup/wizard.ts:26
↓ 9 callersFunctioncreateMigration
(version: string, code: string)
skills-engine/__tests__/run-migrations.test.ts:24
↓ 9 callersMethodenqueueTask
(groupJid: string, taskId: string, fn: () => Promise<void>)
src/group-queue.ts:98
↓ 9 callersFunctionescapeXml
(s: string)
src/router.ts:3
↓ 9 callersMethodgetState
(groupJid: string)
src/group-queue.ts:62
↓ 9 callersFunctionok
(msg: string)
setup/ui.ts:142
↓ 9 callersFunctionsetupNanoclawDir
(tmpDir: string)
skills-engine/__tests__/test-helpers.ts:11
↓ 8 callersFunctionareRangesCompatible
( existing: string, requested: string, )
skills-engine/structured.ts:27
↓ 8 callersFunctioncompareSemver
(a: string, b: string)
skills-engine/state.ts:111
↓ 8 callersFunctioncreateBackup
(filePaths: string[])
skills-engine/backup.ts:12
↓ 8 callersFunctiongetLocale
()
setup/i18n.ts:14
↓ 8 callersFunctiongradient
(text: string)
setup/ui.ts:121
↓ 8 callersFunctioninfo
(msg: string)
setup/ui.ts:154
↓ 8 callersFunctionisCustomizeActive
()
skills-engine/customize.ts:24
↓ 8 callersFunctionisSenderAllowed
( chatJid: string, sender: string, cfg: SenderAllowlistConfig, )
src/sender-allowlist.ts:98
↓ 8 callersMethodownsJid
(jid: string)
src/types.ts:88
↓ 8 callersFunctionreadEnvFile
(keys: string[])
src/env.ts:12
↓ 8 callersFunctionregisterChannel
(name: string, factory: ChannelFactory)
src/channels/registry.ts:18
↓ 8 callersFunctionrunMigrations
( from: string, to: string, )
skills-engine/__tests__/run-migrations.test.ts:30
↓ 8 callersFunctionstepHeader
(n: number, total: number, title: string)
setup/ui.ts:160
↓ 8 callersFunctiontruncate
(s: string, max: number)
src/web/transcript-parser.ts:59
↓ 7 callersFunctionformatMessages
(messages: NewMessage[])
src/router.ts:12
↓ 7 callersFunctiongetAvailableGroups
()
src/index.ts:223
↓ 7 callersFunctionisMessageAuthorized
( sourceGroup: string, isMain: boolean, targetChatJid: string, registeredGroups: Record<string
src/ipc-auth.test.ts:390
↓ 7 callersFunctionrebase
(newBasePath?: string)
skills-engine/rebase.ts:50
↓ 7 callersFunctionrecordPathRemap
(remap: Record<string, string>)
skills-engine/path-remap.ts:119
↓ 7 callersMethodregisterProcess
( groupJid: string, proc: ChildProcess, containerName: string, groupFolder?: string, )
src/group-queue.ts:140
↓ 7 callersFunctionsetLocale
(l: Locale)
setup/i18n.ts:10
↓ 7 callersFunctionstartCustomize
(description: string)
skills-engine/customize.ts:28
↓ 7 callersFunctionwriteConfig
(config: unknown, name?: string)
src/sender-allowlist.test.ts:20
↓ 7 callersFunctionwriteState
(state: SkillState)
skills-engine/state.ts:37
↓ 6 callersFunctionapplySkill
(skillDir: string)
skills-engine/apply.ts:37
↓ 6 callersFunctiondetectLocale
()
setup/i18n.ts:22
↓ 6 callersFunctionmaskKey
(key: string)
setup/configure-api.ts:728
↓ 6 callersFunctionmergeEnvAdditions
( envExamplePath: string, additions: string[], )
skills-engine/structured.ts:110
↓ 6 callersFunctionmergeNpmDependencies
( packageJsonPath: string, newDeps: Record<string, string>, )
skills-engine/structured.ts:65
↓ 6 callersFunctionreleaseLock
()
skills-engine/lock.ts:76
↓ 6 callersFunctionremoveEnvKeys
(projectRoot: string, keys: string[])
setup/env-writer.ts:63
↓ 6 callersFunctionreplaySkills
( options: ReplayOptions, )
skills-engine/replay.ts:63
↓ 6 callersFunctionresolveGroupFolderPath
(folder: string)
src/group-folder.ts:31
↓ 6 callersFunctionsetOutput
Append a key=value to $GITHUB_OUTPUT (no-op locally).
scripts/validate-all-skills.ts:80
↓ 6 callersFunctionsetSession
(groupFolder: string, sessionId: string)
src/db.ts:741
↓ 6 callersFunctionshouldProcess
( isMainGroup: boolean, requiresTrigger: boolean | undefined, messages: NewMessage[], )
src/formatting.test.ts:199
↓ 6 callersFunctionsleep
(ms: number)
setup/ui.ts:48
↓ 6 callersFunctionuninstallSkill
( skillName: string, )
skills-engine/uninstall.ts:13
↓ 6 callersFunctionwarn
(msg: string)
setup/ui.ts:146
↓ 6 callersFunctionwriteIpcFile
(dir: string, data: object)
container/agent-runner/src/ipc-mcp-stdio.ts:23
↓ 5 callersFunctioncleanupOrphans
()
src/container-runtime.ts:118
↓ 5 callersFunctiongetAllChats
()
src/db.ts:288
↓ 5 callersFunctionisTriggerAllowed
( chatJid: string, sender: string, cfg: SenderAllowlistConfig, )
src/sender-allowlist.ts:115
↓ 5 callersFunctionisWSL
()
setup/platform.ts:18
↓ 5 callersFunctionkillContainer
(name: string)
src/container-runtime.ts:27
↓ 5 callersFunctionmergeDockerComposeServices
( composePath: string, services: Record<string, unknown>, )
skills-engine/structured.ts:146
next →1–100 of 478, ranked by callers