wox-plugin-creator

Scaffold Node.js, Python, and script Wox plugins from official templates.

27.2k|2.4k|Updated Dec 19, 2013
One-click install
npx skills add https://github.com/Wox-launcher/Wox --skill wox-plugin-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wox-plugin-creator
Source: https://github.com/Wox-launcher/Wox/tree/main/wox.core/resource/ai/skills/wox-plugin-creator
Command: npx skills add https://github.com/Wox-launcher/Wox --skill wox-plugin-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Create and scaffold Wox plugins (Node.js, Python, and script-based) in a single step, using official templates and metadata scaffolding.

Core Features & Use Cases

  • Template scaffolding: Generate Node.js, Python, and script plugin skeletons from trusted templates.
  • Publish-ready: Prepare plugins for packaging and publishing with guidance and placeholders.
  • Workflow integration: Clones official templates, fills metadata, and provides a streamlined development workflow.

Quick Start

  • Scaffold a Node.js plugin: python3 scripts/scaffold_wox_plugin.py --type nodejs --output-dir ./MyPlugin
  • Scaffold a Python plugin: python3 scripts/scaffold_wox_plugin.py --type python --output-dir ./MyPlugin
  • Scaffold a script plugin: python3 scripts/scaffold_wox_plugin.py --type script-nodejs --output-dir ./Wox.Plugin.Script.MyScript.js --name "My Script" --trigger-keywords my

Frequently Asked Questions about wox-plugin-creator

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

FAQPage Schema
How do I scaffold a Wox plugin quickly?

To scaffold a Wox plugin quickly, run the scaffold script to generate a plugin skeleton. This skill automates cloning official templates and wiring metadata to produce ready-to-publish Node.js, Python, or script plugins.

Can I create a Wox plugin using Python?

Yes, you can create a Wox plugin using Python by running the scaffold script with the Python type flag. The skill generates a Python plugin skeleton from official templates, ready for local workflow and publishing.

What is the best way to generate a Node.js plugin template for Wox?

The best way to generate a Node.js plugin template for Wox is using this scaffolding skill. It clones the official template, fills metadata placeholders, and outputs a publish-ready directory structure in a single step.

Do I need Python to generate Wox plugin templates?

Yes, you need Python to generate Wox plugin templates because the scaffolding script relies on standard Python tooling. It uses Python3 to execute the script that wires metadata and outputs the plugin skeleton.

How do I package and publish a scaffolded Wox plugin?

To package and publish a scaffolded Wox plugin, use the generated skeleton which includes metadata and placeholders. The skill provides a streamlined workflow guiding you through configuring and packaging steps for the Wox store.

Does Wox support script-based plugins?

Yes, Wox supports script-based plugins. You can scaffold a script plugin by specifying the script-nodejs type, generating a ready-to-develop script file with trigger keywords and metadata wired for the Wox launcher.