Each addon is a self-contained package bundling backend routes, frontend pages,
agent skills, and thinking protocols — install and go.
Personal budget management addon with full agent integration. Track income, expenses, accounts, loans, and investments with monthly history. Your AI agents can view your financial status and add entries on your behalf.
Track income and expenses by month with category breakdowns, running totals, and trend analysis.
Manage multiple accounts, credit cards, and loans. Track balances, interest rates, and payment schedules.
Agents can view your budget and add entries via skills. Ask your agent to log expenses or check your balance.
Visual charts for spending patterns, category distributions, and month-over-month comparisons.
budget_view
View current month's budget, balances, and financial summary
budget_add_entry
Add income or expense entry to the budget
Prediction market integration via the Polymarket API. Browse events, check odds, place bets, and track your positions — all from the Babber dashboard or through your AI agents with dedicated thinking protocols.
Browse active prediction markets with real-time odds, volume, and liquidity. Filter by category and status.
Place bets directly from the UI or let your agent decide. Supports limit orders with configurable amounts.
View open positions, P&L, and bet history. Track performance across all your prediction market activity.
Includes a dedicated thinking protocol that guides agents through market analysis and bet decision-making.
polymarket_events
Search and browse active prediction market events
polymarket_event_odds
Get current odds and market details for a specific event
polymarket_place_bet
Place a bet on a prediction market outcome
polymarket_positions
View current open positions and unrealized P&L
polymarket_history
Get bet history with outcomes and performance
polymarket_balance
Check wallet balance and available funds
Every addon is a folder in addons/ with a manifest.json.
Add backend routes, frontend pages, agent skills, and thinking protocols — all in one package.
{
"id": "my_addon",
"name": "My Custom Addon",
"description": "What this addon does",
"icon": "mdi-puzzle",
"version": "1.0.0",
"author": "you",
"route": {
"path": "/addons/my-addon",
"name": "MyAddon",
"title": "My Addon"
},
"settings": [
{ "key": "my_setting", "default": "value" }
],
"protocols": ["my_protocol"],
"skills": ["my_skill_1", "my_skill_2"]
}
FastAPI routes auto-registered by the addon loader. Define your API endpoints here.
Vue 3 + Vuetify component auto-loaded into the app. Full access to stores and API.
Agent skills with input schemas. Agents invoke your skills autonomously during execution.
Thinking protocols that guide agent reasoning. Define step-by-step decision workflows.
Babber is free, open-source, and self-hosted. Install addons or build your own.