awsclaw-apigateway

awsclaw-apigateway is a skill for Claude Code, Codex from necatiarslan/awsclaw. It costs 44 tokens per session (2,556 once invoked), scanned A, original, Apache-2.0.

A VS Code tool for managing and inspecting AWS API Gateway REST APIs. API Gateway is AWS’s service for exposing backend operations through web endpoints, including resources, methods, stages, and access controls.

In plain words
What is it for?
Listing APIs, resources, methods, integrations, stages, deployments, authorizers, usage plans, API keys, quotas, custom domains, validators, and documentation. It can also test methods, export APIs, manage definitions, and create or delete listed resources.
Why use it?
It lets you examine and change API Gateway configuration from the coding environment instead of manually navigating the AWS console or assembling separate commands.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Listing APIs, resources, methods, integrations, stages, deployments, authorizers, usage plans, API keys, quotas, custom domains, validators, and documentation. It can also test methods, export APIs, manage definitions, and create or delete listed resources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/necatiarslan/awsclaw/awsclaw-apigateway
Install

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.

Any agent
npx skills add necatiarslan/awsclaw --skill awsclaw-apigateway
Clone the repo
git clone --depth 1 https://github.com/necatiarslan/awsclaw

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 awsclaw-apigateway

README.md
[![agentmods](https://agentmods.dev/badge/skills/necatiarslan/awsclaw/awsclaw-apigateway/github.svg)](https://agentmods.dev/skills/necatiarslan/awsclaw/awsclaw-apigateway)
Your own site
<a href="https://agentmods.dev/skills/necatiarslan/awsclaw/awsclaw-apigateway"><img src="https://agentmods.dev/badge/skills/necatiarslan/awsclaw/awsclaw-apigateway/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 awsclaw-apigateway

Your own site · 80×15
<a href="https://agentmods.dev/skills/necatiarslan/awsclaw/awsclaw-apigateway"><img src="https://agentmods.dev/badge/skills/necatiarslan/awsclaw/awsclaw-apigateway.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,556 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.00044 $0.02556
Opus 5 $0.00022 $0.01278
Sonnet 5 $0.00009 $0.00511
Haiku 4.5 $0.00004 $0.00256

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

Security

Grade A, and why

awsclaw-apigateway 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 9d 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.

skills/awsclaw-apigateway/SKILL.md · 248 lines

How it starts

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

awsclaw-apigateway

Use the APIGatewayTool language tool in VS Code to manage, inspect, and test AWS API Gateway REST APIs — resources, methods, integrations, stages, authorizers, usage plans, and more.

When to Use

  • User wants to list or inspect REST APIs
  • User wants to view API resources, methods, and integrations
  • User wants to inspect stages, deployments, or stage variables
  • User wants to view or test authorizers
  • User wants to test invoke a method without deploying
  • User wants to inspect usage plans, API keys, or quotas
  • User wants to view custom domain names, base path mappings, or VPC links
  • User wants to view models, request validators, or documentation
  • User wants to export an API or get SDK artifacts
  • User wants to create or delete APIs, resources, stages, authorizers, or usage plans
  • User wants to update API definitions or stage settings

Tool Reference

Tool name: APIGatewayTool

Input Schema

{
  "command": "<CommandName>",
  "params": { ... }
}

Commands (68 total)

Command Description
GetAccount Get API Gateway account settings
GetApiKey Get a specific API key
GetApiKeys List API keys
GetAuthorizer Get a specific authorizer
GetAuthorizers List authorizers for an API
GetBasePathMapping Get a base path mapping
GetBasePathMappings List base path mappings for a domain
GetClientCertificate Get a specific client certificate
GetClientCertificates List client certificates
GetDeployment Get a specific deployment
GetDeployments List deployments for an API
GetDocumentationPart Get a documentation part
GetDocumentationParts List documentation parts
GetDocumentationVersion Get a documentation version
GetDocumentationVersions List documentation versions
GetDomainName Get a custom domain name
GetDomainNames List custom domain names
GetExport Export an API as a Swagger/OAS file
GetGatewayResponse Get a gateway response
GetGatewayResponses List gateway responses
GetIntegration Get integration for a method
GetIntegrationResponse Get integration response
GetMethod Get a specific method
GetMethodResponse Get a method response
GetModel Get a specific model
GetModels List models for an API
GetRequestValidator Get a request validator
GetRequestValidators List request validators
GetResource Get a specific resource
GetResources List resources for an API
GetRestApi Get a specific REST API
GetRestApis List all REST APIs
GetSdk Get SDK for an API stage
GetSdkType Get an SDK type
GetSdkTypes List available SDK types
GetStage Get a specific stage
GetStages List stages for an API
GetTags Get tags for a resource
GetUsage Get usage data for a plan
GetUsagePlan Get a specific usage plan
GetUsagePlanKey Get a specific usage plan key
GetUsagePlanKeys List keys for a usage plan
GetUsagePlans List usage plans
GetVpcLink Get a specific VPC link
GetVpcLinks List VPC links
TestInvokeAuthorizer Test invoke an authorizer
TestInvokeMethod Test invoke a method
CreateRestApi Create a REST API
CreateResource Create a resource under a REST API
PutMethod Create or update a method on a resource
CreateDeployment Create a deployment
CreateStage Create a stage
CreateAuthorizer Create an authorizer
CreateApiKey Create an API key
CreateUsagePlan Create a usage plan
CreateDomainName Create a custom domain name
ImportRestApi Import a REST API from Swagger/OAS
DeleteRestApi Delete a REST API
DeleteResource Delete a resource
DeleteMethod Delete a method
DeleteStage Delete a stage
DeleteAuthorizer Delete an authorizer
DeleteApiKey Delete an API key
DeleteUsagePlan Delete a usage plan
DeleteDomainName Delete a custom domain name
UpdateRestApi Update a REST API
UpdateStage Update a stage
TagResource Tag an API Gateway resource
UntagResource Remove tags from a resource

Read the full file on GitHub · 248 lines

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. 9d ago First seen · 248 lines · 44 tokens per session scan A fcf2691c0481

Subscribe to this mod's changes

awsclaw-apigateway is a skill published in the GitHub repository necatiarslan/awsclaw (1 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 44 tokens to every session and 2,556 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-31.

Related

Other skills, from other repositories

stripe-projects

Provision SaaS services + sync creds via Stripe Projects.

NousResearch/hermes-agent · 15 tokens

azure-eventhub-dotnet

Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming"…

microsoft/skills · 94 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

wikipedia

Search and read Wikipedia via x wkp — MediaWiki API, no API key, zero install; query, extract, suggest, and DDG route in one module. Load for wiki, wikipedia, encyclopedia lookup, article summary.

x-cmd/x-cmd · 49 tokens

cve

Look up CVE records via x cve — cached, zero-API-key, daily xz TSV. Load for cve, vulnerability id, kev, epss, nvd, cvelist, or security advisory.

x-cmd/x-cmd · 49 tokens

django-storages-s3

Use when configuring Django to store static and media files on AWS S3 with django-storages. Invoke when working with the STORAGES setting, S3 buckets, presigned URLs, CloudFront, or boto3-backed file storage in settings.py. Configures the Django 4.2+ STORAGES dict, public/private custom backends, presigned GET/POST…

Jeffallan/claude-skills · 138 tokens