JFrog Artifactory

Manage Artifactory repositories, deploy artifacts, and query with AQL.

5|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/jfrog/ai-agent-examples --skill jfrog-artifactory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: JFrog Artifactory
Source: https://github.com/jfrog/ai-agent-examples/tree/main/platform-features/skills/jfrog-artifactory
Command: npx skills add https://github.com/jfrog/ai-agent-examples --skill jfrog-artifactory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Artifactory workflow is simplified by providing structured guidance for repository management, artifact deployment and retrieval, AQL queries, and build integration across Artifactory deployments.

Core Features & Use Cases

  • Manage repositories: create, configure, and query local, remote, virtual, and federated repos.
  • Artifact operations: deploy, download, and inspect artifacts; build-info integration and AQL-based search.
  • Cross-Cluster workflows: replication and federation across JPDs with CLI and REST API guidance.
  • Use Case: Onboard a project by creating a local repo, deploying an artifact, and querying its metadata via AQL.

Quick Start

Ask the agent to create a local repository, deploy an artifact, and run a build-info query in Artifactory.

Frequently Asked Questions about JFrog Artifactory

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

FAQPage Schema
How do I create and configure local, remote, and virtual repositories in Artifactory?

Automated repository management provides structured guidance for creating and configuring local, remote, virtual, and federated repos. It uses the jfrog CLI and REST API transport to apply settings consistently across Artifactory deployments.

What is the best way to deploy artifacts and run build-info queries in Artifactory?

Artifact deployment and build-info queries are streamlined through CLI-guided automation. You can deploy artifacts, integrate build metadata, and query artifact details using AQL-based search within a single workflow.

How does AQL search work for finding artifacts in Artifactory repositories?

AQL-based search queries artifact metadata across Artifactory repositories. It automates query construction and execution via the REST API to retrieve specific build-info and artifact data.

Do I need the jfrog CLI to manage Artifactory replication and federation?

Yes, managing replication and federation across JPDs requires jfrog CLI 2.100.0+ for API transport. It enforces credentials via the Authorization header to execute cross-cluster workflows.

Can I integrate Artifactory build-info semantics directly into my deployment workflow?

Yes, build-info integration is supported during artifact deployment. It references Artifactory REST APIs and build-info semantics to link deployed artifacts with their build metadata.

Why does my Artifactory API request fail when using the REST API?

Artifactory REST API requests fail without proper authentication. It enforces credentials via the Authorization header and requires jfrog CLI 2.100.0+ to properly transport API calls.