Installation#

Install Sidekick globally with npm:

npm install -g sdkck

Requirements#

  • Node.js v18 or later

Verify installation#

sdkck version
# sdkck/0.12.0 linux-x64 node-v22.x.x

Optional dependencies#

Set the OPENAI_API_KEY environment variable to enable AI-powered semantic search. When unset, search falls back to fuzzy matching.

export OPENAI_API_KEY=sk-...
sdkck search "create Jira issue"

Updating#

npm update -g sdkck

# Update all plugins
sdkck plugins update

Install plugin#

sdkck plugin install @hesed/gchat

# Install from GitHub url
sdkck plugins install https://github.com/someuser/someplugin

Next steps#