JFrog Skills
Beta notice
JFrog Skills are in beta and distributed under the Apache License 2.0. For clarity: This software is provided "as-is" without warranty of any kind. Behavior, APIs, conventions, and structure may change without notice between releases. JFrog makes no guarantees of backward compatibility during the 0.x release cycle. Use in production environments is at your own risk.
JFrog Skills are packaged instructions and reference material that make it easier for you to work with the JFrog Platform using AI coding agents. The skills give the agent structured context: platform concepts, command and API patterns, entity relationships, and guardrails for safe execution. With JFrog Skills, your AI agent matches your natural-language request to the right skill material and uses the JFrog CLI (jf), REST API, and GraphQL APIs to complete your request.
The jfrog-skills repositoryprovides the framework for you to search and download artifacts, review security and Curation signals, trace builds, or complete administration tasks using natural language in your AI agent.
Requirements
To use JFrog Skills, the following are required:
curlandjqin the environment where the agent runs shell commands.- A reachable JFrog Platform instance configured for the JFrog CLI through
jf config add
Install JFrog Skills
To install JFrog Skills:
- Run one of the following commands:
- To install from the remote repository:
npx skills add [email protected]:jfrog/jfrog-skills.git --skill jfrog --skill jfrog-package-safety-and-download - To install from a local clone of the remote repository:
npx skills add . --skill jfrog --skill jfrog-package-safety-and-download
- To install from the remote repository:
Tip
For usage information, run
npx skills --help.
Related Links
Updated about 2 hours ago
