FinchBot
Self-extending chatbot framework with memory and task scheduling
All Skills in This Repository (4)
Pure Emerald Level Indicatorstask-management
Manage asynchronous and scheduled tasks with lifecycle and status tracking.
summarize
Summarize long texts, documents, or web content into concise key-point briefs.
skill-creator
Package FinchBot skills into self-contained units with SKILL.md and optional directories.
weather
Fetch current weather and 3-day/hourly forecasts from the Open-Meteo API without an API.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core