install-marketplace

Automate mikersays-plugins marketplace installation and verification with codex and git.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/mikersays/mikersays-plugins --skill install-marketplace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-marketplace
Source: https://github.com/mikersays/mikersays-plugins/tree/main/plugins/maintenance/skills/install-marketplace
Command: npx skills add https://github.com/mikersays/mikersays-plugins --skill install-marketplace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires codex, git, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the installation and verification of the mikersays-plugins marketplace on a machine, ensuring a seamless setup process.

Core Features & Use Cases

  • Headless Installer: Perform the installation process without manual intervention using codex exec.
  • Prerequisite Checks: Verify the presence of codex and git before proceeding.
  • Installer Execution: Run the INSTALL.md flow to install the marketplace.
  • Verification: Check the presence of the marketplace, installed plugins, and the commit hash.
  • Reporting: Summarize the installation result, including any failures or skipped steps.

Quick Start

Run the install-marketplace skill to automate the marketplace installation and verification on your machine.

Frequently Asked Questions about install-marketplace

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

FAQPage Schema
How do I automate mikersays-plugins marketplace installation without manual intervention?

Automated marketplace installation uses a headless installer to execute the setup process via codex exec, requiring no manual input. It performs prerequisite checks, runs the installer, and verifies the marketplace presence automatically.

Does the marketplace installer require git and codex to function?

Yes, the marketplace installer requires both codex and git to function properly. Prerequisite checks verify the presence of these tools before executing the headless installation and plugin verification steps.

What is verified after running the mikersays-plugins marketplace setup?

Post-installation verification checks the presence of the marketplace, confirms installed plugins, and reports the commit hash. The reporting mechanism summarizes the installation result, including any failures or skipped steps encountered.

How do I troubleshoot skipped steps or failures in marketplace verification?

Marketplace verification failures and skipped steps are captured in the final installation report. Reviewing this summary identifies which prerequisite checks failed or which plugin presence validations did not pass during the headless installer execution.

Can I run the mikersays-plugins installation headlessly using codex exec?

Yes, the marketplace installation can be run headlessly using codex exec. This automates the entire INSTALL.md flow, from initial prerequisite checks to final plugin verification, without requiring manual intervention.