You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the skill into one or more tools. Opens an interactive multiselect picker (toggle on to install, toggle off to uninstall) — pass --tools for non-interactive use.
eigenpal skill uninstall [options] [toolIds...]
Remove the skill from named tools (e.g. skill uninstall claude cursor), pass --all to wipe every install, or run with no args in a TTY for an interactive picker showing only installed tools.
eigenpal skill list|ls [options]
Show every tool that has an Eigenpal skill installed in the current directory, with the CLI version that wrote it.
Details
eigenpal skill install [options]
Install the skill into one or more tools. Opens an interactive multiselect picker (toggle on to install, toggle off to uninstall) — pass --tools for non-interactive use.
Options
Flag
Required
Default
Description
--tools <ids>
no
Comma-separated tool ids. Skips the picker; tools not listed are uninstalled.
--target <path>
no
Power-user override: install into a single custom directory and skip the picker.
--force
no
Overwrite user-edited files without prompting
--yes
no
Non-interactive mode (keep currently installed tools, keep user edits)
eigenpal skill uninstall [options] [toolIds...]
Remove the skill from named tools (e.g. skill uninstall claude cursor), pass --all to wipe every install, or run with no args in a TTY for an interactive picker showing only installed tools.
Arguments
Name
Required
Variadic
Description
toolIds
no
yes
Options
Flag
Required
Default
Description
--all
no
Uninstall every tool that has an Eigenpal skill installed
--target <path>
no
Power-user override: uninstall a single custom directory (skips tool detection)
--yes
no
Required for non-TTY shells; skips confirmation in TTY
eigenpal skill list|ls [options]
Show every tool that has an Eigenpal skill installed in the current directory, with the CLI version that wrote it.