A GitHub workflow template that runs cloudwaddie-agent (an autonomous bot made by CloudWaddie) on @cloudwaddie-agent mentions in issue/PR comments.
- Listens for issue/PR comments that mention
@cloudwaddie-agent - Runs oh-my-opencode as a dependency
- Uses free OpenCode models (no authentication required by default)
- Posts a helpful comment back via
gh
- Create a repo from this template (or copy the workflow file).
- Add repo secrets:
GH_PAT— GitHub PAT with repo scopeOPENCODE_AUTH_JSON— (optional) your OpenCode auth JSON for premium models
- Ensure the workflow file is enabled.
- Write workflow permissions (
contents: write,pull-requests: write) for fork and PR workflow - All write operations (comments, reactions, git operations) are performed via the
GH_PATtoken throughghCLI - No label management - uses emoji reactions instead (👀 when working, 👍 when done)
- The bot uses fork-based workflow: forks the repo, pushes to fork, creates PR to main
- The workflow only runs on mentions by a contributor (OWNER/MEMBER/COLLABORATOR/CONTRIBUTOR)
- Uses free OpenCode models by default (opencode/big-pickle)
- Authentication is optional - works with free models out of the box
- The bot always posts at least one comment explaining what it did or found