releases-cli

Search and manage changelog data from the Releases.sh registry via terminal.

3|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/buildinternet/releases-cli --skill releases-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: releases-cli
Source: https://github.com/buildinternet/releases-cli/tree/main/plugins/claude/releases/skills/releases-cli
Command: npx skills add https://github.com/buildinternet/releases-cli --skill releases-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The releases CLI enables anyone to search and browse the public changelog registry at releases.sh from the terminal, and lets API-key holders manage orgs, products, sources, and releases through admin commands.

Core Features & Use Cases

  • Reader commands — Search, inspect, and export changelog data. No API key required.
  • Admin commands — Add/edit sources, manage orgs and products, fetch releases, run policies. Requires RELEASED_API_KEY.
  • Local MCP bridge and plugin integration for Claude Code and MCP-based workflows.

Quick Start

Install the CLI and run a sample search to see how it can explore changelogs.

Frequently Asked Questions about releases-cli

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

FAQPage Schema
How do I search changelogs from the terminal?

To search changelogs from the terminal, use the reader commands in the releases-cli to query the public releases.sh registry without requiring an API key.

Do I need an API key to manage releases and organizations?

Yes, you need an API key to manage releases and organizations. Admin commands for fetching releases, editing sources, and managing orgs require the RELEASED_API_KEY environment variable to be set.

Can I export changelog data as JSON output?

Yes, you can export changelog data as JSON output. The CLI supports JSON output formatting for both reader search commands and authenticated admin operations.

Does the releases-cli work with MCP-based workflows?

Yes, the releases-cli works with MCP-based workflows. It provides a local MCP bridge and plugin integration specifically designed for Claude Code and other MCP-based development environments.

What network access is required to search and manage changelog data?

Searching and managing changelog data requires network access to api.releases.sh. The CLI needs this connection to perform both unauthenticated reader searches and authenticated admin operations.