用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ceilf6/Wiki --skill auto-reply命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when researching external open-source projects, understanding unfamiliar libraries, or getting high-level architecture overviews of public repos. Examples: 'How does Next.js routing work?', 'Explain the architecture of langchain', 'What does this repo do?'
Use for dead code detection, cyclomatic complexity analysis, code graph visualization, or cross-validating GitNexus caller/callee results. Examples: 'find dead code', 'which functions are too complex', 'visualize the call graph', 'cross-check callers'
Skill for the Agents area of Wiki. 1919 symbols across 567 files.
基于 SOC 职业分类
正在显示 SKILL.md
| name | auto-reply |
| description | Skill for the Auto-reply area of Wiki. 326 symbols across 153 files. |
326 symbols | 153 files | Cohesion: 55%
AI/| File | Symbols |
|---|---|
AI/3-Application/Openclaw-source/src/auto-reply/commands-registry.ts | buildSkillCommandDefinitions, listChatCommands, listChatCommandsForConfig, getTextAliasMap, normalizeCommandBody (+11) |
AI/3-Application/Openclaw-source/src/auto-reply/reply.triggers.trigger-handling.test-harness.ts | getRunEmbeddedPiAgentMock, requireSessionStorePath, readSessionStore, runDirectElevatedToggleAndLoadStore, makeCfg (+6) |
AI/3-Application/Openclaw-source/src/auto-reply/fallback-state.ts | truncateFallbackReasonPart, formatFallbackAttemptReason, formatFallbackAttemptSummary, buildFallbackReasonSummary, buildFallbackAttemptSummaries (+5) |
AI/3-Application/Openclaw-source/src/auto-reply/command-auth.ts | resolveProviderFromContext, resolveFallbackAllowFrom, resolveCommandAuthorization, normalizeAllowFromEntry, shouldUseFromAsSenderFallback (+5) |
AI/3-Application/Openclaw-source/src/auto-reply/status.ts | formatCommandEntry, buildCommandItems, buildCommandsMessage, buildCommandsMessagePaginated, formatTokens (+4) |
AI/3-Application/Openclaw-source/src/auto-reply/thinking.shared.ts | normalizeProviderId, isBinaryThinkingProvider, supportsBuiltInXHighThinking, listThinkingLevelLabels, resolveThinkingDefaultForModel (+4) |
AI/3-Application/Openclaw-source/src/auto-reply/reply.directive.directive-behavior.e2e-harness.ts | replyText, makeWhatsAppDirectiveConfig, replyTexts, sessionStorePath, makeElevatedDirectiveConfig (+2) |
AI/3-Application/Openclaw-source/src/auto-reply/skill-commands.ts | dedupeBySkillName, listSkillCommandsForAgents, findSkillCommand, resolveSkillCommandInvocation, listReservedChatSlashCommandNames (+1) |
AI/3-Application/Openclaw-source/src/auto-reply/commands-registry.data.ts | getChatCommands, defineChatCommand, defineDockCommand, registerAlias, assertCommandRegistry (+1) |
AI/3-Application/Openclaw-source/src/auto-reply/chunk.ts | chunkByNewline, chunkText, resolveChunkEarlyReturn, chunkMarkdownText, pickSafeBreakIndex (+1) |
Start here when exploring this area:
isPathWithinBase (Function) — AI/3-Application/Openclaw-source/test/helpers/paths.ts:2parseCommand (Function) — AI/3-Application/Openclaw-source/src/tui/commands.ts:39parseBooleanValue (Function) — AI/3-Application/Openclaw-source/src/utils/boolean.ts:10resolveThreadParentSessionKey (Function) — AI/3-Application/Openclaw-source/src/sessions/session-key-utils.ts:111isMattermostMutableAllowEntry (Function) — AI/3-Application/Openclaw-source/src/security/mutable-allowlist-detectors.ts:68| Symbol | Type | File | Line |
|---|---|---|---|
isPathWithinBase | Function | AI/3-Application/Openclaw-source/test/helpers/paths.ts | 2 |
parseCommand | Function | AI/3-Application/Openclaw-source/src/tui/commands.ts | 39 |
parseBooleanValue | Function | AI/3-Application/Openclaw-source/src/utils/boolean.ts | 10 |
resolveThreadParentSessionKey | Function | AI/3-Application/Openclaw-source/src/sessions/session-key-utils.ts | 111 |
isMattermostMutableAllowEntry | Function | AI/3-Application/Openclaw-source/src/security/mutable-allowlist-detectors.ts | 68 |
formatAllowFromLowercase | Function | AI/3-Application/Openclaw-source/src/plugin-sdk/allow-from.ts | 30 |
isNormalizedSenderAllowed | Function | AI/3-Application/Openclaw-source/src/plugin-sdk/allow-from.ts | 54 |
getFileExtension | Function | AI/3-Application/Openclaw-source/src/media/mime.ts | 79 |
isGifMedia | Function | AI/3-Application/Openclaw-source/src/media/mime.ts | 159 |
parseLogLine | Function | AI/3-Application/Openclaw-source/src/logging/parse-log-line.ts | 40 |
parseCaseFilter | Function | AI/3-Application/Openclaw-source/src/image-generation/live-test-helpers.ts | 8 |
parseProviderModelMap | Function | AI/3-Application/Openclaw-source/src/image-generation/live-test-helpers.ts | 43 |
resolveConfiguredLiveImageModels |
| Flow | Type | Steps |
|---|---|---|
ProcessMessage → ToLowerCase | cross_community | 8 |
HandleSpeculationAccept → ToLowerCase | cross_community | 8 |
CompactEmbeddedPiSessionDirect → ToLowerCase | cross_community | 6 |
RegisterTelegramHandlers → Trim | cross_community | 6 |
RegisterTelegramHandlers → ToLowerCase | cross_community | 6 |
RegisterTelegramHandlers → GetActivePluginRegistry | cross_community | 6 |
UseRemoteSession → ToLowerCase | cross_community | 6 |
MonitorDiscordProvider → ToLowerCase | cross_community | 6 |
StartGatewayServer → ToLowerCase | cross_community | 5 |
AttachGatewayWsMessageHandler → ToLowerCase | cross_community | 5 |
| Area | Connections |
|---|---|
| Scripts | 107 calls |
| Monitor | 18 calls |
| Agents | 17 calls |
| Plugins | 13 calls |
| Reply | 13 calls |
| Infra | 12 calls |
| Ink | 9 calls |
| Commands | 6 calls |
gitnexus_context({name: "isPathWithinBase"}) — see callers and calleesgitnexus_query({query: "auto-reply"}) — find related execution flows| Function |
AI/3-Application/Openclaw-source/src/image-generation/live-test-helpers.ts |
| 59 |
add | Function | AI/3-Application/Openclaw-source/src/image-generation/live-test-helpers.ts | 62 |
isWindowsPlatform | Function | AI/3-Application/Openclaw-source/src/infra/exec-approvals-analysis.ts | 420 |
isSafeBinUsage | Function | AI/3-Application/Openclaw-source/src/infra/exec-approvals-allowlist.ts | 50 |
listSkillCommandsForAgents | Function | AI/3-Application/Openclaw-source/src/auto-reply/skill-commands.ts | 64 |
resolveSkillCommandInvocation | Function | AI/3-Application/Openclaw-source/src/auto-reply/skill-commands.ts | 165 |
parseConfiguredAcpSessionKey | Function | AI/3-Application/Openclaw-source/src/acp/persistent-bindings.types.ts | 108 |
matchesExactOrPrefix | Function | AI/3-Application/Openclaw-source/extensions/openai/shared.ts | 5 |