jfrog-onemodel

Installation
SKILL.md

API transport: Prefer jf api (JFrog CLI 2.100.0+). See jf-api-patterns.md (path-only URLs; auth from jf config). Examples using curl with $JFROG_URL + bearer token are fallback when the CLI is missing or below 2.100.0.

JFrog OneModel

Run OneModel GraphQL queries against the JFrog Platform to fetch information about applications, release bundles, artifacts, builds, evidence, packages, and more through the unified OneModel endpoint.

Prerequisites

  • "jfrog-cli" skill — this skill depends on the sibling "jfrog-cli" skill for CLI installation and server configuration. Ensure it is installed.
  • JFrog CLI (jf) configured with at least one server — needed to resolve the JFrog Platform URL and access token.
  • Artifactory 7.104.1+ — OneModel GraphQL requires this minimum version.
  • Access token with wildcard audience (*@*) — the token must be scoped to the content being queried.

Workflow

Follow these steps in order. Skipping the schema fetch (step 2) is the most common source of errors — queries built from assumptions or cached knowledge will fail on servers whose schema differs from what you expect.

Related skills

More from jfrog/ai-agent-examples

Installs
9
GitHub Stars
5
First Seen
Apr 16, 2026