Install and configure Ideogram SDK/CLI authentication. Use when setting up a new Ideogram integration, configuring API keys, or initializing Ideogram in your project. Trigger with phrases like "install ideogram", "setup ideogram", "ideogram auth", "configure ideogram API key".
Install with Tessl CLI
npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill ideogram-install-auth83
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
TypeScript SDK installation and auth setup
Correct npm package
0%
100%
npm install command
0%
80%
IdeogramClient class used
0%
100%
Named import from @ideogram/sdk
0%
100%
IDEOGRAM_API_KEY env var name
100%
100%
setup.sh documents env var
100%
100%
API key from process.env
100%
100%
No hardcoded key in client
100%
100%
apiKey constructor property
0%
100%
Without context: $0.3122 · 1m 21s · 25 turns · 24 in / 3,642 out tokens
With context: $0.4681 · 1m 28s · 29 turns · 29 in / 4,819 out tokens
Python SDK installation and auth setup
Correct pip package
100%
100%
pip install in docs
50%
60%
IdeogramClient class used
100%
100%
Import from ideogram module
0%
100%
IDEOGRAM_API_KEY env var name
100%
100%
Setup docs mention env var
100%
100%
api_key from os.environ
100%
100%
No hardcoded key in client
100%
100%
api_key constructor argument
0%
100%
Without context: $0.5076 · 2m 19s · 31 turns · 77 in / 7,124 out tokens
With context: $0.5185 · 1m 43s · 33 turns · 34 in / 5,306 out tokens
Credential configuration with .env and connection verification
Correct npm package
0%
100%
IDEOGRAM_API_KEY in .env.example
100%
100%
IdeogramClient in verify script
0%
100%
Import from @ideogram/sdk
0%
100%
API key from process.env
100%
100%
IDEOGRAM_API_KEY in verify script
100%
100%
Connection verification output
100%
100%
onboarding.md env var instructions
100%
100%
Without context: $0.6054 · 2m 33s · 34 turns · 35 in / 8,699 out tokens
With context: $0.4076 · 1m 22s · 26 turns · 26 in / 4,745 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.