brain-service-setup

Provision and reconfigure the Fritz Local Brain Docker service via an idempotent runbook.

2|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/intelligenttools-ai/fritz-ai-local --skill brain-service-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brain-service-setup
Source: https://github.com/intelligenttools-ai/fritz-ai-local/tree/main/skills/brain-service-setup
Command: npx skills add https://github.com/intelligenttools-ai/fritz-ai-local --skill brain-service-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This skill eliminates the complexity of manually configuring and maintaining the Fritz Local Brain Docker service, ensuring a consistent and reliable environment for your AI agents.

Core Features & Use Cases

  • Interactive Provisioning: A guided, step-by-step runbook that collects all necessary configurations for LLM backends, embeddings, and scheduling.
  • Idempotent Execution: Delegates all technical setup to the PROV1 engine, ensuring that re-running the setup is safe and only applies necessary changes.
  • Use Case: Use this when you need to switch your AI agent's backend from a cloud provider to a local Ollama instance or when you need to enable background knowledge synchronization.

Quick Start

Activate the brain-service-setup skill to begin the interactive configuration of your local brain Docker stack.

Frequently Asked Questions about brain-service-setup

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

FAQPage Schema
How do I configure a local AI brain service for Docker?

To configure a local AI brain service for Docker, you can use an interactive provisioning runbook that guides you through setting up LLM backends, embeddings, and scheduler intervals. This ensures a consistent environment for your AI agents.

How do I switch my AI agent backend to a local Ollama instance?

You can switch your AI agent backend to a local Ollama instance by re-running the interactive setup runbook. It manages LLM backend settings and safely applies the necessary environment variable updates through the PROV1 engine.

Is it safe to re-run Docker container provisioning to update API tokens?

Yes, re-running Docker container provisioning to update API tokens is safe because the process is idempotent. The PROV1 engine ensures atomic updates and only applies necessary changes to environment variables and container orchestration.

Does the brain service setup require Python to manage Docker infrastructure?

Yes, the brain service setup requires Python as a dependency to manage Docker infrastructure. It uses Python scripts to execute provisioning runbooks and coordinate container orchestration across diverse deployment environments.

What is the best way to enable background knowledge synchronization for an AI brain?

The best way to enable background knowledge synchronization for an AI brain is to use an interactive provisioning runbook. It configures scheduler intervals and embedding settings, delegating the technical setup to ensure atomic updates.