analyzing-release-read…
Trigger a pre-merge release readiness review on a GitHub PR, GitLab MR, or local branch. Use when the user wants to analyze code changes for risk, correctness,…
Deploys, queries, and debugs AWS Marketplace usage-based (PAYG) metering — the pipeline (ResolveCustomer, BatchMeterUsage, EventBridge via SAM) and querying/debugging metering records, statuses, failures, discrepancies. Covers Concurrent Agreements (CustomerAWSAccountId +
$ npx -y skills add aws/agent-toolkit-for-aws --skill aws-marketplace-metering --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/aws-marketplace-meteringContext preview
The summary Claude sees to decide when to auto-load this skill.
Deploys, queries, and debugs AWS Marketplace usage-based (PAYG) metering — the pipeline (ResolveCustomer, BatchMeterUsage, EventBridge via SAM) and querying/debugging metering records, statuses, failures, discrepancies. Covers Concurrent Agreements (CustomerAWSAccountId +
name: aws-marketplace-metering description: Deploys, queries, and debugs AWS Marketplace usage-based (PAYG) metering — the pipeline (ResolveCustomer, BatchMeterUsage, EventBridge via SAM) and querying/debugging metering records, statuses, failures, discrepancies. Covers Concurrent Agreements (CustomerAWSAccountId + LicenseArn), multi-product, CloudTrail Event History (90 days; never CloudTrail Lake), Seller Reports (Billed Revenue/Usage columns + CSV/SDDS parsing), existing-stack detection, metering region for BatchMeterUsage/MeterUsage (DisabledApiException), metered AMI/Container + IAM roles, where registration data lives (customer-profile table), legacy ProductCode + CustomerIdentifier, DuplicateRecord/CustomerNotSubscribed, bad LicenseArn. Also SCOPES adjacent asks — flat-rate/SaaS-Subscription "do I still meter", CCP included-units + overage, contract term/annual renewal, forecasting future bills/usage — with the right answer or a one-line redirect. Use for any BatchMeterUsage/ResolveCustomer or SaaS usage-billing question. version: 1
Complete lifecycle management for AWS Marketplace usage-based metering:
Scope is SaaS Usage-based (PAYG). SaaS Contract, Contract with Consumption Pricing (CCP), and AMI/Container are out of scope — redirect to public AWS docs.
> **Recommended:** the AWS MCP server provides sandboxed execution and audit logging. > > ⚠️ **AI-generated output — review before production. This skill is executed by an AI agent and > can make mistakes.** Everything it generates (CloudFormation/SAM templates, Lambda handlers, > IAM policies, `deploy.sh`) and everything it deploys to a seller's AWS account MUST be treated > as a proposal to review, not a trusted artifact. Before any deployed stack carries PRODUCTION > metering traffic (real billing), the seller MUST: > > - **Thoroughly review every resource the skill created or changed** — templates, Lambda code, > IAM roles/policies (least-privilege, no unintended grants), tables/indexes, queues, alarms — > in their own account, and confirm it matches their intent and their org's standards. Metering > errors directly affect revenue (under- or over-billing), so this review is not optional. > - **Put the generated code through the seller's normal code review + change-management process** > (do not ship AI output straight to production), and > - **Run the full hands-on test plan** (`references/test-plan.md`) end-to-end and verify each > expected observable outcome BEFORE relying on the integration for real billing. > The skill SHALL surface this review-before-production expectation to the seller, and SHALL NOT > imply that a successful deploy means the integration is production-ready without this review + test.
The packaged `scripts/`, `assets/`, `references/` show how to **structure** a metering stack — a reference, NOT content to copy verbatim.
Before reading a reference or running a script, determine how the skill was loaded:
This applies only to the skill's own files; user data/session artifacts are always in the user's working directory.
Help AI coding agents build, deploy, and manage applications on AWS. The Agent Toolkit for AWS gives AI coding agents the tools, knowledge, and guardrails they need to work with AWS services.
Repo: aws/agent-toolkit-for-aws
Trigger a pre-merge release readiness review on a GitHub PR, GitLab MR, or local branch. Use when the user wants to analyze code changes for risk, correctness,…
Have a fast, conversational analysis with the AWS DevOps Agent. Use for cost optimization, architecture review, topology mapping, knowledge / runbook…
Coordinate the AWS DevOps Agent across multiple AgentSpaces from one Claude Code session — route questions to the right space (prod vs staging vs knowledge),…
Run a fast AWS Security Agent diff scan on only the changed code since a git ref. Use when the user asks to scan changes, run a diff scan, check what changed…
Run a deep root-cause investigation on the AWS DevOps Agent. Use when the user describes an incident, alarm, outage, or unexplained behavior — keywords like…
Run an AWS Security Agent penetration test against a live web application — registers and verifies the target domain, exercises the supplied endpoints with the…