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."Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub eigenone/jeeves --plugin jeeves