CONVERSATIONAL AI

小龙虾 Bot

XiaoLongXia Bot

插件化架构的智能Telegram助手,12+技能模块即插即用。

Intelligent Telegram assistant with modular plugin architecture, 12+ plug-and-play skill modules.

小龙虾 Bot

痛点

THE PROBLEM

一人公司创始人每天要在十几个工具间切换(写方案、做研报、剪视频、发内容、记账...),上下文切换成本极高。需要一个统一入口,随时随地处理任何任务。

Solo company founders switch between dozens of tools daily (proposals, reports, videos, content, accounting...). Context-switching costs are extremely high. A unified entry point is needed to handle any task anytime, anywhere.

🎯

解决方案

THE SOLUTION

构建插件化Telegram Bot,每个能力封装为独立Skill,通过自然语言触发。一个对话窗口覆盖所有业务场景,从手机到电脑无缝切换。

Build a plugin-based Telegram Bot where each capability is an independent Skill triggered by natural language. One chat window covers all business scenarios, seamlessly across devices.

核心流程

WORKFLOW

01

自然语言输入

Natural Language Input

在Telegram发送指令或问题

Send commands or questions in Telegram

02

Skill路由

Skill Routing

正则匹配自动识别并路由到对应技能

Regex matching auto-identifies and routes to the right skill

03

AI执行

AI Execution

调用Claude/GPT/专用模型执行任务

Invoke Claude/GPT/specialized models to execute tasks

04

结果返回

Result Delivery

格式化结果直接回复到Telegram

Formatted results delivered directly back to Telegram

05

自动监控

Auto Monitoring

Watchdog每30分钟冒烟测试,异常自动告警恢复

Watchdog smoke tests every 30 min, auto-alert and recovery on failure

项目成果

RESULTS

12+

技能模块

Skill Modules

30分钟

监控间隔

Watchdog Interval

99.5%

运行稳定性

Uptime

12个

定时任务

Scheduled Tasks

项目概述

PROJECT OVERVIEW

小龙虾是一个生产级Telegram机器人,基于模块化插件架构构建。每个能力都是独立的Skill,可以在不影响核心系统的情况下添加、修改或移除。

集成12+技能,涵盖内容创作、数据分析和工作流自动化,是一个可从任何设备访问的个人AI运营中心。

XiaoLongXia is a production-grade Telegram bot built on a modular plugin architecture. Each capability is a self-contained Skill that can be added, modified, or removed without affecting the core system.

With 12+ integrated skills spanning content creation, data analysis, and workflow automation, it serves as a personal AI operations center accessible from any device.

核心功能

KEY FEATURES

🔌

插件架构

Plugin Architecture

自包含Skill热加载,自动冲突检测。

Self-contained Skills with hot-reload and automatic conflict detection.

📱

多平台集成

Multi-Platform

Telegram入口,集成NotebookLM和Claude Code。

Accessible via Telegram with NotebookLM and Claude Code integration.

🛡️

生产级稳定

Production Grade

Watchdog监控,每30分钟冒烟测试,自动恢复。

Watchdog monitoring, smoke tests every 30 minutes, auto-recovery.

🎯

12+技能

12+ Skills

从视频制作到投资研究,全在一个Bot里。

From video production to investment research, all in one bot.

定时任务

Scheduled Tasks

12个定时任务自动运行,情报抓取、数据看板等。

12 scheduled tasks running automatically: intel scraping, dashboards, etc.

项目演示

PROJECT DEMO

小龙虾Bot演示

XiaoLongXia Bot Demo

技术栈

TECHNOLOGY STACK

PythonTelegram APIClaude APIDockerPlaywright