ソース情報
- リポジトリ
- ceilf6/Wiki
- ソースの最終更新活動
- 2026年5月6日 07:19
- 検出された SKILL.md の言語
- 英語
- スター
- 10
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ceilf6/Wiki --skill agentsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
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 Auto-reply area of Wiki. 326 symbols across 153 files.
| name | agents |
| description | Skill for the Agents area of Wiki. 1919 symbols across 567 files. |
1919 symbols | 567 files | Cohesion: 60%
AI/| File | Symbols |
|---|---|
AI/3-Application/Openclaw-source/src/agents/subagent-registry.ts | getSubagentRunByChildSessionKey, resolveAnnounceRetryDelayMs, logAnnounceGiveUp, persistSubagentRuns, suppressAnnounceForSteerRestart (+55) |
AI/3-Application/Openclaw-source/src/agents/tool-display-common.ts | stripOuterQuotes, splitShellWords, binaryName, positionalArgs, firstPositional (+29) |
AI/3-Application/Openclaw-source/src/agents/subagent-announce.ts | buildSubagentSystemPrompt, loadSubagentRegistryRuntime, buildCompactAnnounceStatsLine, loadSessionEntryByKey, hasUsableSessionEntry (+26) |
AI/3-Application/Openclaw-source/src/agents/bash-tools.test.ts | readTextContent, readNormalizedTextContent, readTrimmedLines, readBackgroundLogSnapshot, runLongLogExpectationCase (+24) |
AI/3-Application/Openclaw-source/src/agents/model-selection.ts | normalizeAliasKey, modelKey, legacyModelKey, parseModelRef, resolveAllowlistModelKey (+19) |
AI/3-Application/Openclaw-source/src/agents/models-config.providers.ts | normalizeApiKeyConfig, normalizeProviderModels, normalizeGoogleProvider, normalizeAntigravityProvider, normalizeProviders (+17) |
AI/3-Application/Openclaw-source/src/agents/model-fallback.ts | createModelCandidateCollector, addCandidate, addExplicitCandidate, addAllowlistedCandidate, resolveImageFallbackCandidates (+15) |
AI/3-Application/Openclaw-source/src/agents/cli-credentials.ts | resolveClaudeCliCredentialsPath, parseClaudeCliOauthCredential, readClaudeCliKeychainCredentials, readClaudeCliCredentials, readClaudeCliCredentialsCached (+14) |
AI/3-Application/Openclaw-source/src/agents/model-auth.ts | getApiKeyForModel, requireApiKey, hasUsableCustomProviderApiKey, resolveEnvApiKey, resolveModelAuthMode (+13) |
AI/3-Application/Openclaw-source/src/agents/subagent-control.ts | resolveSessionEntryForKey, ensureControllerOwnsRun, killSubagentRun, cascadeKillChildren, killAllControlledSubagentRuns (+12) |
Start here when exploring this area:
resolveMessageChannel (Function) — AI/3-Application/Openclaw-source/src/utils/message-channel.ts:156applyModelOverrideToSessionEntry (Function) — AI/3-Application/Openclaw-source/src/sessions/model-overrides.ts:8clearInternalHooks (Function) — AI/3-Application/Openclaw-source/src/hooks/internal-hooks.ts:246resolveSessionModelRef (Function) — AI/3-Application/Openclaw-source/src/gateway/session-utils.ts:910startGatewaySidecars (Function) — AI/3-Application/Openclaw-source/src/gateway/server-startup.ts:33| Symbol | Type | File | Line |
|---|---|---|---|
OpenAIWebSocketManager | Class | AI/3-Application/Openclaw-source/src/agents/openai-ws-connection.ts | 297 |
FailoverError | Class | AI/3-Application/Openclaw-source/src/agents/failover-error.ts | 10 |
BaseSingleActionAgent | Class | AI/2-AI-infra/LLM-SDK/Langchain-source/libs/langchain/langchain_classic/agents/agent.py | 54 |
Agent | Class | AI/2-AI-infra/LLM-SDK/Langchain-source/libs/langchain/langchain_classic/agents/agent.py | 703 |
ReActDocstoreAgent | Class | AI/2-AI-infra/LLM-SDK/Langchain-source/libs/langchain/langchain_classic/agents/react/base.py | 35 |
resolveMessageChannel | Function | AI/3-Application/Openclaw-source/src/utils/message-channel.ts | 156 |
applyModelOverrideToSessionEntry | Function | AI/3-Application/Openclaw-source/src/sessions/model-overrides.ts | 8 |
clearInternalHooks | Function | AI/3-Application/Openclaw-source/src/hooks/internal-hooks.ts | 246 |
resolveSessionModelRef | Function | AI/3-Application/Openclaw-source/src/gateway/session-utils.ts | 910 |
startGatewaySidecars | Function | AI/3-Application/Openclaw-source/src/gateway/server-startup.ts | 33 |
collectConfiguredModelPricingRefs | Function | AI/3-Application/Openclaw-source/src/gateway/model-pricing-cache.ts | 246 |
__setGatewayModelPricingForTest | Function | AI/3-Application/Openclaw-source/src/gateway/model-pricing-cache.ts |
| Flow | Type | Steps |
|---|---|---|
DispatchPreparedSlackMessage → Trim | cross_community | 6 |
DispatchPreparedSlackMessage → StripNullBytes | cross_community | 6 |
DispatchPreparedSlackMessage → NormalizeAvatarValue | cross_community | 5 |
HandlePluginsCommand → Max | cross_community | 5 |
ProcessMessage → NormalizeChatType | cross_community | 4 |
DispatchPreparedSlackMessage → IsAvatarHttpUrl | cross_community | 4 |
DispatchPreparedSlackMessage → IsAvatarDataUrl | cross_community | 4 |
| Area | Connections |
|---|---|
| Scripts | 380 calls |
| Plugins | 97 calls |
| Auto-reply | 92 calls |
| Ink | 76 calls |
| Infra | 67 calls |
| Reply | 55 calls |
| Gateway | 46 calls |
| Commands | 39 calls |
gitnexus_context({name: "resolveMessageChannel"}) — see callers and calleesgitnexus_query({query: "agents"}) — find related execution flows| 461 |
resolveAgentModelPrimaryValue | Function | AI/3-Application/Openclaw-source/src/config/model-input.ts | 7 |
resolveAgentModelFallbackValues | Function | AI/3-Application/Openclaw-source/src/config/model-input.ts | 19 |
toAgentModelListLike | Function | AI/3-Application/Openclaw-source/src/config/model-input.ts | 26 |
promptDefaultModel | Function | AI/3-Application/Openclaw-source/src/commands/model-picker.ts | 182 |
promptModelAllowlist | Function | AI/3-Application/Openclaw-source/src/commands/model-picker.ts | 424 |
modelKey | Function | AI/3-Application/Openclaw-source/src/agents/model-selection.ts | 43 |
legacyModelKey | Function | AI/3-Application/Openclaw-source/src/agents/model-selection.ts | 57 |
parseModelRef | Function | AI/3-Application/Openclaw-source/src/agents/model-selection.ts | 142 |