Agent Plugins Marketplace
All plugins

kits-jenkins

v0.2.0

Download Jenkins workspaces with hidden files and optional dependency, cache and artifact filtering.

CodexAgent Plugins1 Skill

By AOFNH0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 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 kits-jenkins for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add kits-jenkins@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

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/AOFNH/kits-jenkins

Clone 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

kits-jenkins/
├── .codex-plugin/plugin.json
├── plugin.json
└── skills/jenkins-workspace/SKILL.md

Included Skills1

jenkins-workspaceskills/jenkins-workspace/SKILL.md

Download or inspect Jenkins workspaces from project or workspace URLs, preserving hidden files and optionally excluding node_modules, dependency cache contents and packaged artifacts. Use for workspace retrieval, not for triggering builds, changing jobs or deploying applications.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "kits-jenkins",
  "version": "0.2.0",
  "description": "Download Jenkins workspaces with hidden files and optional dependency, cache and artifact filtering.",
  "author": {
    "name": "AOFNH",
    "url": "https://github.com/AOFNH"
  },
  "homepage": "https://github.com/AOFNH/kits-jenkins",
  "repository": "https://github.com/AOFNH/kits-jenkins",
  "keywords": [
    "jenkins",
    "workspace",
    "download",
    "source-code",
    "cli"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Jenkins Workspace",
    "shortDescription": "Download Jenkins workspaces with hidden files and optional dependency filtering",
    "longDescription": "Download Jenkins workspaces with hidden files, including .git, and optionally exclude node_modules, dependency cache contents and packaged artifacts. Authenticate with a browser session or API token and receive a verification report. Requires Python 3.9+. Browser authentication requires the Kimi browser extension and local bridge.",
    "developerName": "AOFNH",
    "category": "Productivity",
    "capabilities": [],
    "websiteURL": "https://github.com/AOFNH/kits-jenkins",
    "defaultPrompt": [
      "Download this Jenkins project with hidden files, excluding dependencies, cache contents and build artifacts.",
      "Download this Jenkins project's full workspace, including node_modules and build artifacts."
    ]
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "kits-jenkins",
  "version": "0.2.0",
  "description": "Download Jenkins workspaces with hidden files and optional dependency, cache and artifact filtering.",
  "author": {
    "name": "AOFNH",
    "url": "https://github.com/AOFNH"
  },
  "homepage": "https://github.com/AOFNH/kits-jenkins",
  "repository": "https://github.com/AOFNH/kits-jenkins",
  "keywords": [
    "jenkins",
    "workspace",
    "download",
    "source-code",
    "cli"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Jenkins Workspace",
        "shortDescription": "Download Jenkins workspaces with hidden files and optional dependency filtering",
        "longDescription": "Download Jenkins workspaces with hidden files, including .git, and optionally exclude node_modules, dependency cache contents and packaged artifacts. Authenticate with a browser session or API token and receive a verification report. Requires Python 3.9+. Browser authentication requires the Kimi browser extension and local bridge.",
        "developerName": "AOFNH",
        "category": "Productivity",
        "capabilities": [],
        "websiteURL": "https://github.com/AOFNH/kits-jenkins",
        "defaultPrompt": [
          "Download this Jenkins project with hidden files, excluding dependencies, cache contents and build artifacts.",
          "Download this Jenkins project's full workspace, including node_modules and build artifacts."
        ]
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[kits-jenkins on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kits-jenkins)