a2c098805f7e12a9c9bb4c03319fb01936d90812
- Agent now supports GITEA_API_TOKEN environment variable - Automatically creates Gitea repos for new VPS projects - Includes setup guide for generating and storing API tokens - Falls back gracefully if token not available - Reduces manual repo creation steps on new VPS instances
Homelab Agents
Central storage for AI agent prompts shared across all VPS instances.
Structure
agents/- Agent prompt definitionstemplates/- Template files for agents and session summariesscripts/- Installation and utility scripts
Usage
Clone this repository on any VPS:
git clone http://100.120.125.113:3000/pdm/homelab-agents.git ~/.homelab-agents
Update agents:
cd ~/.homelab-agents && git pull
Available Agents
- sysadmin-session-closer - Automatically closes and documents dev sessions
Description
Languages
Shell
100%