jfrog

Orchestrate JFrog Platform automation via CLI and REST/GraphQL APIs.

19|7|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/jfrog/jfrog-skills --skill jfrog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jfrog
Source: https://github.com/jfrog/jfrog-skills/tree/main/skills/jfrog
Command: npx skills add https://github.com/jfrog/jfrog-skills --skill jfrog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, uuidgen, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Streamlines JFrog Platform automation by wrapping the CLI and REST/GraphQL APIs into repeatable, orchestrated workflows, reducing setup time and human error when managing Artifactory, Xray, and related services.

Core Features & Use Cases

  • Environment checks and server resolution to ensure CLI readiness and proper server targeting.
  • Cross-product automation for Artifactory operations, GraphQL OneModel queries, security lookups, and project administration.
  • Typical use: bootstrap a session, authenticate via CLI, and route intents to specialized workflow skills.

Quick Start

Run the environment check to initialize the skill and begin issuing JFrog CLI/API commands against your configured server.

Frequently Asked Questions about jfrog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate JFrog Artifactory repository operations via CLI?

Automate JFrog Artifactory repository operations by using the JFrog CLI and REST APIs to execute repeatable workflows for artifact management. This approach wraps environment checks and server resolution into non-interactive scripts, reducing human error.

What is the best way to run JFrog Xray security checks non-interactively?

Run JFrog Xray security checks non-interactively by orchestrating REST and GraphQL API calls through the JFrog CLI. This enforces environment readiness and routes security lookups automatically without manual input, ensuring consistent results.

Do I need jq and curl to automate JFrog Platform tasks?

Yes, you need jq and curl to automate JFrog Platform tasks because the workflows rely on JSON tooling for non-interactive execution. These dependencies enable proper API request handling and response parsing for Artifactory and Xray.

Can I use GraphQL to query JFrog OneModel APIs for artifact management?

Yes, you can use GraphQL to query JFrog OneModel APIs for artifact management and security lookups. The automation applies GraphQL alongside REST APIs to manage cross-product tasks across Artifactory and Xray efficiently.