Conversational
"Show me pending feedback for my iOS app" - just ask
Zero config
Install once, authenticate, and the skill is available in every session
Full CRUD
Read, create, and update feedback items, all from a conversation
Setup
Claude Code (Plugin)
Add the marketplace and install the skill:
claude plugins marketplace add digitalvibeshq/kikuyo-cli
claude plugins install kikuyo@digitalvibeshq-kikuyo-cli --scope user
Claude Desktop
Add
digitalvibeshq/kikuyo-cli
as a marketplace plugin, then install the
kikuyo
plugin from that marketplace.
npx skills
Works with any agent that supports the skills protocol:
npx skills add digitalvibeshq/kikuyo-cli
Authentication
The skill authenticates with a Kikuyo API key. Create one from your Account settings, then set it as an environment variable:
export KIKUYO_API_KEY=kky_your_api_key
Prefer the terminal?
The same package also installs a standalone CLI for scripting and automation. See the CLI documentation for command reference and usage examples.