用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sunflowermm/XRK-AGT --skill xrk-subserver命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
编写或审查 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 工作流如何选型时使用。
基于 SOC 职业分类
正在显示 SKILL.md
| name | xrk-subserver |
| description | 子服插件开发;配置全在主服 CommonConfig,子服只读 data/;AgentRuntime.callSubserver 用 runtimeConfig.subserver。 |
docs/subserver-commonconfig.md
| 类型 | 主服编辑 | 子服 |
|---|---|---|
| 子服 host/port | AiWorkflow → 子服务端(runtimeConfig.subserver) | 被连接 |
| 业务插件 | apis/<group>/core/commonconfig/*.js | load_plugin_config 只读 yaml |
apis/<group>/
service.*
default_config.yaml
core/commonconfig/<group>.js
core/plugin/*.js
参考:subserver/pyserver/apis/jmcomic/、media-tools/。