在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用xrk-plugins
星标144
分支18
更新时间2026年7月16日 13:02
当你需要理解/开发插件(plugin 基类)、插件加载与规则匹配、上下文和冷却机制时使用。
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
当你需要理解/开发插件(plugin 基类)、插件加载与规则匹配、上下文和冷却机制时使用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
当你需要从“应用视角”看 XRK-AGT(启动流程、Web 控制台、前后端协作、典型技术栈组合)时使用。
当你需要开发或排查 HTTP API(core/*/http/*.js)、理解 HttpApi 基类、HttpApiLoader、业务层约定时使用。
编写或审查 core/*/www 静态页、校园 WebView 兼容、HttpResponse 前端解包时使用。浏览器环境 ≠ Node 26。
编写或审查 core/src 代码时的写法与性能规范(全局裸名、状态、I/O、异步、HTTP)。改 Core 前必读。
当你需要快速理解 system-Core 提供哪些 HTTP API/工作流/插件/Tasker/Web 控制台能力,或定位某个模块在哪实现时使用。
当需要从整体理解 XRK-AGT 的架构、目录、运行流程和技术栈时使用。
| name | xrk-plugins |
| description | 当你需要理解/开发插件(plugin 基类)、插件加载与规则匹配、上下文和冷却机制时使用。 |
docs/plugin-base.md、docs/runtime-surface.md、docs/plugins-loader.mdsrc/infrastructure/plugins/plugin-base.js、plugins/loader.jscore/system-Core/plugin/*.jscore/*/plugin/*.js;入口 PluginLoader.deal(e)。import PluginBase from '#infrastructure/plugins/plugin-base.js';extends PluginBase。msgSegment、AgentRuntime;勿 global.msgSegment / global.AgentRuntime。rule[].fnc(e) 用 e.msg。this.getWorkflow('chat'|...) + stream.process(e, e.msg, options)。Error.isError / normalizeError(skill xrk-node-runtime)。