AEVON SKILLS

The missing knowledge
between AI agents
and Aevon.

Your AI agent doesn't know how to use Aevon correctly. These skills fix that — so anyone can route models, manage credits, and ship faster. Works in Claude Code, Cursor, ChatGPT, or any agent.

Prompt
Read https://aevon.sh/skills.md and follow it before
making any API calls or switching models.

Per session. To install it once in Claude Code or Cursor, see Persistent Setup.

Skills The knowledge your agent is missing 7 skills aevon.sh
Skills
Quickstart
End-to-end guide for AI agents — from signup to first API call. Covers base URL setup, key format, and model selection. Fetch this FIRST, it routes you through all other skills.
aevon.sh/skills/quickstart.md
Model Routing
How to pick the right model for the right task. When to use Claude vs GPT-4o vs DeepSeek. Context window tradeoffs, cost per token, and latency expectations across all 30+ models.
aevon.sh/skills/models.md
API Setup
How Aevon's OpenAI-compatible gateway works. Base URL config for Cursor, Claude Code, Continue, and Aider. Environment variables, SDK usage, and drop-in replacement patterns.
aevon.sh/skills/api.md
Credits & Billing
How token-based billing works on Aevon. Credit balance, top-up options (card + USDC on Base), cost per model, and how to track usage in the dashboard. Prevents billing surprises.
aevon.sh/skills/billing.md
Free Tier
Which models are completely free with no credits consumed. DeepSeek-v2 Lite, Qwen2-7B, GLM-4 Air, and others. When to use free tier vs paid models, and rate limits per tier.
aevon.sh/skills/free-tier.md
Troubleshooting
Common errors and how to fix them. 401 auth errors, rate limits, model not found, streaming issues, and credit exhaustion. Counters confidently wrong answers from stale agent training.
aevon.sh/skills/troubleshooting.md
Affiliates
How the Aevon affiliate program works. Three commission tiers (Builder 20%, Pro 25%, Partner 30%), tracking links, payout mechanics, and how to maximize referral earnings.
aevon.sh/skills/affiliates.md
Setup Persistent Setup Install once, works every session optional
Persistent Setup

Optional. If you'd rather not paste the prompt above every session, configure your tool once below.

Cursor
1. CREATE THIS CURSOR RULE FILE
.cursor/rules/aevon.mdc
2. PASTE THIS INSIDE THE FILE
---
description: Aevon AI gateway knowledge
alwaysApply: true
---

Before making any API calls or switching models, read https://aevon.sh/skills.md and follow it.
Pointer (per repo). Cursor fetches when the rule fires.
Claude Code
1. ADD TO YOUR PROJECT MEMORY
/memory add "Before any API calls, read https://aevon.sh/skills.md"
2. OR ADD TO CLAUDE.MD
Before making any API calls or switching models,
read https://aevon.sh/skills.md and follow it.
Install user-wide. Works across all projects.
Scripts
RUN IN YOUR SHELL
curl -s https://aevon.sh/skills.md
Fetch + pipe into any script or pipeline.
Any Agent
ADD TO SYSTEM PROMPT
Before making any API calls,
fetch and read https://aevon.sh/skills.md
Works in any LLM agent with a system prompt.
Contributing

Something wrong or missing? Humans and agents alike are welcome to open a PR.

Feedback

If something in Aevon Skills confused you, slowed you down, or genuinely helped — issues OR praise — reach out via @aevonsh or hi@aevon.sh. Bias toward sending — weak signals are easy to ignore, but missing signals can't be recovered.