用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ceilf6/Wiki --skill 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 | reply |
| description | Skill for the Reply area of Wiki. 578 symbols across 217 files. |
578 symbols | 217 files | Cohesion: 51%
AI/| File | Symbols |
|---|---|
AI/3-Application/Openclaw-source/src/auto-reply/reply/commands-acp.test.ts | runTelegramAcpCommand, runTelegramDmAcpCommand, runFeishuDmAcpCommand, runInternalAcpCommand, createSessionBinding (+12) |
AI/3-Application/Openclaw-source/src/auto-reply/reply/acp-projector.ts | createAcpReplyProjector, createTurnBlockReplyPipeline, clearLiveIdleTimer, drainChunker, flushLiveBuffer (+11) |
AI/3-Application/Openclaw-source/src/auto-reply/reply/abort.ts | setAbortMemory, formatAbortReplyText, resolveSessionEntryForKey, resolveAbortTargetKey, stopSubagentsForRequester (+5) |
AI/3-Application/Openclaw-source/src/auto-reply/reply/reply-payloads.ts | filterMessagingToolMediaDuplicates, normalizeMediaForDedupe, shouldSuppressReasoningPayload, resolveReplyThreadingForPayload, applyReplyThreading (+5) |
AI/3-Application/Openclaw-source/src/auto-reply/reply/block-reply-pipeline.ts | createBlockReplyPayloadKey, bufferPayload, flushBuffered, enqueue, flush (+5) |
AI/3-Application/Openclaw-source/src/auto-reply/reply/acp-projector.test.ts | createProjectorHarness, createFinalOnlyStatusToolHarness, createLiveToolLifecycleHarness, createLiveStatusAndToolLifecycleHarness, blockDeliveries (+4) |
AI/3-Application/Openclaw-source/src/auto-reply/reply/commands-models.ts | parseModelsArgs, resolveProviderLabel, formatModelsAvailableHeader, resolveModelsCommandReply, handleModelsCommand (+3) |
AI/3-Application/Openclaw-source/src/auto-reply/reply/commands-session.ts | resolveSessionBindingDurationMs, resolveSessionBindingBoundBy, resolveUpdatedBindingExpiry, handleSessionCommand, resolveSessionBindingLastActivityAt (+3) |
AI/3-Application/Openclaw-source/extensions/telegram/src/bot-message-dispatch.ts | pruneStickerMediaFromContext, resolveTelegramReasoningLevel, dispatchTelegramMessage, enqueueDraftLaneEvent, resetDraftLaneState (+3) |
AI/3-Application/Openclaw-source/src/auto-reply/reply/typing-mode.ts | isRenderableText, signalMessageStart, signalTextDelta, signalReasoningDelta, signalToolStart (+3) |
Start here when exploring this area:
resolveSessionKeyFromResolveParams (Function) — AI/3-Application/Openclaw-source/src/gateway/sessions-resolve.ts:18loadCombinedSessionStoreForGateway (Function) — AI/3-Application/Openclaw-source/src/gateway/session-utils.ts:847assertModelSelection (Function) — AI/3-Application/Openclaw-source/src/auto-reply/reply.directive.directive-behavior.e2e-harness.ts:117loadSessionStore (Function) — AI/3-Application/Openclaw-source/src/config/sessions/store.ts:194updateSessionStore (Function) — AI/3-Application/Openclaw-source/src/config/sessions/store.ts:584| Symbol | Type | File | Line |
|---|---|---|---|
EmbeddedBlockChunker | Class | AI/3-Application/Openclaw-source/src/agents/pi-embedded-block-chunker.ts | 97 |
CommandLaneClearedError | Class | AI/3-Application/Openclaw-source/src/process/command-queue.ts | 8 |
resolveSessionKeyFromResolveParams | Function | AI/3-Application/Openclaw-source/src/gateway/sessions-resolve.ts | 18 |
loadCombinedSessionStoreForGateway | Function | AI/3-Application/Openclaw-source/src/gateway/session-utils.ts | 847 |
assertModelSelection | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply.directive.directive-behavior.e2e-harness.ts | 117 |
loadSessionStore | Function | AI/3-Application/Openclaw-source/src/config/sessions/store.ts | 194 |
updateSessionStore | Function | AI/3-Application/Openclaw-source/src/config/sessions/store.ts | 584 |
readSessionStoreCache | Function | AI/3-Application/Openclaw-source/src/config/sessions/store-cache.ts | 40 |
incrementCompactionCount | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply/session-updates.ts | 251 |
persistAbortTargetEntry | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply/commands-session-store.ts | 21 |
handleStopCommand | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply/commands-session-abort.ts | 105 |
handleAbortTrigger | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply/commands-session-abort.ts |
| Flow | Type | Steps |
|---|---|---|
RegisterTelegramHandlers → Trim | cross_community | 6 |
RegisterTelegramHandlers → ToLowerCase | cross_community | 6 |
RegisterTelegramHandlers → GetActivePluginRegistry | cross_community | 6 |
OnEvent → NormalizeSystemText | cross_community | 6 |
OnEvent → ShouldFlushLiveBufferOnIdle | cross_community | 6 |
OnEvent → DrainChunker | cross_community | 6 |
RegisterTelegramHandlers → Max | cross_community | 5 |
RegisterTelegramHandlers → BuildSkillCommandDefinitions | cross_community | 5 |
HandlePluginsCommand → Max | cross_community | 5 |
HandlePluginsCommand → NormalizeChannelKey | cross_community | 5 |
| Area | Connections |
|---|---|
| Scripts | 131 calls |
| Agents | 96 calls |
| Auto-reply | 77 calls |
| Monitor | 53 calls |
| Sessions | 31 calls |
| Ink | 25 calls |
| Gateway | 24 calls |
| Plugins | 21 calls |
gitnexus_context({name: "resolveSessionKeyFromResolveParams"}) — see callers and calleesgitnexus_query({query: "reply"}) — find related execution flows| 152 |
applySessionHints | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply/body.ts | 4 |
setAbortMemory | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply/abort.ts | 139 |
formatAbortReplyText | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply/abort.ts | 164 |
resolveSessionEntryForKey | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply/abort.ts | 172 |
stopSubagentsForRequester | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply/abort.ts | 216 |
tryFastAbortFromMessage | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply/abort.ts | 278 |
applyAbortCutoffToSessionEntry | Function | AI/3-Application/Openclaw-source/src/auto-reply/reply/abort-cutoff.ts | 45 |
createSessionStatusTool | Function | AI/3-Application/Openclaw-source/src/agents/tools/session-status-tool.ts | 175 |