Wox
Official@wox-launcher
A cross-platform launcher that simply works
Agent Skills by Wox
Showing 9 vetted skills indexed across 1 GitHub repositories.
wox-changelog-update
Generate Wox CHANGELOG.md entries from commits since the last release tag.
wox-plugin-submit2store
Submits a Wox plugin to the official store via a fork-based pull request workflow.
wox-commit
Generate a conventional commit message from the current Wox working tree diff.
wox-generate-smoke-test-case
Generates Go UI smoke test cases for Wox features and plugin settings using the automation driver.
wox-memory-debug
Diagnose memory leaks in the Wox Go UI through automated workload replay and process sampling.
wox-test-ensurance
Runs Wox core, Go UI unit, and native smoke test suites and fixes failures until they pass.
wox-cpu-debug
Measure and attribute CPU hotspots in the Wox Go launcher without memory regressions.
wox-visual-style
Design, implement, and review visual style for Wox Go UI components and views.
wox-plugin-creator
Scaffold Node.js, Python, and script Wox plugins from official templates.
Frequently Asked Questions About Wox
FAQPage SchemaWhat specific tasks can I perform using Wox?▼
Wox enables rapid searching and launching of local applications, files, and web bookmarks. By utilizing the plugin architecture, you can extend functionality to perform system-level operations, query external data sources, and execute custom logic directly from the search interface.
Who is the target user for Wox plugin development?▼
The target audience includes software developers and power users looking to customize their desktop environment. It is designed for engineers who want to build modular, keyboard-centric interfaces to streamline repetitive system tasks and integrate custom functionality into their daily desktop experience.
What are the prerequisites for building Wox plugins?▼
To build plugins, you need a basic understanding of Node.js or the supported runtime environments. You must utilize the official scaffolding templates to ensure compatibility with the launcher's architecture and follow the established directory structure for plugin registration.