Genshin-botsGenshin-botsOfficialยท5 Agent Skills Included

gsuid_core

Multi-platform chatbot core with plugins, scheduling, and web console

Runs a platform-independent chatbot core that connects QQ, Telegram, Discord, and other platforms through WebSocket adapters. Hosts hot-reloadable plugins with unified commands, databases, scheduled tasks, and a built-in web admin console. Eliminates rewriting bot logic per platform and removes manual server management through Docker deployment and encrypted web control.
npx skills add Genshin-bots/gsuid_core --all -g -y
Available:

Tells the coding agent how the framework is structured, which sub-skill to load for each task type, and enforces strict coding red lines like banning try-except fallbacks and untyped code.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install gsuid_core?โ–ผ

Run `npx skills add Genshin-bots/gsuid_core --all -g -y` in your terminal to install all skills in this suite globally.

What does gsuid_core actually do?โ–ผ

It is a chatbot core service that receives messages from platforms like QQ or Discord via WebSocket adapters, routes them to plugins or AI, and sends replies back. One set of business logic works across every supported platform.

Can gsuid_core run as a standalone bot?โ–ผ

No. It must pair with an upstream bot framework like NoneBot2, AstrBot, or Koishi, which connects to the core through a WebSocket adapter.

How do I deploy gsuid_core with Docker?โ–ผ

Use the included docker-compose files: mount mode for live code editing or bundle mode for a ready-to-run image. The service starts on port 8765 with a web console at /app.

Can I write plugins without deep Python experience?โ–ผ

Yes. The plugin development skill provides templates for triggers, databases, config, and help pages, so simple plugins can be built quickly by following the guides.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’