EXTENSIONS
User-built models, drivers, vaults, and reports — the parts that plug into swamp.
Filter by what you need and pull what fits.
Github Project Activity
Swamp-backed GitHub project activity database and maintainer briefing reports: repository/issue/PR/CI snapshots, chronological public/private activity events, artifacts, PR dossiers, and private/manual/agent maintainer notes.
Gitlab
Read and write GitLab data via GraphQL (REST fallback for branches and
Woodpecker
Careful administration of a Woodpecker CI server over its REST API, authenticated with a personal access token. Onboard and configure repositories (enable, mark trusted, set timeout/visibility/approval), promote shared CI credentials to org- or repo-scoped secrets idempotently, inspect recent pipelines, and trigger runs. Mutations are additive or reversible (disable/secret-delete undo by re-running enable/set); secret values are write-only — supplied via a vault reference, sent once, and never read back or emitted.
Github
GitHub resource models (repos, issues, PRs, members, Actions runs) using Octokit REST SDK
Github/actions
Track GitHub Actions workflow runs for a pull request — list latest runs and watch until completion via Octokit REST SDK
Github
List GitHub pull requests via the gh CLI from swamp workflows.