Connect your AI Agents to 10,000+ agent skills and data sources.
QVerisBot is the unified skill interface for OpenClaw, OpenCode, vibe coding, Claude Code, Cursor, and MCP-compatible agents. With QVerisBot, you can seamlessly integrate a vast ecosystem of agent skills and data sources including Finance, Weather, Search, and much more.
This repository contains the Docker implementation of QVerisBot, allowing you to quickly deploy and manage QVerisBot in containerized environments.
The main QVerisBot project is hosted at: github.com/QVerisAI/QVerisBot
Visit the QVeris Official Website: https://qveris.ai
QVeris is building the platform for connecting AI Agents to enterprise-grade skills and data sources.
- 🤖 10,000+ Agent Skills - Access a comprehensive library of pre-built skills and integrations
- 🔌 Unified Skill Interface - Compatible with OpenClaw, OpenCode, vibe coding, Claude Code, Cursor, and MCP
- 📊 Finance Integration - Real-time financial data and analytics
- 🌤️ Weather Services - Global weather data and forecasting
- 🔍 Search Capabilities - Powerful search and information retrieval
- 📈 Data Sources - Connect to thousands of data sources
- 🐳 Docker Support - Easy containerized deployment
- Docker and Docker Compose
- Git
git clone https://github.com/QVerisAI/QVerisBot.git
cd QVerisBot-docker
# build the image; it pre-populates /root/.config/matplotlib/matplotlibrc
# the Dockerfile now installs fontconfig and uses the EPEL package
# `google-noto-sans-cjk-fonts` for Chinese/Japanese/Korean support.
docker build -f docker/Dockerfile -t qverisbot:latest .
# run the container; entrypoint will also ensure the file exists at startup
docker run -d --name qverisbot qverisbot:latest
⚠️ Troubleshooting: if you ever inspect the container and/root/.configis missing, the image build step created the directory, but a later volume mount or runtime change may have hidden it. The entrypoint script now recreates thematplotlibrcautomatically, so the config will always be available inside the running container.
For detailed documentation, configuration options, and usage examples, please visit:
For issues, questions, or contributions, please visit the QVerisBot GitHub Issues page.
Please refer to the main QVerisBot repository for license information.
QVeris - Empowering AI Agents with Enterprise-Grade Skills and Data Sources