Available Plugins
A curated directory of plugins available for Crow CI. Plugins are grouped by category and source.
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
Official Plugins
Section titled “Official Plugins”Maintained by the Crow CI project.
| Name | Description | Repository |
|---|---|---|
| Ansible | Execute Ansible playbooks | crow-plugins/ansible |
| docker-buildx | Build multi-arch container images via buildx | crow-plugins/docker-buildx |
| clone | Default Git clone plugin | crow-plugins/clone |
| sccache | Compiler cache using sccache | crow-plugins/sccache |
Build & Deploy
Section titled “Build & Deploy”Plugins for building and deploying applications.
| Name | Description | Repository |
|---|---|---|
| Git Release | Create releases on Git forges | woodpecker-plugins/release |
| OpenTofu | Execute OpenTofu/Terraform actions | thegeeklab/wp-opentofu |
| Portainer Update | Trigger Portainer service updates | woodpecker-community/portainer-service-update |
| Surge Preview | PR website previews via surge.sh | woodpecker-plugins/plugin-surge-preview |
| Trigger | Trigger other pipelines | woodpecker-plugins/trigger |
Storage
Section titled “Storage”Plugins for file storage and artifact management.
| Name | Description | Repository |
|---|---|---|
| S3 | Execute S3 actions | woodpecker-plugins/plugin-s3 |
| S3-action | S3 operations with thegeeklab | thegeeklab/wp-s3-action |
| GPG Artifact Sign | Sign artifacts via GPG | thegeeklab/wp-gpgsign |
Notifications
Section titled “Notifications”Plugins for sending notifications and messages.
| Name | Description | Repository |
|---|---|---|
| BlueSky | Post on BlueSky | woodpecker-plugins/bluesky-post |
| Mastodon | Post on Mastodon | woodpecker-plugins/mastodon-post |
| Matrix | Send messages to Matrix | thegeeklab/wp-matrix |
Remote Operations
Section titled “Remote Operations”Plugins for remote server operations.
| Name | Description | Repository |
|---|---|---|
| Git SSH | Push to Git repos via SSH | appleboy/drone-ssh |
| Nix remote builder | Build Nix flakes remotely | woodpecker-community/nix-remote-builder-plugin |
Code Quality
Section titled “Code Quality”Plugins for code formatting and quality.
| Name | Description | Repository |
|---|---|---|
| Peckify | Format code with Prettier, auto-update PRs | woodpecker-community/peckify |
Finding More Plugins
Section titled “Finding More Plugins”This list is not exhaustive. To find additional plugins:
- Search Codeberg - Look for repositories with
woodpecker-pluginordrone-plugintopics - Search GitHub - Many Drone plugins work with Crow
- Check plugin registries - Woodpecker plugin index
Plugin Due Diligence
Section titled “Plugin Due Diligence”When evaluating a plugin, consider:
- Maintenance status - When was the last commit?
- 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? Open a pull request adding it to this page.