orka: Skill for Codex

.agents/skills/vekil-reverse-proxy-deploy/SKILL.md

vekil-reverse-proxy-deploy is a skill for Codex from orka-agents/orka. It costs 84 tokens per session (1,597 once invoked), scanned A, original, MIT.

A skill for deploying Vekil, a reverse proxy that gives Anthropic, Gemini, OpenAI-compatible, and Codex clients one endpoint for sending requests to AI providers.

In plain words
What is it for?
Installing or updating Vekil locally or on Kubernetes, configuring provider routes and secrets, exposing the service, and checking that requests work.
Why use it?
It removes the need to configure each client with separate proxy and provider-routing details.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

This is orka-agents/orka's own configuration. It tells Codex how to work on orka 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 orka configures →

Reuse

Borrowing it

Nothing to install: this file belongs to orka-agents/orka. 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/orka-agents/orka/main/.agents/skills/vekil-reverse-proxy-deploy/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/orka-agents/orka

Made for: 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 vekil-reverse-proxy-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/orka-agents/orka/vekil-reverse-proxy-deploy.svg)](https://agentmods.dev/skills/orka-agents/orka/vekil-reverse-proxy-deploy)
Your own site
<a href="https://agentmods.dev/skills/orka-agents/orka/vekil-reverse-proxy-deploy"><img src="https://agentmods.dev/badge/skills/orka-agents/orka/vekil-reverse-proxy-deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,597 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 5 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Excessive Agency · line 96
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
  • high Excessive Agency · line 102
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
  • high Excessive Agency · line 110
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
  • medium Rogue Agent · line 19
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium MCP Rug Pull · line 84
    Docker image references without a specific tag (:latest is implicit) or digest (@sha256:...) can be silently replaced by a malicious image.
    Fix: Pin the image: image:tag or image@sha256:abc123
How audits are shown
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.00084 $0.01597
Opus 5 $0.00042 $0.00798
Sonnet 5 $0.00017 $0.00319
Haiku 4.5 $0.00008 $0.00160

Measured 8d ago against content hash 4df96cb587e6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

vekil-reverse-proxy-deploy scanned grade A with 1 finding 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/deploy_vekil_reverse_proxy.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl http://127.0.0.1:1337/healthz
.agents/skills/vekil-reverse-proxy-deploy/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vekil Reverse Proxy Deploy

Deploy Vekil as the single reverse-proxy endpoint for Claude/Anthropic, Gemini, OpenAI-compatible, and Codex clients. Prefer the bundled Kubernetes script for repeatable cluster deployments; use Docker only for quick local runs.

Standard Kubernetes Workflow

  1. Confirm the target before changing anything:
    • kubectl config current-context
    • kubectl cluster-info
    • For remote/shared clusters, state the context and ask before exposing LoadBalancer or NodePort services.
  2. Deploy the default zero-config Copilot-backed proxy:
    • scripts/deploy_vekil_reverse_proxy.sh --context <kubectl-context>
    • Default namespace: vekil-system; default service: ClusterIP; default image: ghcr.io/sozercan/vekil:latest; default port: 1337.
  3. If explicit provider routing is required, write or locate a JSON/YAML providers file that uses secret env references, then pass it with existing Kubernetes secrets:
    scripts/deploy_vekil_reverse_proxy.sh \
      --context <kubectl-context> \
      --providers-config /path/to/providers.yaml \
      --env-secret AZURE_OPENAI_API_KEY=azure-openai:key
    
  4. For non-interactive Copilot auth in Kubernetes, either wire an existing Secret or let the script create/update one from an explicitly exported COPILOT_GITHUB_TOKEN. Prefer existing Secrets for production clusters that use a secret manager.
    # Existing Secret
    scripts/deploy_vekil_reverse_proxy.sh \
      --env-secret COPILOT_GITHUB_TOKEN=copilot-github-token:token
    
    # Script-created Secret; the token is not printed or embedded in the rendered workload.
    export COPILOT_GITHUB_TOKEN=...
    scripts/deploy_vekil_reverse_proxy.sh \
      --create-copilot-token-secret copilot-github-token:token
    
  5. Wait for rollout, then verify through a port-forward:
    kubectl -n vekil-system port-forward svc/vekil 1337:1337
    curl http://127.0.0.1:1337/healthz
    curl http://127.0.0.1:1337/readyz
    curl http://127.0.0.1:1337/v1/models
    

Read the full file on GitHub · 121 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 121 lines · 84 tokens per session scan A 4df96cb587e6

Subscribe to this mod's changes

vekil-reverse-proxy-deploy is a skill published in the GitHub repository orka-agents/orka (22 stars, last pushed today), licensed MIT. It adds 84 tokens to every session and 1,597 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

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

github-actions-templates

Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.

wshobson/agents · 44 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

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

api-design-principles

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

wshobson/agents · 44 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