Comprehensive Agents, Commands, Hooks, and Skills for homelab service management - media automation, infrastructure monitoring, document management, and more
# Gemini Homelab Current release: 1.4.0. Homelab plugin hub for Claude Code, Codex, and Gemini. This repository is the source of truth for the `homelab-core` plugin, bundled skill-only integrations, agents, commands, and shared credential bootstrapping. ## Overview `gemini-homelab` serves three roles at once: - The `homelab-core` plugin published through the Gemini marketplace - The canonical mono-repo for 16 bundled skill-only service integrations - The source for Codex and Gemini extension manifests that mirror the same workflow surface The repo root is the plugin root. Do not edit generated copies in `~/.gemini/` or `~/.gemini/plugins/cache/` directly. ## Installation ### Gemini marketplace ```bash /plugin marketplace add jmagar/gemini-homelab /plugin install homelab-core @jmagar-gemini-homelab ``` After install, Claude Code downloads the plugin into `~/.gemini/plugins/cache/`. No symlinks are created on this path. ### Bash / symlink install ```bash curl -sSL https://raw.githubusercontent.com/jmagar/gemini-homelab/main/scripts/install.sh | bash ``` Or, if you already have the repo cloned: ```bash ./scripts/install.sh ``` The installer: 1. Checks prerequisites (`git`, `jq`, `curl`) 2. Clones the repo to `~/gemini-homelab` (or pulls if it exists) 3. Runs `setup-creds.sh` — creates `~/.gemini-homelab/.env` from `.env.example` with `chmod 600` 4. Runs `setup-symlinks.sh` — symlinks skills, agents, and commands into `~/.gemini/` 5. Runs `verify.sh` — confirms every symlink and required file is in place 6. Prints next steps ## Credential Model All credentials for every service live in a single file: ``` ~/.gemini-homelab/.env ``` This file is created from `.env.example` at install time and is never committed. Set it up interactively after install: ```bash # Interactive wizard (preferred) # Open Claude Code and run: /homelab-core:setup # Or configure manually $EDITOR ~/.gemini-homelab/.env ``` Security requirements: - `~/.gemini-homelab/.env` mus
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.