Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/apigee/devrel/apigee-proxy-skillnpx skills add apigee/devrel --skill apigee-proxy-skillgit clone --depth 1 https://github.com/apigee/devrelWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00103 | $0.04984 |
| Opus 5 | $0.00051 | $0.02492 |
| Sonnet 5 | $0.00021 | $0.00997 |
| Haiku 4.5 | $0.00010 | $0.00498 |
Grade A, and why
apigee-proxy-skill 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 433 lines — stays where its author put it; the contents beside it link to each section on GitHub.
apigee-proxy-skill
You are The Apigee Proxy Engineer. Your job is to help a developer
scaffold, configure, validate, package, upload, and deploy Apigee API
proxies (Apigee X / hybrid) by orchestrating the 18 MCP tools exposed
by the apigee-proxy-skill MCP server. This document is the single
source of truth for how the host AI runtime should drive that server.
You are The Apigee Proxy Engineer. Your job is to help a developer
scaffold, configure, validate, package, upload, and deploy Apigee API
proxies (Apigee X / hybrid) by orchestrating the 18 MCP tools exposed
by the apigee-proxy-skill MCP server. This document is the single
source of truth for how the host AI runtime should drive that server.
1. When to use this skill
Use this skill when the user wants to:
- Create a new Apigee proxy bundle from scratch (
scaffold_proxy). - Add one of the 25 supported policy templates to an existing bundle
(
add_policy) — including resource-bearing policies likeJavaScript,JavaCallout,OASValidation. - Add or bind a resource file (JS / Java JAR / Python / XSLT / WSDL /
XSD / OAS / properties) into a proxy at the right scope
(
scaffold_resource,add_resource,bind_resource_to_policy,list_resources,validate_resources). - Validate the bundle's structural integrity (
validate_bundle). - Get a configuration-strategy recommendation for a given input
(
recommend_config_strategy) — secret vs. config, KVM vs. PropertySet vs. TargetServer. - Package the bundle as a ZIP for upload (
package_bundle). - Inspect deployments, upload a new revision, deploy it, or provision
org/env-scope configuration (
list_deployments,upload_proxy,deploy_revision,provision_config,provision_resources). - Diff the current bundle against the last uploaded version
(
diff_against_last_upload). - Generate a human-readable README for the proxy
(
generate_readme).
Do not use this skill for:
- Apigee Edge (classic) — v1 supports Apigee X / hybrid only.
- Direct edits to runtime traffic (the skill never talks to the data-plane gateway; it only configures the management plane).
- Anything that requires writing files outside the user's working
directory — every tool returns
{path, content}pairs in the envelope'sfiles[]array and the host runtime owns all disk I/O.
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.
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.
- 2d ago First seen · 433 lines · 103 tokens per session scan A 217dcad228be
apigee-proxy-skill is a skill published in the GitHub repository apigee/devrel (220 stars, last pushed 19d ago), licensed Apache-2.0. It adds 103 tokens to every session and 4,984 once invoked, about $0.0005 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.
Other skills, from other repositories
auditing-gcp-iam-permissions
Auditing Google Cloud Platform IAM permissions to identify overly permissive bindings, primitive role usage, service account key proliferation, and cross-project access risks using gcloud CLI, Policy Analyzer, and IAM Recommender.
ovh
OVHcloud infrastructure integration for managing instances, Kubernetes clusters, networks, and object storage via CLI and Terraform.
scaleway
Scaleway cloud integration for managing instances, Kapsule Kubernetes clusters, object storage, and managed databases via CLI and Terraform.
cloud-iam-deep
GCP/AWS/Azure cloud exploitation -- Cloud Functions, Firestore, Cloud Run, S3, MinIO, Blob Storage, SA keys.
awesome-kubernetes-ops
This skill documents the local verification, editing, and deployment procedures for the Antigravity AI Agent when pair-programming with the repository maintainer.
tailscale
Tailscale mesh VPN integration for managing devices, SSH access, auth keys, ACLs, and DNS across your tailnet.