marketplace-plugin-ops

Manage marketplace plugin catalog parsing, install/uninstall flows, and UI/bridge synchronization.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MythologIQ/Zo-Qore --skill marketplace-plugin-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-plugin-ops
Source: https://github.com/MythologIQ/Zo-Qore/tree/main/.claude/commands/scripts/marketplace-plugin-ops
Command: npx skills add https://github.com/MythologIQ/Zo-Qore --skill marketplace-plugin-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of marketplace plugins and their integration within the Hearthlink ecosystem, ensuring smooth installation, uninstallation, and UI consistency.

Core Features & Use Cases

  • Catalog Parsing: Manages the logic for parsing marketplace catalog data.
  • Install/Uninstall Flows: Handles the complete process of installing and uninstalling plugins, including filesystem operations and error handling.
  • UI/Bridge Updates: Ensures the user interface and communication bridge are synchronized with backend changes.
  • Use Case: When a new plugin is added to the marketplace, this Skill ensures it can be correctly parsed, installed by users, and displayed properly in the UI.

Quick Start

Use the marketplace-plugin-ops skill to update the TS bridge for marketplace commands.

Frequently Asked Questions about marketplace-plugin-ops

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

FAQPage Schema
How do I parse marketplace catalog data for Hearthlink plugins?

Marketplace catalog parsing extracts plugin data from the Hearthlink catalog to enable installation. It processes catalog entries so plugins are correctly identified and made available for installation flows.

Why are my Hearthlink plugin installs failing due to UI and bridge desynchronization?

Plugin install failures occur when the UI and communication bridge are not synchronized with backend filesystem changes. Aligning Rust and TypeScript InstallStatus unions resolves these desynchronization issues.

How do I manage plugin install and uninstall flows in a local marketplace environment?

Managing plugin install and uninstall flows requires handling complete filesystem operations and associated errors. This ensures plugins are correctly added or removed from the local environment without leaving residual files.

Do I need to align Rust and TypeScript unions to fix local plugin scanning issues?

Yes, aligning Rust and TypeScript for InstallStatus unions is required to fix local plugin scanning issues. Stable path configurations are also necessary to ensure the bridge correctly reads scanning results.

What is the best way to update the TypeScript bridge for marketplace plugin commands?

The best way to update the TS bridge for marketplace commands is to synchronize it with Rust backend changes. This ensures the user interface accurately reflects plugin installation and uninstallation statuses.