xt765xt765Community·4 Agent Skills Included

FinchBot

Self-extending chatbot framework with memory and task scheduling

Builds autonomous chatbots that extend their own capabilities, schedule tasks, and remember past conversations. Eliminates manual tool wiring, blocked conversations during long jobs, and forgotten user preferences between sessions. Connects to 12+ chat platforms with built-in safety limits, background execution, and hot-reloadable behavior settings.
npx skills add xt765/FinchBot --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install FinchBot?

Run `npx skills add xt765/FinchBot --all -g -y` in your terminal to install all skills in this suite globally.

What makes FinchBot different from other chatbot frameworks?

FinchBot agents can self-configure new tools, create their own skills, schedule background tasks, and remember past conversations without developer intervention.

Can FinchBot run long tasks without blocking chat?

Yes. It runs background and scheduled tasks asynchronously, so conversations continue while reports, monitoring, or analysis jobs finish in the background.

Which chat platforms does FinchBot support?

It connects through a CLI, webhooks, and LangBot integration covering 12+ messaging platforms, with support for OpenAI, Anthropic, and DeepSeek models.

Is FinchBot safe to run autonomously?

Yes. It restricts file operations to a workspace directory, blocks dangerous shell commands, and only executes registered tools.

Related Repositories in Software Engineering

View All in Software Engineering