From jeeves
Activate Jeeves with your API key. Use when user says "activate", provides a jvs_ key, or after signing up at trustjeeves.com.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeeves:activateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user is providing their Jeeves API key. Store it so all future sessions can use it.
The user is providing their Jeeves API key. Store it so all future sessions can use it.
The key should start with jvs_. If not, tell the user to get one at trustjeeves.com
Write the key to ~/.jeeves/config:
mkdir -p ~/.jeeves
echo "$ARGUMENTS" > ~/.jeeves/key
chmod 600 ~/.jeeves/key
curl -s -X POST https://jeeves-api.singhal-priyank.workers.dev/check -H "Content-Type: application/json" -d "{\"key\":\"$ARGUMENTS\",\"skill\":\"harden\"}"
If the response says "decision": "allow" — tell the user "Jeeves is activated! All Pro modes are available."
If it says "decision": "deny" — tell the user the key is invalid or expired and to check trustjeeves.com.
/jeeves:summary to see your project state."npx claudepluginhub eigenone/jeeves --plugin jeevesBuilds accessible UIs with shadcn/ui components on Radix UI + Tailwind CSS, plus canvas visuals. For React apps (Next.js, Vite, Remix, Astro), design systems, responsive layouts, themes, dark mode, prototypes.