基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sunflowermm/XRK-AGT --skill xrk-agent-runtime命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
编写或审查 core/*/www 静态页、校园 WebView 兼容、HttpResponse 前端解包时使用。Core www 走浏览器兼容层(xrk-www-compat)。含零配置静态与有 sign.json(纯静态/产物/反代,sign↔server 合并)挂载。
编写或审查 core/src 代码时,确保使用 Node 26 稳定 API,禁止旧写法(fetch/exec/错误/二进制)。AI 改 Core 前必读。
当你需要开发/排查 HTTP 抓取、SSRF、Playwright 受控浏览器、本地字体增强截图,或判断 web_fetch 与 browser 工作流如何选型时使用。
| name | xrk-agent-runtime |
| description | 当你需要理解 XRK-AGT 的运行时核心(AgentRuntime 主类)、事件总线、HTTP/WS 启动流程与全局对象时使用。 |
docs/agent-runtime.md、docs/runtime-surface.md、docs/server.mdsrc/agent-runtime.js、src/utils/runtime-globals.jsAgentRuntime(Proxy):AgentRuntime[self_id]、AgentRuntime.tasker / AgentRuntime.wsf / AgentRuntime.uin / AgentRuntime.em() / AgentRuntime.makeLog()。core/)AgentRuntime,勿 import AgentRuntime、new AgentRuntime()、勿 global.AgentRuntime。req.agentRuntime 或第三参 AgentRuntime。src/:setRuntimeGlobal('AgentRuntime', runtime)(start.js、tasker/loader.js)。docs/runtime-surface.md、.cursor/rules/xrk-dev-requirements.mdc。callRoute / 公网探测:全局 fetch + AbortSignal.timeout(见 src/agent-runtime.js)。xrk-node-runtime。