PopeBot Operations
Installation
SKILL.md
PopeBot Operations Skill
Overview
PopeBot (thepopebot) is an autonomous AI agent system deployed at d:\dev_aiwinsor\popebot_agent\. It runs primarily via GitHub Actions for completely autonomous operation.
GitHub Repo: winsorllc/upgraded-carnival (PUBLIC — for unlimited free Actions minutes)
Architecture
Schedule (CRONS.json) → GitHub Actions (job/** branch) → Pulls Docker Image → Executes Job → Opens PR
- GitHub Actions Runner: Runs
stephengpope/thepopebot:job-1.2.71container. - Local Event Handler: A local Docker container (
thepopebot-event-handler) that can be used to runghCLI commands to interact with the repository and jobs. (Note: The Next.js web chat portion crashes on startup).