← Back to Skills Marketplace
evezart

Evez Api Gateway

by Evez666 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install evez-api-gateway
Description
Connect to the EVEZ AI API — an OpenAI-compatible API that's 99% cheaper than GPT-4. Use when routing LLM calls through EVEZ for cost savings, accessing evez...
README (SKILL.md)

EVEZ API Gateway

OpenAI-compatible AI API at 99% less than GPT-4. Drop-in replacement.

Quick Start

export OPENAI_BASE_URL=https://evez-api2.fly.dev/v1
export OPENAI_API_KEY=evez-your-key
from openai import OpenAI
client = OpenAI(base_url="https://evez-api2.fly.dev/v1", api_key="evez-your-key")
response = client.chat.completions.create(model="evez-smart", messages=[{"role": "user", "content": "Hello!"}])

Models

Model Base Best For 1M Output
evez-smart GLM-5.1 General purpose — smart & fast $6.00
evez-code DeepSeek V3.2 Code generation & reasoning $6.00
evez-fast MiniMax M2.5 Quick balanced responses $6.00
evez-vision Kimi K2.5 Multimodal (text + image) $6.00

Compare: GPT-4o = $17.50, Claude Sonnet = $15.00, Gemini Pro = $7.00

Pricing

  • Free: 100K tokens/month — no credit card
  • Pro: $5/month — unlimited tokens
  • Business: $25/month — team + SLA

Features

  • ✅ OpenAI-compatible (drop-in replacement)
  • ✅ Streaming support (SSE)
  • ✅ 4 models including vision
  • ✅ API key management
  • ✅ Usage tracking
  • ✅ 99.9% uptime on Fly.io

Get API Key

Sign up at https://evez-api2.fly.dev/signup

Usage Guidance
This skill looks coherent for connecting to the EVEZ API. Before installing, verify that you trust the EVEZ endpoint, use a dedicated EVEZ API key, check the provider's privacy and billing terms, and avoid sending sensitive prompts or private image URLs unless that is acceptable for your use case.
Capability Analysis
Type: OpenClaw Skill Name: evez-api-gateway Version: 1.0.0 The skill is a straightforward API wrapper for 'EVEZ AI', a third-party LLM provider hosted on Fly.io. The Python client in `scripts/evez_client.py` uses the official OpenAI library to route requests to the service's endpoint (evez-api2.fly.dev) and does not contain any code for data exfiltration, unauthorized filesystem access, or malicious command execution.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose is to route LLM calls through EVEZ, and the included helper code does exactly that by calling the EVEZ OpenAI-compatible endpoint. Users should understand that their prompts and any image URLs are sent to that external provider.
Instruction Scope
The instructions are limited to setup examples, model descriptions, and obtaining an API key. There are no hidden override instructions, autonomous actions, or high-impact local mutations.
Install Mechanism
There is no install spec and no automatic package installation or execution. The included Python helper imports the OpenAI client but is not configured to run automatically.
Credentials
Using an API key and external network calls is proportionate for an API gateway skill. However, the registry metadata lists no env vars or primary credential even though the skill and code use API keys.
Persistence & Privilege
The artifacts do not show persistence, privileged file access, background workers, credential storage, or local data indexing.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install evez-api-gateway
  3. After installation, invoke the skill by name or use /evez-api-gateway
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of evez-api-gateway skill. - Provides a drop-in, OpenAI-compatible API gateway for EVEZ AI models at significantly lower cost. - Supports evez-smart, evez-code, evez-fast, and evez-vision models. - Offers generous free tier (100K tokens/month) and affordable Pro/Business plans. - Includes features such as streaming support, API key management, and usage tracking.
Metadata
Slug evez-api-gateway
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Evez Api Gateway?

Connect to the EVEZ AI API — an OpenAI-compatible API that's 99% cheaper than GPT-4. Use when routing LLM calls through EVEZ for cost savings, accessing evez... It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.

How do I install Evez Api Gateway?

Run "/install evez-api-gateway" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Evez Api Gateway free?

Yes, Evez Api Gateway is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Evez Api Gateway support?

Evez Api Gateway is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Evez Api Gateway?

It is built and maintained by Evez666 (@evezart); the current version is v1.0.0.

💬 Comments