infra-jenkins-pipeline-ops

infra-jenkins-pipeline-ops is a skill for Claude Code, Codex from seed-forge/harness-ai-kit. It costs 27 tokens per session (443 once invoked), scanned A, original, Apache-2.0.

A configuration-based toolkit for operating Jenkins jobs, credentials, plugins and shared libraries. Jenkins is a server that automates software builds, tests and delivery workflows.

In plain words
What is it for?
Use it to check Jenkins health, inspect jobs and configurations, review or update pipelines, manage plugins and shared libraries, and verify changes after they are made.
Why use it?
It provides a repeatable way to inspect Jenkins and diagnose pipeline problems while keeping credentials in Jenkins rather than in source files.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check Jenkins health, inspect jobs and configurations, review or update pipelines, manage plugins and shared libraries, and verify changes after they are made.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seed-forge/harness-ai-kit/infra-jenkins-pipeline-ops
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add seed-forge/harness-ai-kit --skill infra-jenkins-pipeline-ops
Clone the repo
git clone --depth 1 https://github.com/seed-forge/harness-ai-kit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for infra-jenkins-pipeline-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/seed-forge/harness-ai-kit/infra-jenkins-pipeline-ops/github.svg)](https://agentmods.dev/skills/seed-forge/harness-ai-kit/infra-jenkins-pipeline-ops)
Your own site
<a href="https://agentmods.dev/skills/seed-forge/harness-ai-kit/infra-jenkins-pipeline-ops"><img src="https://agentmods.dev/badge/skills/seed-forge/harness-ai-kit/infra-jenkins-pipeline-ops/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for infra-jenkins-pipeline-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/seed-forge/harness-ai-kit/infra-jenkins-pipeline-ops"><img src="https://agentmods.dev/badge/skills/seed-forge/harness-ai-kit/infra-jenkins-pipeline-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 443 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00443
Opus 5 $0.00014 $0.00221
Sonnet 5 $0.00005 $0.00089
Haiku 4.5 $0.00003 $0.00044

Measured 12d ago against content hash 305ce00fbe86, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

infra-jenkins-pipeline-ops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/infra-jenkins-pipeline-ops/SKILL.md · 55 lines

What it actually says

Jenkins Pipeline Operations

Purpose

Use this Skill to inspect or operate a Jenkins instance, review a Jenkinsfile, or diagnose a Jenkins Pipeline. It works with self-hosted and managed Jenkins deployments and does not assume a particular network, container host, registry or source-control server.

Required Configuration

Configure the companion CLI in ~/.harness-ai-kit/config.yaml:

assets:
  jenkinsctl:
    jenkins_url: https://jenkins.example.com/
    jenkins_user: automation-user
    jenkins_api_token: <store-outside-source-control>

The checked-in config.defaults.yaml defines the complete schema. Command-line values override the global configuration. Environment variables are CI-only fallbacks; do not put tokens in a repository or an agent instruction file.

Workflow

  1. Confirm the target Jenkins URL, intended action and whether it changes shared platform state.
  2. Run jenkinsctl doctor and use read-only job/configuration commands first.
  3. Export the current job configuration before an update, disable or delete.
  4. Keep credentials in the Jenkins credential store and reference their IDs; never put credential material in a Jenkinsfile.
  5. After a write, read the relevant job/configuration back and report the effective result.

Guardrails

  • Prefer the REST API or jenkins-cli.jar; use SSH CLI only when explicitly configured by the operator.
  • Treat job deletion, credential changes, plugin changes and global tool or shared-library configuration as high-impact operations.
  • jenkinsctl applies role checks from ~/.harness-ai-kit/config.yaml. Read-only commands are available to consumers; daily delivery actions need contributor access; shared platform and credential changes need maintainer access.
  • Use generic service URLs and documentation IP ranges in examples. Do not copy hostnames, private addresses, tokens, credentials or deployment topology into public material.
Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 55 lines · 27 tokens per session scan A 305ce00fbe86

Subscribe to this mod's changes

infra-jenkins-pipeline-ops is a skill published in the GitHub repository seed-forge/harness-ai-kit (22 stars, last pushed 11d ago), licensed Apache-2.0. It adds 27 tokens to every session and 443 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

Prompt Version Control Workflow

Sets up a prompt versioning system with naming conventions, diff tracking, A/B evaluation gates before promotion, and rollback triggers.

Notysoty/openagentskills · 30 tokens

production-release-gating

Stop every push/merge to main from shipping to production — deploy only on a real release. Use when a merge to main unexpectedly deploys to prod, when you want production to deploy only on a semantic-release version (not every commit), when setting up preview-on-feature-branch but gated-prod-on-main, wiring a Vercel…

stealth-factory/skills · 191 tokens

vercel-preview-cleanup

Install a GitHub Actions workflow that deletes a branch's Vercel PREVIEW deployments when that branch is deleted — every deployment it accumulated, not just the aliased URL (Vercel keeps one immutable deployment per push, so a 15-push branch leaves 15 live URLs). Requires Vercel; if you just want stale git branches…

stealth-factory/skills · 160 tokens

code-complexity-stats-pr

Add a GitHub Actions workflow that posts code-size and cost statistics — lines of code, per-language breakdown, complexity, and a COCOMO "what would this cost to build" estimate — as a sticky comment on every pull request, using scc. Use when you want a per-PR code-stats or "worth of the codebase" comment, to show LOC…

stealth-factory/skills · 161 tokens

bazel-build-optimization

Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.

wshobson/agents · 36 tokens

chinese-git-workflow

A reference for configuring Git with Chinese code-hosting services such as Gitee, Coding.net, GitLab China, and CNB, including SSH, HTTPS, credentials, CI, and repository mirroring.

jnMetaCode/superpowers-zh · 69 tokens