What problem does it solve?
Publishing a Wox plugin to the official store requires forking the Wox repository, checking store-plugin.json for duplicate IDs, building a correctly formatted store entry, and opening a pull request — a manual process prone to formatting errors and duplicate submissions.
Core Features & Use Cases
- Fork Management: Reuses an existing fork of Wox-launcher/Wox or creates one via GitHub CLI, with a web fork fallback.
- Duplicate Detection: Checks upstream store-plugin.json for the plugin ID and stops the submission when the plugin is already listed.
- Store Entry Generation: Builds a validated store entry from local plugin.json metadata, release asset URLs, and raw GitHub icon and screenshot URLs.
- Use Case: After publishing a release of your Wox plugin, run this Skill to verify it is not yet listed, add the entry to store-plugin.json on a branch in your fork, and open a PR against Wox-launcher/Wox.
Quick Start
Use the wox-plugin-submit2store skill to check whether my plugin is already in the Wox store and submit a store PR if needed.