Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/plexium-tools:plexium-installThe summary Claude sees in its command listing — used to decide when to auto-load this command
Check whether `plexium` is already installed by running `plexium --version`. Important safety rule: - Never ask the user to paste API keys or secrets into chat. - If a secret was already pasted, tell the user to rewind the session if possible and avoid committing that session to memento. If it is missing: - Check whether `go` is available with `go version`. - If Go is available, run `go install github.com/Clarit-AI/Plexium/cmd/plexium@latest`. - Verify the install by running `plexium --version`. If Go is missing, explain that Plexium currently installs via Go and tell the user exactly wh...
Check whether plexium is already installed by running plexium --version.
Important safety rule:
If it is missing:
go is available with go version.go install github.com/Clarit-AI/Plexium/cmd/plexium@latest.plexium --version.If Go is missing, explain that Plexium currently installs via Go and tell the user exactly which command failed.
Do not modify the current repository in this command; only install or verify the binary.
npx claudepluginhub clarit-ai/plexium --plugin plexium-tools