SkillAgentSearch skills...

KeyCluConverter

Converter of KeyCue.kcustom shortcut files to KeyClu.keyclu

Install / Use

/learn @Anze/KeyCluConverter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

KeyCluConverter

license:bsd-3-clause-clear

KeyClu is a simple app that provides an overview of application shortcuts.

This repository is a converter, which allows convert KeyCue .kcustom file to KeyClue .keyclu file.

These .keyclu files can be shared with others through KeyCluExtensions repository.

Support

If you have any questions or suggestions please open an issue at KeyClu.

Usage

To convert existing .kcustom file, you would need a bundleId of the app. Check FAQ section for more info.

Help

KeyCluConverter --help

Convert

Example command:

KeyCluConverter --bundle-id com.app-bundle.id --from-file /path/to/file.kcustom --to-file /path/to/file.keyclu

Where:

  • --bundle-id provide app's bundleId, eg com.app-bundle.id, check FAQ section for more info.
  • --from-file KeyCue file path to convert
  • --to-file KeyClu file path to save

FAQ

There are few ways how to get bundleId

  • You can obtain the bundleId by exporting a file for that app with at least one dummy shortcut set up within the KeyClu. It's important to note that the app should already be installed and used KeyClu at least once within that app.
  • You can find the bundleId by inspecting the Info.plist file located within the app's Content folder. Look for the value corresponding to the line CFBundleIdentifier.

License

KeyCluConverter is released under the BSD-3-Clause-Clear license. See LICENSE for details.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated4d ago
Forks1

Languages

Swift

Security Score

90/100

Audited on Mar 29, 2026

No findings