Available Plugins
A curated directory of plugins available for Crow CI.
Plugin Sources
Section titled “Plugin Sources”Crow CI plugins are distributed across several organizations:
- crow-plugins - Official Crow CI plugins
- Woodpecker Plugins - Woodpecker CI ecosystem
- woodpecker-community - Community-maintained plugins
- thegeeklab - Popular plugin collection
- appleboy - Drone-compatible plugins
All Plugins
Section titled “All Plugins”| Name | Description | Category | Repository | Last Release |
|---|---|---|---|---|
| ansible Official | Execute Ansible playbooks | Build & Deploy | crow-plugins/ansible | v1.1.0 (Oct 12, 2025) |
| docker-buildx Official | Build multi-arch container images via buildx | Build & Deploy | crow-plugins/docker-buildx | v2.0.1 (Dec 5, 2025) |
| clone Official | Default Git clone plugin | Source Control | crow-plugins/clone | v1.0.2 (Oct 12, 2025) |
| sccache Official | Compiler cache using sccache | Build & Deploy | crow-plugins/sccache | v0.2.0 (Oct 12, 2025) |
| renovate Official | Dependency updater using renovate | Code Quality | crow-plugins/renovate | v1.0.0 (Nov 11, 2025) |
| Git Clone (Woodpecker) | Default clone plugin for Woodpecker | Source Control | woodpecker-ci/plugin-git | — |
| Docker Buildx (Woodpecker) | Build multi-arch Docker images with buildx | Build & Deploy | woodpecker-plugins/docker-buildx | v6.0.3 (Sep 30, 2025) |
| Codecov | Upload coverage reports to Codecov.io | Code Quality | woodpecker-ci/plugin-codecov | — |
| Surge Preview | PR website previews via surge.sh | Build & Deploy | woodpecker-plugins/plugin-surge-preview | 1.4.1 (Sep 30, 2025) |
| S3 | Upload files to Amazon S3 or Minio | Storage | woodpecker-plugins/plugin-s3 | v1.5.2 (Sep 30, 2025) |
| Node PM | Node.js package manager operations | Build & Deploy | woodpecker-plugins/node-pm | 1.3.6 (Dec 30, 2025) |
| Prettier | Format code with Prettier | Code Quality | woodpecker-plugins/prettier | 1.4.0 (Sep 30, 2025) |
| Extend Env | Extend environment variables | Utility | woodpecker-ci/plugin-extend-env | — |
| Trigger | Trigger other pipelines | Build & Deploy | woodpecker-plugins/trigger | v1.0.1 (Sep 30, 2025) |
| Git Release | Create releases on Git forges | Build & Deploy | woodpecker-plugins/release | v0.2.6 (Sep 30, 2025) |
| Trivy | Security scanner for vulnerabilities | Security | woodpecker-plugins/trivy | v1.4.4 (Nov 30, 2025) |
| MkDocs | Build documentation with MkDocs | Documentation | woodpecker-plugins/mkdocs | v1.3.4 (Sep 30, 2025) |
| Release Helper | Automate release workflows | Build & Deploy | woodpecker-ci/plugin-ready-release-go | — |
| Reviewdog golangci-lint | Run golangci-lint with reviewdog | Code Quality | woodpecker-plugins/reviewdog-golangci-lint | v1.61.0 (Oct 22, 2024) |
| Reviewdog ESLint | Run ESLint with reviewdog | Code Quality | woodpecker-plugins/reviewdog-eslint | v9.12.0 (Oct 22, 2024) |
| Ansible (Woodpecker) | Execute Ansible playbooks | Build & Deploy | woodpecker-plugins/ansible | v1.0.7 (Sep 30, 2025) |
| Kaniko | Build container images without Docker daemon | Build & Deploy | woodpecker-ci/plugin-kaniko | — |
| Mastodon Post | Post updates to Mastodon | Notifications | woodpecker-plugins/mastodon-post | 0.2.0 (Sep 30, 2025) |
| Bluesky Post | Post updates to Bluesky | Notifications | woodpecker-plugins/bluesky-post | 0.1.0 (Oct 8, 2025) |
| Forge Deployments | Create deployment status on forges | Build & Deploy | woodpecker-ci/plugin-deployments | — |
| EditorConfig Checker | Verify EditorConfig compliance | Code Quality | woodpecker-plugins/editorconfig-checker | 0.3.2 (Sep 30, 2025) |
| OpenTofu | Execute OpenTofu/Terraform actions | Infrastructure | thegeeklab/wp-opentofu | — |
| S3 Action | S3 operations (sync, upload, download) | Storage | thegeeklab/wp-s3-action | — |
| GPG Sign | Sign artifacts via GPG | Security | thegeeklab/wp-gpgsign | — |
| Matrix | Send messages to Matrix | Notifications | thegeeklab/wp-matrix | — |
| Ansible (thegeeklab) | Run Ansible playbooks | Build & Deploy | thegeeklab/wp-ansible | — |
| Docker Buildx (thegeeklab) | Build Docker images with buildx | Build & Deploy | thegeeklab/wp-docker-buildx | — |
| Plugin Base | Base image for creating plugins | Development | thegeeklab/wp-plugin-go | — |
| Git Action | Git operations (clone, push, tag) | Source Control | thegeeklab/wp-git-action | — |
| Git Clone (thegeeklab) | Clone git repositories | Source Control | thegeeklab/wp-git-clone | — |
| Gitea Release | Publish files to Gitea releases | Build & Deploy | thegeeklab/wp-gitea-release | — |
| GitHub Comment | Add comments to GitHub issues and PRs | Utility | thegeeklab/wp-github-comment | — |
| Buildkit | Build OCI images with Buildkit | Build & Deploy | thegeeklab/wp-buildkit | — |
| Portainer Update | Trigger Portainer service updates | Build & Deploy | woodpecker-community/portainer-service-update | 0.2.0 (Oct 13, 2025) |
| Nix Remote Builder | Build Nix flakes remotely | Build & Deploy | woodpecker-community/nix-remote-builder-plugin | — |
| Peckify | Format code with Prettier, auto-update PRs | Code Quality | woodpecker-community/peckify | 0.2.0 (Oct 13, 2025) |
| SSH | Execute commands via SSH | Remote | appleboy/drone-ssh | — |
| SCP | Copy files via SCP | Remote | appleboy/drone-scp | — |
| Git Push | Push changes to Git repositories | Source Control | appleboy/drone-git-push | — |
| Telegram (appleboy) | Send Telegram notifications | Notifications | appleboy/drone-telegram | — |
| Discord (appleboy) | Send Discord notifications | Notifications | appleboy/drone-discord | — |
| Jenkins | Trigger Jenkins jobs | Build & Deploy | appleboy/drone-jenkins | — |
| Lambda | Deploy to AWS Lambda | Infrastructure | appleboy/drone-lambda | — |
| 48 plugins | ||||
Plugin Due Diligence
Section titled “Plugin Due Diligence”When evaluating a plugin, consider:
- Maintenance status - When was the last commit? (check the “Last Release” column above)
- Documentation quality - Is usage clearly documented?
- Secret handling - Does it properly document what secrets it needs?
- Open issues - Are there unresolved security concerns?
Contributing
Section titled “Contributing”Want to list your plugin here? Use the “Edit page” link in the sidebar to submit a pull request.
Creating a new plugin? Use crow-plugins/plugin-lib as a foundation.