JU

juicebox-install-auth

Provides authentication setup and connectivity verification for the Juicebox PeopleGPT API.

Install

mkdir -p .claude/skills/juicebox-install-auth && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2742" && unzip -o skill.zip -d .claude/skills/juicebox-install-auth && rm skill.zip

Installs to .claude/skills/juicebox-install-auth

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Install and configure Juicebox PeopleGPT API authentication.
60 charsno explicit “when” trigger
Beginner

Key capabilities

  • Install the Juicebox SDK using npm or pip
  • Configure Juicebox API key as an environment variable
  • Verify connection to the Juicebox PeopleGPT API
  • Handle invalid API key errors
  • Manage plan limit exceeded errors

How it works

The skill provides installation commands for the Juicebox SDK and instructions for setting the API key as an environment variable. It includes code examples in TypeScript and Python to verify the API connection by performing a search.

Inputs & outputs

You give it
Juicebox API key and search query
You get back
Verified API connection and search results from PeopleGPT

When to use juicebox-install-auth

  • Install Juicebox SDK
  • Configure API authentication
  • Verify API connection
  • Initialize project integration

About this skill

Juicebox Install & Auth

Overview

Set up Juicebox PeopleGPT API for AI-powered people search across 800M+ professional profiles.

Prerequisites

  • Juicebox account at app.juicebox.ai
  • API key from Dashboard > Settings > API Keys
  • Node.js 18+ or Python 3.8+

Instructions

Step 1: Install SDK

npm install @juicebox/sdk
# or: pip install juicebox-sdk

Step 2: Configure Authentication

export JUICEBOX_API_KEY="jb_live_..."
echo 'JUICEBOX_API_KEY=jb_live_your-key' >> .env

Step 3: Verify Connection

import { JuiceboxClient } from '@juicebox/sdk';
const client = new JuiceboxClient({ apiKey: process.env.JUICEBOX_API_KEY });

const results = await client.search({ query: 'engineer', limit: 1 });
console.log(`Connected! ${results.total} profiles available`);
from juicebox import JuiceboxClient
client = JuiceboxClient(api_key=os.environ['JUICEBOX_API_KEY'])
results = client.search(query='engineer', limit=1)
print(f'Connected! {results.total} profiles')

Error Handling

ErrorCodeSolution
Invalid API key401Verify at app.juicebox.ai/settings
Plan limit exceeded403Upgrade plan or check quota
Rate limited429Check Retry-After header

Resources

Next Steps

After auth, proceed to juicebox-hello-world.

When not to use it

  • When a Juicebox account or API key is not available

Prerequisites

Juicebox account at app.juicebox.aiAPI key from Dashboard > Settings > API KeysNode.js 18+ or Python 3.8+

Limitations

  • Requires a Juicebox account
  • Requires an API key from the Juicebox Dashboard
  • Plan limits can be exceeded

How it compares

This skill provides specific installation and authentication steps for the Juicebox SDK, unlike a generic API setup that would not include SDK-specific commands or verification methods.

Compared to similar skills

juicebox-install-auth side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
juicebox-install-auth (this skill)227dReviewBeginner
telegram-bot-builder1066moReviewIntermediate
reddit-api34moReviewIntermediate
lindy-sdk-patterns127dCautionIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

More by jeremylongshore

View all by jeremylongshore

analyzing-logs

jeremylongshore

Analyze application logs to detect performance issues, identify error patterns, and improve stability by extracting key insights.

14123

ollama-setup

jeremylongshore

Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

1167

backtesting-trading-strategies

jeremylongshore

Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".

1071

generating-database-seed-data

jeremylongshore

Process this skill enables AI assistant to generate realistic test data and database seed scripts for development and testing environments. it uses faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. u... Use when working with databases or data models. Trigger with phrases like 'database', 'query', or 'schema'.

1033

cursor-codebase-indexing

jeremylongshore

Execute set up and optimize Cursor codebase indexing. Triggers on "cursor index setup", "codebase indexing", "index codebase", "cursor semantic search". Use when working with cursor codebase indexing functionality. Trigger with phrases like "cursor codebase indexing", "cursor indexing", "cursor".

885

testing-mobile-apps

jeremylongshore

Execute mobile app testing on iOS and Android devices/simulators. Use when performing specialized testing. Trigger with phrases like "test mobile app", "run iOS tests", or "validate Android functionality".

810

You might also like

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

reddit-api

alinaqi

Reddit API with PRAW (Python) and Snoowrap (Node.js)

334

lindy-sdk-patterns

jeremylongshore

Lindy AI SDK best practices and common patterns. Use when learning SDK patterns, optimizing API usage, or implementing advanced agent features. Trigger with phrases like "lindy SDK patterns", "lindy best practices", "lindy API patterns", "lindy code patterns".

14

windsurf-mcp-integration

jeremylongshore

Manage integrate MCP servers with Windsurf for extended capabilities. Activate when users mention "mcp integration", "model context protocol", "external tools", "mcp server", or "cascade tools". Handles MCP server configuration and integration. Use when working with windsurf mcp integration functionality. Trigger with phrases like "windsurf mcp integration", "windsurf integration", "windsurf".

14

groq-webhooks-events

jeremylongshore

Implement Groq webhook signature validation and event handling. Use when setting up webhook endpoints, implementing signature verification, or handling Groq event notifications securely. Trigger with phrases like "groq webhook", "groq events", "groq webhook signature", "handle groq events", "groq notifications".

10

emailable-automation

onfire7777

Automate Emailable tasks via Rube MCP (Composio). Always search tools first for current schemas.

00

Search skills

Search the agent skills registry