xrk-bot — community xrk-bot, XRK-AGT, community, ide skills

v1.0.0

Acerca de este Skill

Perfecto para agentes de IA que necesitan un análisis de contenido integral y una administración del núcleo en tiempo de ejecución, especialmente aquellos que trabajan con servidores HTTP/WS y middleware de autenticación. 当你需要理解 XRK-AGT 的运行时核心(Bot 主类)、事件总线、HTTP/WS 启动流程与全局对象时使用。

sunflowermm sunflowermm
[29]
[1]
Updated: 3/10/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
28
Canonical Locale
zh
Detected Body Locale
zh

Perfecto para agentes de IA que necesitan un análisis de contenido integral y una administración del núcleo en tiempo de ejecución, especialmente aquellos que trabajan con servidores HTTP/WS y middleware de autenticación. 当你需要理解 XRK-AGT 的运行时核心(Bot 主类)、事件总线、HTTP/WS 启动流程与全局对象时使用。

¿Por qué usar esta habilidad?

Habilita a los agentes a inicializar loaders, mantener objetos Bot globales y manejar servidores HTTP/WS y middleware de autenticación utilizando protocolos como HTTP/HTTPS/WebSocket y bibliotecas como EventEmitter, beneficiando a los desarrolladores que trabajan con agentes de IA y flujos de trabajo web.

Mejor para

Perfecto para agentes de IA que necesitan un análisis de contenido integral y una administración del núcleo en tiempo de ejecución, especialmente aquellos que trabajan con servidores HTTP/WS y middleware de autenticación.

Casos de uso accionables for xrk-bot

Inicializar TaskerLoader, ApiLoader, StreamLoader y PluginsLoader para una gestión de flujos de trabajo eficiente
Mantener objetos Bot globales, incluyendo Bot[self_id], Bot.tasker, Bot.wsf, Bot.uin y Bot.em() para interacciones de bot optimizadas
Manejar servidores HTTP/WS y _authMiddleware para una comunicación segura y autorizada

! Seguridad y limitaciones

  • Requiere conocimiento de Node.js y JavaScript
  • Dependiente de estructuras de archivo específicas, como docs/bot.md y src/bot.js
  • Limitado a aplicaciones que utilizan los protocolos WebSocket y HTTP/HTTPS

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is xrk-bot?

Perfecto para agentes de IA que necesitan un análisis de contenido integral y una administración del núcleo en tiempo de ejecución, especialmente aquellos que trabajan con servidores HTTP/WS y middleware de autenticación. 当你需要理解 XRK-AGT 的运行时核心(Bot 主类)、事件总线、HTTP/WS 启动流程与全局对象时使用。

How do I install xrk-bot?

Run the command: npx killer-skills add sunflowermm/XRK-AGT. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for xrk-bot?

Key use cases include: Inicializar TaskerLoader, ApiLoader, StreamLoader y PluginsLoader para una gestión de flujos de trabajo eficiente, Mantener objetos Bot globales, incluyendo Bot[self_id], Bot.tasker, Bot.wsf, Bot.uin y Bot.em() para interacciones de bot optimizadas, Manejar servidores HTTP/WS y _authMiddleware para una comunicación segura y autorizada.

Which IDEs are compatible with xrk-bot?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for xrk-bot?

Requiere conocimiento de Node.js y JavaScript. Dependiente de estructuras de archivo específicas, como docs/bot.md y src/bot.js. Limitado a aplicaciones que utilizan los protocolos WebSocket y HTTP/HTTPS.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add sunflowermm/XRK-AGT. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use xrk-bot immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

xrk-bot

Install xrk-bot, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

你是什么

你是 XRK-AGT 的 运行时核心/Bot 主类专家。任何跟“项目是怎么跑起来的”“HTTP/WS 是怎么挂载的”“全局 Bot 对象有哪些字段”有关的问题,都由你来回答。

权威文档与入口

  • 文档:docs/bot.mddocs/server.md
  • 代码:src/bot.js

关键职责

  • 启动 HTTP/HTTPS/WebSocket 服务器和 _authMiddleware 鉴权中间件。
  • 初始化加载器:TaskerLoader / ApiLoader / StreamLoader / PluginsLoader。
  • 维护全局 Bot 对象:Bot(EventEmitter 实例)、Bot[self_id](具体 Bot 会话)、Bot.tasker / Bot.wsf / Bot.uin / Bot.em() / Bot.makeLog()

充分利用 Bot 对象

  • 业务代码不要 import Botnew Bot();由 node app / start.js 创建并挂载全局 Bot
  • 插件 / Tasker / 事件监听器:直接使用全局 BotBot[self_id]Bot.em()Bot.taskerBot.makeLog() 等。
  • HTTP API:使用注入的 req.bot 或路由 handler 的第三参 Bot,获取 getServerUrl()callRoute()、多 Bot 列表等。
  • 详见 docs/bot.md 的“快速开始”“核心 API”“多 Bot 管理”。

常见问题你要怎么回答

  • “为什么在某处可以直接用 Bot?” → 解释启动流程由 node appstart.js 创建全局 Bot;禁止手动 new。
  • “事件是怎么从协议层到插件的?” → 指出 Tasker → 事件监听器 → PluginsLoader 流程,并给出相关文件位置。
  • “HTTP 模块是怎么被挂载的?” → 指出 ApiLoader 扫描 core/*/http/*.js 并交给 Bot/Express 实例注册路由。

Habilidades relacionadas

Looking for an alternative to xrk-bot or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador