woodpecker-ci
v1.1.3Manage Woodpecker CI through agent tools.
By JurisLMLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install woodpecker-ci for Codex
codex plugin marketplace add jurislm/woodpecker-ci-plugin
codex plugin marketplace upgrade jurislm-woodpecker
codex plugin add woodpecker-ci@jurislm-woodpeckerPaste and run these commands in a terminal with Codex. They add and refresh the jurislm-woodpecker catalog, then install this plugin.
Compatibility: the page URL and API slug “woodpecker-ci” remain stable.
- Codex:
woodpecker-ci@agent-plugin-marketplace→woodpecker-ci@jurislm-woodpecker
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/jurislm/woodpecker-ci-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json├── skills/woodpecker-ci/SKILL.md└── .mcp.json
Included Skills1
Use when the user asks to inspect, diagnose, trigger, approve, cancel, restart, or manage Woodpecker CI resources.
MCP servers1
- command
- bunx
- args
- -y @jurislm/woodpecker-ci-plugin@latest
Plugin manifests2
{
"name": "woodpecker-ci",
"version": "1.1.3",
"description": "Manage Woodpecker CI through agent tools.",
"author": {
"name": "JurisLM",
"url": "https://github.com/jurislm"
},
"repository": "https://github.com/jurislm/woodpecker-ci-plugin",
"license": "MIT",
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"apps": "./.app.json",
"interface": {
"displayName": "Woodpecker CI",
"shortDescription": "Manage Woodpecker CI through agent tools.",
"longDescription": "Inspect and control Woodpecker CI repositories, pipelines, logs, agents, secrets, and system state.",
"developerName": "JurisLM",
"category": "Developer tools",
"capabilities": [
"Read",
"Write"
],
"composerIcon": "./assets/woodpecker_ci.png",
"logo": "./assets/woodpecker_ci.png",
"websiteURL": "https://github.com/jurislm/woodpecker-ci-plugin",
"defaultPrompt": "Inspect the current Woodpecker CI status."
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "woodpecker-ci",
"version": "1.1.3",
"description": "Manage Woodpecker CI through agent tools.",
"author": {
"name": "JurisLM",
"url": "https://github.com/jurislm"
},
"homepage": "https://github.com/jurislm/woodpecker-ci-plugin",
"repository": "https://github.com/jurislm/woodpecker-ci-plugin",
"license": "MIT",
"keywords": [
"ci",
"woodpecker",
"devops",
"mcp"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Woodpecker CI",
"shortDescription": "Manage Woodpecker CI through agent tools.",
"longDescription": "Inspect and control Woodpecker CI repositories, pipelines, logs, agents, secrets, and system state.",
"developerName": "JurisLM",
"category": "Developer tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Inspect the current Woodpecker CI status."
],
"composerIcon": "./assets/woodpecker_ci.png",
"logo": "./assets/woodpecker_ci.png",
"websiteURL": "https://github.com/jurislm/woodpecker-ci-plugin"
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[woodpecker-ci on Agent Plugins Marketplace](https://pluginsmp.com/plugins/woodpecker-ci)