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/aws-samples/serverless-samples/openapi-to-apigw-transformnpx skills add aws-samples/serverless-samples --skill openapi-to-apigw-transformgit clone --depth 1 https://github.com/aws-samples/serverless-samplesWrote 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.
[](https://agentmods.dev/skills/aws-samples/serverless-samples/openapi-to-apigw-transform)<a href="https://agentmods.dev/skills/aws-samples/serverless-samples/openapi-to-apigw-transform"><img src="https://agentmods.dev/badge/skills/aws-samples/serverless-samples/openapi-to-apigw-transform.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00109 | $0.05255 |
| Opus 5 | $0.00055 | $0.02627 |
| Sonnet 5 | $0.00022 | $0.01051 |
| Haiku 4.5 | $0.00011 | $0.00526 |
Grade A, and why
openapi-to-apigw-transform 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
6. Run E2E smoke tests against the live endpoints using curl. The source is not reproduced here
Licensed MIT-0
The repository is licensed MIT-0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
60 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.
- references/apigw-import-limitations.md 9.2 KB
- references/learnings.md 11 KB
- references/manual-deploy.md 2.6 KB
- references/sam-cli-installation.md 1.6 KB
- references/transformation-definition.md 5.2 KB
- scripts/generate-unsupported-report.sh 4.9 KB runs code
- scripts/sam-deploy.sh 7.0 KB runs code
- scripts/validate-deployment.sh 6.4 KB runs code
- tools/openapi-to-apigw/package-lock.json 52 KB
- tools/openapi-to-apigw/package.json 596 B
- tools/openapi-to-apigw/src/analyzer.ts 3.2 KB runs code
- tools/openapi-to-apigw/src/cli.ts 10 KB runs code
- tools/openapi-to-apigw/src/diagnostics.ts 2.8 KB runs code
- tools/openapi-to-apigw/src/generators/breaking-changes.ts 6.9 KB runs code
- tools/openapi-to-apigw/src/generators/deploy-script.ts 7.9 KB runs code
- tools/openapi-to-apigw/src/generators/sam-template.ts 6.6 KB runs code
- tools/openapi-to-apigw/src/index.ts 836 B runs code
- tools/openapi-to-apigw/src/parser.ts 3.2 KB runs code
- tools/openapi-to-apigw/src/pipeline.ts 920 B runs code
- tools/openapi-to-apigw/src/transforms/bracket-param-rename.ts 3.1 KB runs code
- tools/openapi-to-apigw/src/transforms/embedded-path-param-split.ts 2.5 KB runs code
- tools/openapi-to-apigw/src/transforms/extension-cleanup.ts 3.4 KB runs code
- tools/openapi-to-apigw/src/transforms/external-ref-resolve.ts 4.2 KB runs code
- tools/openapi-to-apigw/src/transforms/index.ts 2.8 KB runs code
- tools/openapi-to-apigw/src/transforms/inline-parameter-refs.ts 3.4 KB runs code
- tools/openapi-to-apigw/src/transforms/inline-response-refs.ts 2.1 KB runs code
- tools/openapi-to-apigw/src/transforms/inline-schema-promotion.ts 4.7 KB runs code
- tools/openapi-to-apigw/src/transforms/json-schema-cleanup.ts 10 KB runs code
- tools/openapi-to-apigw/src/transforms/mock-integrations.ts 9.1 KB runs code
- tools/openapi-to-apigw/src/transforms/openapi31-downgrade.ts 10 KB runs code
- tools/openapi-to-apigw/src/transforms/parameter-cleanup.ts 4.0 KB runs code
- tools/openapi-to-apigw/src/transforms/request-validation.ts 828 B runs code
- tools/openapi-to-apigw/src/transforms/response-headers.ts 1.8 KB runs code
- tools/openapi-to-apigw/src/transforms/rpc-fragment-path.ts 1.5 KB runs code
- tools/openapi-to-apigw/src/transforms/sanitize-names.ts 13 KB runs code
- tools/openapi-to-apigw/src/transforms/security-schemes.ts 16 KB runs code
- tools/openapi-to-apigw/src/transforms/server-basepath.ts 3.1 KB runs code
- tools/openapi-to-apigw/src/transforms/swagger2-to-openapi3.ts 11 KB runs code
- tools/openapi-to-apigw/src/types.ts 5.2 KB runs code
- tools/openapi-to-apigw/src/validator.ts 7.0 KB runs code
- tools/openapi-to-apigw/tests/analyzer.test.ts 7.0 KB runs code
- tools/openapi-to-apigw/tests/diagnostics.test.ts 3.3 KB runs code
- tools/openapi-to-apigw/tests/fixtures/multi-rule.yaml 1.2 KB
- tools/openapi-to-apigw/tests/fixtures/openapi30-binary-content.yaml 1.9 KB
- tools/openapi-to-apigw/tests/fixtures/openapi30-complex-schemas.yaml 6.7 KB
- tools/openapi-to-apigw/tests/fixtures/openapi30-security-mixed.yaml 2.9 KB
- tools/openapi-to-apigw/tests/fixtures/openapi30-unsupported-fields.yaml 4.0 KB
- tools/openapi-to-apigw/tests/fixtures/openapi30-urn-schemas.yaml 2.1 KB
- tools/openapi-to-apigw/tests/fixtures/openapi31-features.yaml 2.1 KB
- tools/openapi-to-apigw/tests/fixtures/swagger20-petstore.yaml 2.1 KB
- tools/openapi-to-apigw/tests/fixtures/swagger20-uber.yaml 2.0 KB
- tools/openapi-to-apigw/tests/generators/breaking-changes.test.ts 6.1 KB runs code
- tools/openapi-to-apigw/tests/generators/deploy-script.test.ts 3.6 KB runs code
- tools/openapi-to-apigw/tests/generators/sam-template.test.ts 2.8 KB runs code
- tools/openapi-to-apigw/tests/integration/cli-flags.test.ts 7.0 KB runs code
- tools/openapi-to-apigw/tests/integration/full-pipeline.test.ts 32 KB runs code
- tools/openapi-to-apigw/tests/parser.test.ts 6.0 KB runs code
- tools/openapi-to-apigw/tests/pipeline.test.ts 6.9 KB runs code
- tools/openapi-to-apigw/tests/transforms/bracket-param-rename.test.ts 4.6 KB runs code
- tools/openapi-to-apigw/tests/transforms/bugfixes.test.ts 16 KB runs code
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.
- 4d ago First seen · 528 lines · 109 tokens per session scan A e0151918d5b8
openapi-to-apigw-transform is a skill published in the GitHub repository aws-samples/serverless-samples (348 stars, last pushed 9d ago), licensed MIT-0. It adds 109 tokens to every session and 5,255 once invoked, about $0.0005 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.
Other skills, from other repositories
higress-openclaw-integration
Deploy and configure Higress AI Gateway for OpenClaw integration. Use when: (1) User wants to deploy Higress AI Gateway, (2) User wants to configure OpenClaw to use more model providers, (3) User mentions 'higress', 'ai gateway', 'model gateway', 'AI网关', (4) User wants to set up model routing or auto-routing, (5) User…
modal-serverless-gpu
Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.
code-engine-specialist
Deploys, configures, and troubleshoots IBM Cloud Code Engine workloads using the ibmcloud ce CLI. Analyzes source code to choose between app (HTTP) and job (batch) deployment, detects required secrets and environment variables, selects scaling parameters, and diagnoses failures across builds, revisions, and…
deploy-microfeed
Deploy and administer microfeed through the source-code-free @microfeed/cli launcher or the project-owned yarn manage CLI. Use when a user asks a coding agent to operate a local or Cloudflare instance, including accounts, initialization, connection, development, deployment, themes, snapshots, status, destruction…
serverless-architecture
Designs and implements serverless functions: function boundary design, runtime selection, event sources, IAM least privilege, configuration, observability, and cost estimation. Invoked when the user asks to build a serverless function, design a Lambda-based system, or move workloads to serverless.
gram-pubsub
Gram's declarative GCP Pub/Sub system — topics and subscriptions are declared as protobuf message options, generated into infra/gen/kcc.yaml, and used at runtime via a type-safe publisher/subscriber library and the gram streams process. Activate for any Pub/Sub work in Gram: adding or changing a topic/subscription…