jk

jk is a skill for Claude Code from avivsinai/jenkins-cli. It costs 26 tokens per session (750 once invoked), scanned A, original, MIT.

A command-line interface for managing Jenkins controllers, which run automated builds and pipelines.

In plain words
What is it for?
Use it to manage jobs, pipeline configurations, runs, logs, artifacts, credentials, nodes, queues, and authentication.
Why use it?
It gives developers and operators scriptable commands for Jenkins tasks instead of relying only on the web interface.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the jk plugin — 1 skill shipped together

Good fit Use it to manage jobs, pipeline configurations, runs, logs, artifacts, credentials, nodes, queues, and authentication.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/avivsinai/jenkins-cli/jk
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 avivsinai/jenkins-cli --skill jk
Clone the repo
git clone --depth 1 https://github.com/avivsinai/jenkins-cli

Made for: Claude Code.

Or install jk, the plugin that ships this one along with the rest of its 1 skill.

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 jk

README.md
[![agentmods](https://agentmods.dev/badge/skills/avivsinai/jenkins-cli/jk/github.svg)](https://agentmods.dev/skills/avivsinai/jenkins-cli/jk)
Your own site
<a href="https://agentmods.dev/skills/avivsinai/jenkins-cli/jk"><img src="https://agentmods.dev/badge/skills/avivsinai/jenkins-cli/jk/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 jk

Your own site · 80×15
<a href="https://agentmods.dev/skills/avivsinai/jenkins-cli/jk"><img src="https://agentmods.dev/badge/skills/avivsinai/jenkins-cli/jk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 750 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 warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 70
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium Excessive Agency · line 357
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00026 $0.00750
Opus 5 $0.00013 $0.00375
Sonnet 5 $0.00005 $0.00150
Haiku 4.5 $0.00003 $0.00075

Measured yesterday against content hash ad5eb8e3d212, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

jk 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 yesterday.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • jk — 100% identical, 0 lines differ
skills/jk/SKILL.md · 82 lines

How it starts

The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Jenkins CLI

Use jk for Jenkins reads and changes. Inspect jk --help or a subcommand's help when syntax is uncertain. Check installation or version only when the command is unavailable or a requested feature has a known minimum version.

Route the task

Read only the rule that matches the request:

For exact flags and output modes, search references/commands.md for the subcommand.

Shared operating rules

  • Use the active context unless the user names another controller. Verify the target context before a state-changing or security-sensitive operation.
  • Prefer structured output (--json or --yaml) when another tool or script will consume the result.
  • Inspect a job's declared parameters before starting a parameterized run; do not guess names or values.
  • Treat job configuration, credentials, nodes, plugins, queue cancellation, and run deletion as state-changing operations. Show the resolved target and follow the user's authorization.
  • Never print, store, or echo Jenkins tokens or credential secrets. Browser SSO access tokens are not Jenkins API tokens; follow rules/auth.md.
  • Do not weaken TLS verification unless the user explicitly chooses that risk.

Common reads

jk job ls
jk job view team/app
jk run ls team/app
jk run view team/app 128
jk log team/app 128 --follow
jk artifact ls team/app 128
jk test report team/app 128
jk queue ls

Read the full file on GitHub · 82 lines

Files

What ships with it

12 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. yesterday Changed · -369 lines · -52 tokens per session ad5eb8e3d212
  2. 9d ago First seen · 451 lines · 78 tokens per session scan A 9a44dfe2c00d

Subscribe to this mod's changes

jk is a skill published in the GitHub repository avivsinai/jenkins-cli (87 stars, last pushed 2d ago), licensed MIT. It adds 26 tokens to every session and 750 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

working-with-lacquer

Use when working in a lacquer-managed project (one with a .lacquer.toml) and anything about that management comes up: the drift audit inside the "Detect changed paths" CI job fails, lacquer audit exits 3/4/6, a lint config or CI workflow you edited reverts on the next sync, a hook or workflow needs changing, the…

patrickserrano/lacquer · 113 tokens

github-ci-fix

Use when PR checks fail, CI is red, or GitHub Actions workflows break - systematically inspects failing checks via gh CLI, pulls logs, checks for flakiness and scopes the breaking commit, scopes external checks, then creates fix plan using existing plan skill.

patrickserrano/lacquer · 57 tokens

macos-ci-recipes

Copy-in CI recipes for adding macOS build/test/lint to a project on the ios profile — either a macOS-only app with no iOS target, or a hybrid app that also ships a separate macOS scheme sharing code with an iOS target. Use when scaffolding CI for a new macOS app, or adding a macOS target/scheme to an existing iOS…

patrickserrano/lacquer · 150 tokens

agentic-actions-auditor

Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct…

onfire7777/universal-ai-skills-library · 105 tokens

appveyor-automation

Automate Appveyor tasks via Rube MCP (Composio). Always search tools first for current schemas.

onfire7777/universal-ai-skills-library · 27 tokens

appcircle-automation

Automate Appcircle tasks via Rube MCP (Composio). Always search tools first for current schemas.

onfire7777/universal-ai-skills-library · 27 tokens