π¦ ClawHub
Agnic AI Gateway
by @agnicpay-prog
Access 340+ AI models via the Agnic AI Gateway -- chat, image generation, model listing. Use when the user wants to chat with AI, generate images, ask GPT, u...
TERMINAL
clawhub install ai-gatewayπ About This Skill
name: ai-gateway description: > Access 340+ AI models via the Agnic AI Gateway -- chat, image generation, model listing. Use when the user wants to chat with AI, generate images, ask GPT, use Claude, list models, delegate to another LLM, or get a second opinion. Covers "ask GPT", "use Claude", "generate an image", "list AI models", "call a model". user-invocable: true disable-model-invocation: false context: fork allowed-tools: - "Bash(npx agnic@latest status*)" - "Bash(npx agnic@latest ai *)"
AI Gateway
Access 340+ AI models (OpenAI, Anthropic, Google, Meta, Mistral, DeepSeek, and more) through the Agnic AI Gateway. Costs are deducted from your USDC balance per token. Free models available for development.
Authentication
Run npx agnic@latest status --json to verify. If not authenticated:
AGNIC_TOKEN env var or pass --token npx agnic@latest auth loginSee the authenticate-wallet skill for details.
Commands
List models
npx agnic@latest ai models [--provider ] [--search ] [--json]
Chat with a model
npx agnic@latest ai chat --model --prompt "" [--system ""] [--json]
Generate an image
npx agnic@latest ai image --prompt "" [--aspect-ratio 16:9] [--output file.png] [--json]
Models use provider/model-name format (e.g., openai/gpt-4o, meta-llama/llama-3.3-70b).
See reference/models-and-options.md for full model list, all options, and input validation rules.
Examples
# List OpenAI models
npx agnic@latest ai models --provider openai --jsonChat with GPT-4o
npx agnic@latest ai chat --model openai/gpt-4o --prompt 'Explain quantum computing in one sentence'Use a free model
npx agnic@latest ai chat --model meta-llama/llama-3.3-70b --prompt 'What is 2+2?' --jsonGenerate an image
npx agnic@latest ai image --prompt 'A sunset over mountains' --output sunset.pngGenerate widescreen image
npx agnic@latest ai image --prompt 'Cyberpunk cityscape' --aspect-ratio 16:9 --output city.png
Prerequisites
npx agnic@latest status to check)Error Handling
Common errors:
npx agnic@latest auth login or set AGNIC_TOKENnpx agnic@latest ai modelsπ‘ Examples
# List OpenAI models
npx agnic@latest ai models --provider openai --jsonChat with GPT-4o
npx agnic@latest ai chat --model openai/gpt-4o --prompt 'Explain quantum computing in one sentence'Use a free model
npx agnic@latest ai chat --model meta-llama/llama-3.3-70b --prompt 'What is 2+2?' --jsonGenerate an image
npx agnic@latest ai image --prompt 'A sunset over mountains' --output sunset.pngGenerate widescreen image
npx agnic@latest ai image --prompt 'Cyberpunk cityscape' --aspect-ratio 16:9 --output city.png
βοΈ Configuration
npx agnic@latest status to check)