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

v1.0.0

このスキルについて

HTTP/WSサーバーと認証ミドルウェアを使用するAIエージェントに適しています。コンテンツ分析とランタイムコア管理に重点を置いています。 当你需要理解 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

HTTP/WSサーバーと認証ミドルウェアを使用するAIエージェントに適しています。コンテンツ分析とランタイムコア管理に重点を置いています。 当你需要理解 XRK-AGT 的运行时核心(Bot 主类)、事件总线、HTTP/WS 启动流程与全局对象时使用。

このスキルを使用する理由

HTTP/HTTPS/WebSocketなどのプロトコルやEventEmitterなどのライブラリを使用して、エージェントがローダーを初期化し、グローバルBotオブジェクトを維持し、HTTP/WSサーバーと認証ミドルウェアを処理できるようにします。AIエージェントとWebワークフローを使用する開発者に利益をもたらします。

おすすめ

HTTP/WSサーバーと認証ミドルウェアを使用するAIエージェントに適しています。コンテンツ分析とランタイムコア管理に重点を置いています。

実現可能なユースケース for xrk-bot

TaskerLoader、ApiLoader、StreamLoader、PluginsLoaderを初期化して効率的なワークフロー管理を実現する
Bot[self_id]、Bot.tasker、Bot.wsf、Bot.uin、Bot.em()を含むグローバルBotオブジェクトを維持してスムーズなボットのやり取りを実現する
HTTP/WSサーバーと_authMiddlewareを処理して安全で認証された通信を実現する

! セキュリティと制限

  • Node.jsとJavaScriptの知識が必要
  • 特定のファイル構造、たとえばdocs/bot.mdとsrc/bot.jsに依存している
  • WebSocketと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?

HTTP/WSサーバーと認証ミドルウェアを使用するAIエージェントに適しています。コンテンツ分析とランタイムコア管理に重点を置いています。 当你需要理解 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: TaskerLoader、ApiLoader、StreamLoader、PluginsLoaderを初期化して効率的なワークフロー管理を実現する, Bot[self_id]、Bot.tasker、Bot.wsf、Bot.uin、Bot.em()を含むグローバルBotオブジェクトを維持してスムーズなボットのやり取りを実現する, HTTP/WSサーバーと_authMiddlewareを処理して安全で認証された通信を実現する.

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?

Node.jsとJavaScriptの知識が必要. 特定のファイル構造、たとえばdocs/bot.mdとsrc/bot.jsに依存している. WebSocketと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 实例注册路由。

関連スキル

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

すべて表示

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

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者