用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sunflowermm/XRK-AGT --skill xrk-llm命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-llm |
| description | 当你需要配置/新增/排查 LLM 提供商(OpenAI/Azure/Gemini/Anthropic/Ollama/各类兼容网关)时使用;确保 YAML/Schema/代码一致。 |
读者:Coding Agent(工厂与配置三同步)。办事助手勿读本文件。
docs/factory.md、src/factory/llm/LLMFactory.js、core/system-Core/http/ai.js
不满足则不学、不融。
slash/recipe → messages → toolPair → compaction(+sidecar) → trim → LLM
并行:policies + security.toolScan(approval 默认关)+ SystemContext 指纹。
群聊入口:plugin/ai.js → ChatStream.process({ mergeWorkflows });tools 在名单内则 MCP + 副流提示一并生效(见 docs/agent-context.md)。
| 能力 | 来源 | 落点 |
|---|---|---|
| 压缩链 / sidecar / toolPair / finalize | opencode/goose/cline | context-* · tool-loop-finalize |
| Policy + 威胁扫描 + 可选审批 | opencode/goose | runtime-policy · security.* |
| Recipe / slash | goose | recipes/ · slash-commands |
| apply_edit / verify / PageRank map | aider | tools MCP |
| triggers microagents | OpenHands | trigger-microagents |
| aux / variants / reasoning budget / 重试 | goose/cline/opencode | 既有 LLM 工厂 |
| 项 | 原因 |
|---|---|
| 会话标题 / Critic / 改文件 revert 快照 | 非刚需或本仓已有替代路径 |
| body 字段规则矩阵 | 本仓已有 max_tokens 等专项处理;无证明刚需 |
| Docker 沙箱 / FAISS / Agent Canvas | 产品形态不合或过重 |
| Effect 运行时 / 完整 Condensation 事件 | 架构不合 |
security.toolScan(含 argKeys)· security.approval(默认 false)· recipes.scheduleEnabledpolicies[](effect/action Select;ask 工具仍注入,执行时审批)· mcp.connect 在远程 MCP 连接前生效context.compaction(含 toolOutputMaxChars / sessionCache)· llm.aux · provider contextWindow / variant/variantsMCPServer.handleToolCall(覆盖 LLM / HTTP / WS / JSON-RPC)