Fly Action banner
jfrog jfrog

Fly Action

Development community

Description

Release management platform for software teams. Every build your CI produces becomes a tracked release — linked to its commits, PRs, and artifacts, searchable by content from your IDE and available for your coding agents.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

JFrog Fly

JFrog Fly — GitHub Action

**Seamlessly integrate JFrog Fly, the AI-native registry, into your build and release pipelines.**

[![Scanned by Frogbot](https://raw.githubusercontent.com/jfrog/frogbot/refs/heads/master/images/frogbot-badge.svg)](https://docs.jfrog-applications.jfrog.io/jfrog-applications/frogbot) [![docs](https://img.shields.io/badge/Docs-%F0%9F%93%96-blue)](https://docs.fly.jfrog.com)

This action authenticates with JFrog Fly and configures your package managers — npm, pip, Maven, Go, Docker, and more — so they resolve and publish through Fly automatically. No tokens, no secrets, no manual setup.

- uses: jfrog/fly-action@v1

That's it. Every package manager on the runner is now wired to Fly.

What is JFrog Fly?

JFrog Fly is a release management platform for software teams. Every build your CI produces becomes a tracked release — linked to its commits, PRs, and artifacts, searchable by content from your IDE and available for your coding agents.

**Not affiliated with Fly.io** (the application deployment platform).

**From your coding agent you can:**

  • Find any release by what it contains: "Find the release that fixed the login bug"
  • Configure CI end-to-end: "Start working with Fly"
  • Deploy to Kubernetes: "Deploy the latest staging release to production"
  • Track what's running: "Is the login fix live in production?"

Works with Cursor, Claude Code, VS Code (Copilot), and OpenCode.

Install JFrog Fly

Fly Desktop installs in seconds and automatically configures your coding agent and package managers.

**macOS / Linux**

curl -fsSL https://fly.jfrog.ai/download/desktop | bash

**Windows**

powershell -c "irm https://fly.jfrog.ai/download/desktop | iex"

The app opens and walks you through sign-up. Once installed, open your IDE and ask:

Start working with Fly

Your agent connects your GitHub repo