jfrog-onemodel

Query JFrog Platform data via OneModel GraphQL with schema validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Queries the JFrog Platform via OneModel GraphQL to fetch and consolidate data about applications, release bundles, artifacts, builds, evidence, packages, and catalog information in a single API endpoint.

Core Features & Use Cases

  • Unified access to multiple domains via GraphQL OneModel
  • Supports get and search operations across applications, release lifecycle, evidence, and packages
  • Uses server-provided schema for safe, accurate queries and supports pagination, filtering, and variable-based queries

Quick Start

Ask the skill to query OneModel for all applications and their latest versions.

Frequently Asked Questions about jfrog-onemodel

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

FAQPage Schema
How do I query JFrog Platform data for applications and release bundles in one API call?

You can query JFrog Platform data by running GraphQL queries against OneModel, which unifies access to applications, release bundles, artifacts, builds, evidence, packages, and catalog data in a single endpoint.

What is OneModel GraphQL and how does it work with the JFrog Platform?

OneModel GraphQL is a unified query interface that uses a server-provided schema to safely fetch and consolidate data across multiple JFrog Platform domains, including builds, evidence, packages, and catalog information.

Can I use GraphQL variables and pagination to search JFrog applications and packages?

Yes, OneModel GraphQL supports variable-based queries and pagination to perform get and search operations across JFrog Platform applications, packages, and release lifecycle data.

Does querying JFrog OneModel require server schema resolution and authentication?

Yes, querying JFrog OneModel requires proper authentication and is scoped to operate on servers exposing the OneModel schema, enforcing field-level accuracy by validating against the resolved schema before execution.

What are the limitations of using GraphQL queries against JFrog Platform OneModel?

OneModel GraphQL queries are limited to servers exposing the OneModel schema, meaning operations require proper authentication and schema resolution, and rely on server-provided field validation to ensure accurate execution.