用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ceilf6/Wiki --skill browser命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | browser |
| description | Skill for the Browser area of Wiki. 482 symbols across 103 files. |
482 symbols | 103 files | Cohesion: 60%
AI/| File | Symbols |
|---|---|
AI/3-Application/Openclaw-source/src/browser/chrome-mcp.ts | parsePageId, callTool, withTempFile, focusChromeMcpTab, closeChromeMcpTab (+34) |
AI/3-Application/Openclaw-source/src/browser/pw-session.ts | storeRoleRefsForTarget, restoreRoleRefsForTarget, ensurePageState, observeContext, ensureContextState (+22) |
AI/3-Application/Openclaw-source/src/browser/chrome.executables.ts | findFirstExecutable, findChromeExecutableMac, findChromeExecutableLinux, findChromeExecutableWindows, resolveBrowserExecutableForPlatform (+21) |
AI/3-Application/Openclaw-source/src/browser/pw-tools-core.interactions.ts | pressKeyViaPlaywright, waitForViaPlaywright, takeScreenshotViaPlaywright, screenshotWithLabelsViaPlaywright, clamp (+16) |
AI/3-Application/Openclaw-source/src/browser/client.ts | buildProfileQuery, withBaseUrl, browserStatus, browserProfiles, browserStart (+10) |
AI/3-Application/Openclaw-source/src/browser/pw-role-snapshot.ts | getRoleSnapshotStats, getKey, getNextIndex, trackRef, removeNthFromNonDuplicates (+8) |
AI/3-Application/Openclaw-source/src/browser/cdp.helpers.ts | appendCdpPath, fetchJson, fetchCdpChecked, fetchOk, normalizeCdpHttpBaseForJsonEndpoints (+8) |
AI/3-Application/Openclaw-source/src/browser/client-fetch.ts | fetchBrowserJson, resolveBrowserFetchOperatorHint, normalizeErrorMessage, enhanceDispatcherPathError, enhanceBrowserFetchError (+8) |
AI/3-Application/Openclaw-source/src/browser/chrome.ts | stopOpenClawChrome, exists, launchOpenClawChrome, resolveBrowserExecutable, isChromeReachable (+8) |
AI/3-Application/Openclaw-source/src/browser/session-tab-registry.ts | normalizeSessionKey, normalizeTargetId, normalizeProfile, normalizeBaseUrl, toTrackedTabId (+6) |
Start here when exploring this area:
ensureMediaDir (Function) — AI/3-Application/Openclaw-source/src/media/store.ts:88mapTabError (Function) — AI/3-Application/Openclaw-source/src/browser/server-context.ts:226ensureTabAvailable (Function) — AI/3-Application/Openclaw-source/src/browser/server-context.selection.ts:35isHttpReachable (Function) — AI/3-Application/Openclaw-source/src/browser/server-context.availability.ts:78ensureBrowserAvailable (Function) — AI/3-Application/Openclaw-source/src/browser/server-context.availability.ts:153| Symbol | Type | File | Line |
|---|---|---|---|
BrowserTabNotFoundError | Class | AI/3-Application/Openclaw-source/src/browser/errors.ts | 31 |
BrowserProfileUnavailableError | Class | AI/3-Application/Openclaw-source/src/browser/errors.ts | 55 |
BrowserResourceExhaustedError | Class | AI/3-Application/Openclaw-source/src/browser/errors.ts | 61 |
BrowserError | Class | AI/3-Application/Openclaw-source/src/browser/errors.ts | 3 |
BrowserValidationError | Class | AI/3-Application/Openclaw-source/src/browser/errors.ts | 13 |
BrowserTargetAmbiguousError | Class | AI/3-Application/Openclaw-source/src/browser/errors.ts | 25 |
BrowserProfileNotFoundError | Class | AI/3-Application/Openclaw-source/src/browser/errors.ts | 37 |
BrowserConflictError | Class | AI/3-Application/Openclaw-source/src/browser/errors.ts | 43 |
InvalidBrowserNavigationUrlError | Class | AI/3-Application/Openclaw-source/src/browser/navigation-guard.ts | 16 |
BrowserResetUnsupportedError | Class | AI/3-Application/Openclaw-source/src/browser/errors.ts | 49 |
ensureMediaDir | Function | AI/3-Application/Openclaw-source/src/media/store.ts | 88 |
mapTabError | Function | AI/3-Application/Openclaw-source/src/browser/server-context.ts | 226 |
ensureTabAvailable | Function |
| Flow | Type | Steps |
|---|---|---|
RegisterBrowserAgentSnapshotRoutes → BrowserProfileNotFoundError | cross_community | 6 |
RegisterBrowserAgentSnapshotRoutes → GetBrowserProfileCapabilities | cross_community | 6 |
RegisterBrowserAgentSnapshotRoutes → ToBrowserTabs | cross_community | 6 |
RegisterBrowserAgentStorageRoutes → JsonError | intra_community | 5 |
RegisterBrowserAgentSnapshotRoutes → Trim | cross_community | 5 |
RegisterBrowserAgentSnapshotRoutes → ExistsSync | cross_community | 5 |
RegisterBrowserAgentSnapshotRoutes → BrowserProfileUnavailableError | intra_community | 5 |
RegisterBrowserAgentSnapshotRoutes → AppendCdpPath | cross_community | 5 |
RegisterBrowserAgentSnapshotRoutes → WithBrowserNavigationPolicy | cross_community | 5 |
RegisterBrowserAgentSnapshotRoutes → ToBrowserErrorResponse | intra_community | 5 |
| Area | Connections |
|---|---|
| Scripts | 91 calls |
| Ink | 24 calls |
| Auto-reply | 15 calls |
| Tools | 11 calls |
| Security | 7 calls |
| Config | 7 calls |
| Media | 7 calls |
| Gateway | 6 calls |
gitnexus_context({name: "ensureMediaDir"}) — see callers and calleesgitnexus_query({query: "browser"}) — find related execution flowsAI/3-Application/Openclaw-source/src/browser/server-context.selection.ts |
| 35 |
isHttpReachable | Function | AI/3-Application/Openclaw-source/src/browser/server-context.availability.ts | 78 |
ensureBrowserAvailable | Function | AI/3-Application/Openclaw-source/src/browser/server-context.availability.ts | 153 |
traceStartViaPlaywright | Function | AI/3-Application/Openclaw-source/src/browser/pw-tools-core.trace.ts | 4 |
traceStopViaPlaywright | Function | AI/3-Application/Openclaw-source/src/browser/pw-tools-core.trace.ts | 25 |
cookiesGetViaPlaywright | Function | AI/3-Application/Openclaw-source/src/browser/pw-tools-core.storage.ts | 2 |
cookiesSetViaPlaywright | Function | AI/3-Application/Openclaw-source/src/browser/pw-tools-core.storage.ts | 12 |
cookiesClearViaPlaywright | Function | AI/3-Application/Openclaw-source/src/browser/pw-tools-core.storage.ts | 45 |