jfrog-package-curation
Installation
SKILL.md
JFrog Package Curation
Prerequisites
- Read
../jfrog/SKILL.mdfor JFrog Platform concepts, domain model, CLI setup, and API patterns. - OneModel shapes drift by server version. Before inventing GraphQL fields or
wherefilters, read../jfrog/references/onemodel-graphql.md(schema fetch workflow) and../jfrog/references/onemodel-query-examples.md(Public packages, Stored packages). Regenerate or verify queries againstGET "$JFROG_URL/onemodel/api/v1/supergraph/schema"when examples fail validation.
Which path do I need?
- Package hasn't been checked or downloaded yet (is it safe / allowed / curated? download it) → go to Check & download below.
- A package operation already failed —
ETARGET(npm), "no matching distribution" (pip),NU1102(NuGet), a version missing/stripped from the registry,403/ "blocked by curation policy", or an approved waiver not taking effect → go to Troubleshoot a failure below.
Troubleshoot a failure
Requires the JFrog MCP curation tools (
jfs_curation_*); nojfCLI equivalent is used in this path. See the skill'scompatibilitynote.