list-releases

Extract release history for Manifest applications by lease UUID.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/manifest-network/manifest-agent-plugin --skill list-releases
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-releases
Source: https://github.com/manifest-network/manifest-agent-plugin/tree/main/skills/list-releases
Command: npx skills add https://github.com/manifest-network/manifest-agent-plugin --skill list-releases

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to retrieve and review the deployment and version history of their Manifest applications, helping them track updates and manage releases effectively.

Core Features & Use Cases

  • Release History Retrieval: Access the chronological list of app releases associated with a specific lease UUID.
  • Visualization: Presents data in a Markdown table sorted by release date for easy interpretation.
  • Use Case: A developer wants to verify the latest deployment versions or roll back to a previous release by examining historical data.

Quick Start

Ask the AI to show the release history for a specific app deployment using its lease UUID.

Frequently Asked Questions about list-releases

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

FAQPage Schema
How do I view deployment and version history for a Manifest app?

To view Manifest release history, provide the specific app deployment lease UUID to retrieve a chronological list of releases. The data is extracted from stored JSON records and presented in a Markdown table sorted by release date for easy interpretation.

What is a lease UUID and why do I need it to track app releases?

A lease UUID is a unique identifier required to retrieve app release history. It acts as the key to query and extract the specific deployment data stored in JSON format, allowing you to track updates and manage releases for that exact application instance.

Can I use this to troubleshoot a deployment and find previous release versions?

Yes, you can troubleshoot deployments and review previous release versions using this tool. It extracts historical release data based on the lease UUID, helping developers verify the latest deployment versions or examine historical data to roll back to a previous release.

How are release records extracted and visualized for Manifest applications?

Release records are extracted by querying JSON data using MCP resources and scripts. The retrieved release history is visualized in a Markdown table sorted by release date, providing a clear chronological view to support deployment management and troubleshooting tasks.

What's the best way to manage Manifest app updates and verify the latest deployment?

The best way to manage Manifest app updates is to retrieve the release history using the lease UUID. This allows you to verify the latest deployment versions and access a chronological list of releases, ensuring you can track updates and manage releases effectively.