free-ai-gateway: Skill for Claude Code

.agents/skills/mcp-integration/SKILL.md

mcp-integration is a skill for Claude Code, Codex from zaber-dev/free-ai-gateway. It costs 30 tokens per session (264 once invoked), scanned A, original, MIT.

Instructions for connecting AI agents such as Claude Desktop, Cursor, or Copilot to an MCP server that provides text generation, search, embeddings, ranking, and image analysis. MCP is a standard way for an AI application to use external tools.

In plain words
What is it for?
It is for configuring and testing the @free-ai-gateway/mcp connection and its generation, search, embedding, reranking, and image-analysis capabilities.
Why use it?
It explains the required client configuration and available tool names, reducing setup mistakes when adding the integration.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is zaber-dev/free-ai-gateway's own configuration. It tells Claude Code and Codex how to work on free-ai-gateway itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything free-ai-gateway configures →

Reuse

Borrowing it

Nothing to install: this file belongs to zaber-dev/free-ai-gateway. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/zaber-dev/free-ai-gateway/main/.agents/skills/mcp-integration/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/zaber-dev/free-ai-gateway

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/zaber-dev/free-ai-gateway/mcp-integration/github.svg)](https://agentmods.dev/skills/zaber-dev/free-ai-gateway/mcp-integration)
Your own site
<a href="https://agentmods.dev/skills/zaber-dev/free-ai-gateway/mcp-integration"><img src="https://agentmods.dev/badge/skills/zaber-dev/free-ai-gateway/mcp-integration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mcp-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/zaber-dev/free-ai-gateway/mcp-integration"><img src="https://agentmods.dev/badge/skills/zaber-dev/free-ai-gateway/mcp-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 264 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.00264
Opus 5 $0.00015 $0.00132
Sonnet 5 $0.00006 $0.00053
Haiku 4.5 $0.00003 $0.00026

Measured 11d ago against content hash 724005a06004, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

mcp-integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/mcp-integration/SKILL.md · 36 lines

What it actually says

MCP Integration Skill

Use this skill when configuring or testing Model Context Protocol (MCP) integrations with @free-ai-gateway/mcp.

MCP Client Configuration

Claude Desktop

In claude_desktop_config.json:

{
  "mcpServers": {
    "free-ai-gateway": {
      "command": "npx",
      "args": ["-y", "@free-ai-gateway/mcp"],
      "env": {
        "GROQ_API_KEY": "gsk_...",
        "GOOGLE_API_KEY": "AIza..."
      }
    }
  }
}

Available Capability Tools for Agents

  1. freeai_generate - Generate text, code, or reasoning with automatic failover.
  2. freeai_search - Perform neural web search via Exa or Tavily.
  3. freeai_embed - Generate text embeddings via Voyage, Jina, or Google.
  4. freeai_rerank - Rerank retrieved candidate documents.
  5. freeai_analyze_image - Multimodal image inspection.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 36 lines · 30 tokens per session scan A 724005a06004

Subscribe to this mod's changes

mcp-integration is a skill published in the GitHub repository zaber-dev/free-ai-gateway (14 stars, last pushed 3d ago), licensed MIT. It adds 30 tokens to every session and 264 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

api-and-interface-design

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

addyosmani/agent-skills · 49 tokens

architecture-patterns

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservice, when refactoring a monolith to use bounded contexts, when implementing hexagonal or onion architecture patterns, or…

wshobson/agents · 65 tokens

saga-orchestration

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across microservices where 2PC is unavailable, designing compensating actions for failed order workflows that span inventory, payment, and shipping services, building…

wshobson/agents · 91 tokens

event-store-design

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

wshobson/agents · 33 tokens

error-handling-patterns

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

wshobson/agents · 43 tokens

fastapi-templates

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

wshobson/agents · 37 tokens