Install and configure Apollo.io API authentication. Use when setting up a new Apollo integration, configuring API keys, or initializing Apollo client in your project. Trigger with phrases like "install apollo", "setup apollo api", "apollo authentication", "configure apollo api key".
Install with Tessl CLI
npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill apollo-install-auth88
Quality
83%
Does it follow best practices?
Impact
100%
1.17xAverage score across 3 eval scenarios
TypeScript Apollo client setup
axios dependency
100%
100%
dotenv dependency
100%
100%
APOLLO_API_KEY variable name
100%
100%
Correct base URL
100%
100%
api_key as query param
0%
100%
Content-Type header
100%
100%
Cache-Control header
100%
100%
axios.create() usage
100%
100%
dotenv.config() called
100%
100%
Health check endpoint
100%
100%
Client exported
100%
100%
Without context: $0.2164 · 1m 24s · 17 turns · 17 in / 2,593 out tokens
With context: $0.3610 · 2m 20s · 24 turns · 280 in / 3,403 out tokens
Python Apollo client setup
requests library
100%
100%
python-dotenv dependency
100%
100%
APOLLO_API_KEY variable name
100%
100%
Correct base URL
100%
100%
api_key as query param
66%
100%
load_dotenv() called
100%
100%
api_key injected per request
66%
100%
base_url attribute
60%
100%
api_key from env
100%
100%
Without context: $0.1486 · 31s · 11 turns · 12 in / 1,666 out tokens
With context: $0.3284 · 2m 18s · 21 turns · 52 in / 3,457 out tokens
Configurable Apollo client factory
axios used
100%
100%
Correct base URL
100%
100%
api_key as query param
66%
100%
Content-Type header
100%
100%
Cache-Control header
100%
100%
axios.create() factory
80%
100%
Health check endpoint
100%
100%
Config object parameter
100%
100%
Client exported
100%
100%
AxiosInstance return type
0%
100%
Without context: $0.2459 · 2m 1s · 18 turns · 18 in / 3,150 out tokens
With context: $0.4027 · 3m 25s · 21 turns · 278 in / 5,131 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.