ソース情報
- リポジトリ
- 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 toolsコマンドは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 | tools |
| description | Skill for the Tools area of Wiki. 422 symbols across 131 files. |
422 symbols | 131 files | Cohesion: 56%
AI/| File | Symbols |
|---|---|
AI/3-Application/Openclaw-source/src/agents/tools/web-fetch.ts | resolveFetchMaxCharsCap, resolveFetchMaxResponseBytes, resolveFirecrawlApiKey, resolveFirecrawlBaseUrl, resolveFirecrawlMaxAgeMs (+12) |
AI/3-Application/Openclaw-source/src/agents/tools/web-search-provider-common.ts | postTrustedWebToolsJson, withTrustedWebSearchEndpoint, resolveSearchTimeoutSeconds, resolveSearchCount, isValidIsoDate (+11) |
AI/3-Application/Openclaw-source/src/agents/tools/web-tools.enabled-defaults.test.ts | installBraveResultsFetch, installBraveLlmContextFetch, createPerplexitySearchTool, createKimiSearchTool, createProviderSearchTool (+6) |
AI/3-Application/Openclaw-source/src/agents/tools/image-generate-tool.ts | resolveImageGenerationModelCandidates, resolveImageGenerationModelConfigForTool, loadReferenceImages, resolveAction, resolveRequestedCount (+6) |
AI/3-Application/Openclaw-source/src/agents/tools/sessions-resolution.ts | resolveMainSessionAlias, resolveInternalSessionKey, listSpawnedSessionKeys, isRequesterSpawnedSessionVisible, shouldVerifyRequesterSpawnedSessionVisibility (+6) |
AI/3-Application/Openclaw-source/src/agents/tools/sessions-access.ts | resolveSessionToolsVisibility, resolveEffectiveSessionToolsVisibility, createSessionVisibilityGuard, matchesAllow, isAllowed (+6) |
AI/3-Application/Claude-Code-source/src/services/tools/StreamingToolExecutor.ts | createSyntheticErrorMessage, getAbortReason, getToolInterruptBehavior, updateInterruptibleState, executeTool (+5) |
AI/3-Application/FrontAgent-app/packages/mcp-file/src/path-safety.ts | normalizeRelativePath, isInsidePath, getRealProjectRoot, findNearestExistingParent, resolveReadPath (+4) |
AI/3-Application/Openclaw-source/src/agents/tools/image-tool.test.ts | stubMinimaxOkFetch, stubOpenAiCompletionsOkFetch, stubMinimaxFetch, requireImageTool, createRequiredImageTool (+4) |
AI/3-Application/Openclaw-source/apps/android/app/src/main/java/ai/openclaw/app/tools/ToolDisplay.kt | resolve, loadConfig, titleFromName, normalizeVerb, readDetail (+4) |
Start here when exploring this area:
normalizeSecretInput (Function) — AI/3-Application/Openclaw-source/src/utils/normalize-secret-input.ts:15extractXaiWebSearchContent (Function) — AI/3-Application/Openclaw-source/extensions/xai/src/web-search-shared.ts:90requestXaiWebSearch (Function) — AI/3-Application/Openclaw-source/extensions/xai/src/web-search-shared.ts:125runTavilySearch (Function) — AI/3-Application/Openclaw-source/extensions/tavily/src/tavily-client.ts:67runTavilyExtract (Function) — AI/3-Application/Openclaw-source/extensions/tavily/src/tavily-client.ts:160| Symbol | Type | File | Line |
|---|---|---|---|
ToolInputError | Class | AI/3-Application/Openclaw-source/src/agents/tools/common.ts | 26 |
normalizeSecretInput | Function | AI/3-Application/Openclaw-source/src/utils/normalize-secret-input.ts | 15 |
extractXaiWebSearchContent | Function | AI/3-Application/Openclaw-source/extensions/xai/src/web-search-shared.ts | 90 |
requestXaiWebSearch | Function | AI/3-Application/Openclaw-source/extensions/xai/src/web-search-shared.ts | 125 |
runTavilySearch | Function | AI/3-Application/Openclaw-source/extensions/tavily/src/tavily-client.ts | 67 |
runTavilyExtract | Function | AI/3-Application/Openclaw-source/extensions/tavily/src/tavily-client.ts | 160 |
resolveTavilySearchConfig | Function | AI/3-Application/Openclaw-source/extensions/tavily/src/config.ts | 22 |
resolveTavilyApiKey | Function | AI/3-Application/Openclaw-source/extensions/tavily/src/config.ts | 40 |
resolveTavilyBaseUrl | Function | AI/3-Application/Openclaw-source/extensions/tavily/src/config.ts | 49 |
resolveCacheTtlMs | Function | AI/3-Application/Openclaw-source/src/agents/tools/web-shared.ts | 15 |
normalizeCacheKey | Function | AI/3-Application/Openclaw-source/src/agents/tools/web-shared.ts | 21 |
readCache | Function | AI/3-Application/Openclaw-source/src/agents/tools/web-shared.ts | 25 |
| Area | Connections |
|---|---|
| Scripts | 91 calls |
| Ink | 25 calls |
| Agents | 24 calls |
| Security | 18 calls |
| Auto-reply | 17 calls |
| Gateway | 15 calls |
| Tavily | 10 calls |
| Plugins | 10 calls |
gitnexus_context({name: "normalizeSecretInput"}) — see callers and calleesgitnexus_query({query: "tools"}) — find related execution flowswriteCache | Function | AI/3-Application/Openclaw-source/src/agents/tools/web-shared.ts | 40 |
postTrustedWebToolsJson | Function | AI/3-Application/Openclaw-source/src/agents/tools/web-search-provider-common.ts | 94 |
runFirecrawlSearch | Function | AI/3-Application/Openclaw-source/extensions/firecrawl/src/firecrawl-client.ts | 183 |
runFirecrawlScrape | Function | AI/3-Application/Openclaw-source/extensions/firecrawl/src/firecrawl-client.ts | 341 |
resolveFirecrawlSearchConfig | Function | AI/3-Application/Openclaw-source/extensions/firecrawl/src/config.ts | 63 |
resolveFirecrawlApiKey | Function | AI/3-Application/Openclaw-source/extensions/firecrawl/src/config.ts | 101 |
resolveFirecrawlBaseUrl | Function | AI/3-Application/Openclaw-source/extensions/firecrawl/src/config.ts | 116 |
isInsidePath | Function | AI/3-Application/FrontAgent-app/packages/mcp-file/src/path-safety.ts | 22 |