ソース情報
- リポジトリ
- ceilf6/Wiki
- ソースの最終更新活動
- 2026年5月6日 07:19
- 検出された SKILL.md の言語
- 英語
- スター
- 10
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ceilf6/Wiki --skill auto-replyコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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 |