buddy-ai-setup

Configure cron-based daily, weekly, and monthly insights via Anthropic Claude API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fedickinson/budget-buddy-2 --skill buddy-ai-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: buddy-ai-setup
Source: https://github.com/fedickinson/budget-buddy-2/tree/main/.claude/skills/buddy-ai-setup
Command: npx skills add https://github.com/fedickinson/budget-buddy-2 --skill buddy-ai-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the integration of Anthropic Claude into Buddy AI, enabling automated insight generation via cron jobs.

Core Features & Use Cases

  • Setup and configuration of API key and environment
  • Automated daily/weekly/monthly insights generation
  • Troubleshooting guidance and logging

Quick Start

Add your ANTHROPIC_API_KEY to .env, install anthropic>=0.40.0, create the required database tables, and configure three cron jobs.

Frequently Asked Questions about buddy-ai-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily, weekly, and monthly insights generation using the Anthropic Claude API?

Automate Anthropic Claude API insights generation by configuring cron-based scheduling for daily, weekly, and monthly tasks. This requires a valid ANTHROPIC_API_KEY in your .env file and three cron entries using absolute paths to trigger the automated jobs.

What database tables do I need for setting up automated AI insights with cron scheduling?

Setting up automated AI insights with cron scheduling requires a budget_buddy.db database containing weekly_reflections, weekly_plans, and monthly_reflections tables. You must run local database migrations to create these required tables before configuring the cron jobs.

Do I need a Python virtual environment to configure Claude API for automated insights?

Yes, configuring Claude API for automated insights requires a Python virtual environment with the anthropic package version 0.40.0 or higher installed. The virtual environment ensures the correct dependencies are available for the cron-based insight generation tasks.

Why are my cron jobs for AI insights generation not working?

Cron jobs for AI insights generation fail when not using absolute paths. Ensure your three cron entries use absolute paths to the Python executable and scripts, and verify your ANTHROPIC_API_KEY is correctly set in the .env file within the working directory.

Does Buddy AI setup work in both development and production environments?

Yes, Buddy AI setup supports both development and production environments. The configuration process covers environment-specific setup for API integration, cron scheduling, and database migrations to enable automated insights generation across different deployment contexts.

What is the best way to troubleshoot automated daily and weekly AI insights failures?

Troubleshoot automated daily and weekly AI insights failures by checking the generated logging outputs. The setup includes logging guidance to help diagnose issues with API connectivity, cron execution, and database table access for the scheduled insight tasks.