xrk-bot — community xrk-bot, XRK-AGT, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

About this Skill

Perfect for AI Agents needing comprehensive content analysis and runtime core management, particularly those working with HTTP/WS servers and auth middleware. 当你需要理解 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

Perfect for AI Agents needing comprehensive content analysis and runtime core management, particularly those working with HTTP/WS servers and auth middleware. 当你需要理解 XRK-AGT 的运行时核心(Bot 主类)、事件总线、HTTP/WS 启动流程与全局对象时使用。

Core Value

Empowers agents to initialize loaders, maintain global Bot objects, and handle HTTP/WS servers and auth middleware using protocols like HTTP/HTTPS/WebSocket, and libraries such as EventEmitter, benefiting developers working with AI agents and web workflows.

Ideal Agent Persona

Perfect for AI Agents needing comprehensive content analysis and runtime core management, particularly those working with HTTP/WS servers and auth middleware.

Capabilities Granted for xrk-bot

Initializing TaskerLoader, ApiLoader, StreamLoader, and PluginsLoader for efficient workflow management
Maintaining global Bot objects, including Bot[self_id], Bot.tasker, Bot.wsf, Bot.uin, and Bot.em() for streamlined bot interactions
Handling HTTP/WS servers and _authMiddleware for secure and authorized communication

! Prerequisites & Limits

  • Requires knowledge of Node.js and JavaScript
  • Dependent on specific file structures, such as docs/bot.md and src/bot.js
  • Limited to applications using WebSocket and HTTP/HTTPS protocols

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?

Perfect for AI Agents needing comprehensive content analysis and runtime core management, particularly those working with HTTP/WS servers and auth middleware. 当你需要理解 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: Initializing TaskerLoader, ApiLoader, StreamLoader, and PluginsLoader for efficient workflow management, Maintaining global Bot objects, including Bot[self_id], Bot.tasker, Bot.wsf, Bot.uin, and Bot.em() for streamlined bot interactions, Handling HTTP/WS servers and _authMiddleware for secure and authorized communication.

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?

Requires knowledge of Node.js and JavaScript. Dependent on specific file structures, such as docs/bot.md and src/bot.js. Limited to applications using WebSocket and HTTP/HTTPS protocols.

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. Works with Claude Code, Cursor, and Windsurf with one-command setup.

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 实例注册路由。

Related Skills

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

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer