← 返回 Skills 市场
evezart

Evez Api Gateway

作者 Evez666 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install evez-api-gateway
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /evez-api-gateway 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug evez-api-gateway
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Evez Api Gateway?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install evez-api-gateway」即可一键安装,无需额外配置。

Evez Api Gateway 是免费的吗?

是的,Evez Api Gateway 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Evez Api Gateway 支持哪些平台?

Evez Api Gateway 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Evez Api Gateway?

由 Evez666(@evezart)开发并维护,当前版本 v1.0.0。

💬 留言讨论